|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mtzky.lucene.descriptor.AbstractLuceneDocumentDesc<Map<String,T>>
org.mtzky.lucene.descriptor.MapDocumentDesc<T>
T - entity value typepublic class MapDocumentDesc<T>
Map class descriptor for LuceneIndex.
| コンストラクタの概要 | |
|---|---|
MapDocumentDesc(LucenePropertyConfig... configs)
|
|
| メソッドの概要 | |
|---|---|
Document |
createDocument(Map<String,T> map)
Creates Document from entity. |
Map<String,T> |
createEntity(Document document)
Creates entity from Document. |
| クラス org.mtzky.lucene.descriptor.AbstractLuceneDocumentDesc から継承されたメソッド |
|---|
getAnalyzer, getIdName, getIdTermByEntity, getIdTermByValue |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public MapDocumentDesc(LucenePropertyConfig... configs)
| メソッドの詳細 |
|---|
public Document createDocument(Map<String,T> map)
LuceneDocumentDesc の記述:
Creates Document from entity.
Documentpublic Map<String,T> createEntity(Document document)
LuceneDocumentDesc の記述:
Creates entity from Document.
entity
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||