|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexRow
IndexRow represents a complete index data entry for search engine to index.
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getFieldNames()
Gets the list of field names that this IndexRow contains |
IndexData |
getIndexData(java.lang.String fieldName)
Given a field name, retrieves its data piece from the IndexRow |
Method Detail |
---|
java.util.Set<java.lang.String> getFieldNames()
IndexData getIndexData(java.lang.String fieldName)
fieldName
- the String name of the field
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |