|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectHandler
Contract for implementing a specific object handler. Implementation should convert the object into a document suitable for placement into search index.
Method Summary | |
---|---|
java.util.Set |
getFields()
Returns the set of fields used to create the parsed object. |
java.util.Set |
getKeywords()
Returns the set of keywords used to create the parsed object. |
ParsedObject |
parseObject(java.lang.Object o)
Parses a specific object into a document suitable for index placement |
Method Detail |
---|
ParsedObject parseObject(java.lang.Object o)
o
-
java.util.Set getFields()
java.util.Set getKeywords()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |