| Frames | No Frames |
Methods with parameter type org.apache.lucene.document.Field | |
| void | Adds a field to a document. |
Methods with return type org.apache.lucene.document.Field | |
| Field | Constructs a Date-valued Field that is not tokenized and is indexed,
and stored in the index, for return with hits. |
| Field | Constructs a String-valued Field that is not tokenized, but is indexed
and stored. |
| Field | Constructs a Reader-valued Field that is tokenized and indexed, but is
not stored in the index verbatim. |
| Field | Constructs a Reader-valued Field that is tokenized and indexed, but is
not stored in the index verbatim. |
| Field | Constructs a String-valued Field that is tokenized and indexed,
and is stored in the index, for return with hits. |
| Field | Constructs a String-valued Field that is tokenized and indexed,
and is stored in the index, for return with hits. |
| Field | Constructs a String-valued Field that is not tokenized nor indexed,
but is stored in the index, for return with hits. |
| Field | Constructs a String-valued Field that is tokenized and indexed,
but that is not stored in the index. |
| Field | Constructs a String-valued Field that is tokenized and indexed,
but that is not stored in the index. |
| Field | Returns a field with the given name if any exist in this document, or
null. |
| Field[] | Returns an array of Fields with the given name. |