|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldIF
INTERNAL: Represents a name value pair that can be attached to a document.
Method Summary | |
---|---|
java.lang.String |
getName()
INTERNAL: Returns the name of the field. |
java.io.Reader |
getReader()
INTERNAL: Returns the Reader value of the field. |
java.lang.String |
getValue()
INTERNAL: Returns the String value of the field. |
boolean |
isIndexed()
INTERNAL: Returns true if the field is to be indexed, so that it may be searched on. |
boolean |
isStored()
INTERNAL: Returns true if the field is to be stored in the index for return with search hits. |
boolean |
isTokenized()
INTERNAL: Returns true if the field is to be tokenized prior to indexing. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getValue()
java.io.Reader getReader()
boolean isStored()
boolean isIndexed()
boolean isTokenized()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |