| Modifier and Type | Field and Description |
|---|---|
protected org.apache.lucene.index.IndexableField |
field |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
INTERNAL: Returns the name of the field.
|
Reader |
getReader()
INTERNAL: Returns the Reader value of the field.
|
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.
|
String |
toString() |
public String getName()
FieldIFpublic String getValue()
FieldIFpublic Reader getReader()
FieldIFpublic boolean isStored()
FieldIFpublic boolean isIndexed()
FieldIFpublic boolean isTokenized()
FieldIFisTokenized in interface FieldIF