パッケージ org.mtzky.lucene.descriptor

This package defines descriptions for LuceneIndex.

参照先:
          説明

インタフェースの概要
LuceneDocumentDesc<E> Document entity descriptor.
LucenePropertyConfig Holds all the configuration of LucenePropertyDesc.
LucenePropertyDesc<E>  
 

クラスの概要
AbstractLuceneDocumentDesc<E> Descriptor for LuceneIndex.
AbstractPropertyDesc<E>  
BeanDocumentDesc<E> Bean class descriptor for LuceneIndex.
BeanPropertyConfig  
BeanPropertyDesc<E>  
MapDocumentDesc<T> Map class descriptor for LuceneIndex.
MapPropertyDesc<T>  
SimplePropertyConfig All setter methods return SimplePropertyConfig to allow chaining settings conveniently, for example: final SimplePropertyConfig conf = new SimplePropertyConfig("id"); conf.id(true).store(Field.Store.NO)...;
 

注釈型の概要
BeanLuceneField Defines a field of Lucene Document.
 

パッケージ org.mtzky.lucene.descriptor の説明

This package defines descriptions for LuceneIndex.



Copyright (C) 2010-2011 Mtzky. AllRights Reserved.