|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexData
Represents a unit of data that makes into the search engine. This interface encapsulates data as well as data descriptor.
Field Summary | |
---|---|
static java.lang.String |
DateSeparator
|
Method Summary | |
---|---|
java.lang.String |
getData()
Gets the String representation of the index data |
java.io.InputStream |
getDataStream()
Gets the InputStream representation of the index data |
FieldDescriptor |
getFieldDescriptor()
Gets the field descriptor information of the index data |
java.lang.String |
getName()
Gets the name of the index data unit |
Field Detail |
---|
static final java.lang.String DateSeparator
Method Detail |
---|
java.lang.String getName()
java.lang.String getData()
java.io.InputStream getDataStream()
FieldDescriptor getFieldDescriptor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |