|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectToDocumentConverter
Converts objects to Documents. Implementations must be thread-safe.
| Method Summary | |
|---|---|
org.apache.lucene.document.Document |
convert(java.lang.Object o,
java.lang.Object context)
Converts objects to Documents. |
java.lang.String[] |
getObjectIdentity(java.lang.Object o)
Given an object, provide a way of uniquely identifying the object from an index. |
| Method Detail |
|---|
org.apache.lucene.document.Document convert(java.lang.Object o,
java.lang.Object context)
Documents.
o - object to be convertedcontext - the context in which the object exists. Null if not applicable.
java.lang.String[] getObjectIdentity(java.lang.Object o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||