|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.lucene.DocumentBuilder<T>
public class DocumentBuilder<T>
| Constructor Summary | |
|---|---|
DocumentBuilder(Class clazz,
org.apache.lucene.analysis.Analyzer analyzer,
File indexDir)
|
|
| Method Summary | |
|---|---|
org.apache.lucene.analysis.Analyzer |
getAnalyzer()
|
org.apache.lucene.document.Document |
getDocument(T instance,
Serializable id)
|
File |
getFile()
|
org.apache.lucene.index.Term |
getTerm(Serializable id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentBuilder(Class clazz,
org.apache.lucene.analysis.Analyzer analyzer,
File indexDir)
| Method Detail |
|---|
public org.apache.lucene.document.Document getDocument(T instance,
Serializable id)
public org.apache.lucene.index.Term getTerm(Serializable id)
public File getFile()
public org.apache.lucene.analysis.Analyzer getAnalyzer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||