org.apache.lucene.document
public static final class Field.TermVector extends Parameter implements Serializable
| Field Summary | |
|---|---|
| static Field.TermVector | NO Do not store term vectors. |
| static Field.TermVector | WITH_OFFSETS
Store the term vector + Token offset information
|
| static Field.TermVector | WITH_POSITIONS
Store the term vector + token position information
|
| static Field.TermVector | WITH_POSITIONS_OFFSETS
Store the term vector + Token position and offset information
|
| static Field.TermVector | YES Store the term vectors of each document. |
See Also: YES
See Also: YES
See Also: YES WITH_POSITIONS WITH_OFFSETS