Frames | No Frames |
Constructors with parameter type org.apache.lucene.document.Field.TermVector | |
Create a tokenized and indexed field that is not stored, optionally with
storing term vectors. | |
Field.Field(String name, String value, Field.Store store, Field.Index index, Field.TermVector termVector) Create a field by specifying its name, value and how it will
be saved in the index. |
Fields of type org.apache.lucene.document.Field.TermVector | |
Field.TermVector | Do not store term vectors. |
Field.TermVector | Store the term vector + Token offset information
|
Field.TermVector | Store the term vector + token position information
|
Field.TermVector | Store the term vector + Token position and offset information
|
Field.TermVector | Store the term vectors of each document. |
Methods with parameter type org.apache.lucene.document.Field.TermVector | |
Collection | |
Collection | Get a list of unique field names that exist in this index, are indexed, and have
the specified term vector information. |
Collection | |
Collection |