Uses of Enum
org.apache.lucene.document.Field.TermVector
Packages that use Field.TermVector
-
Uses of Field.TermVector in org.apache.lucene.document
Methods in org.apache.lucene.document that return Field.TermVectorModifier and TypeMethodDescriptionstatic Field.TermVector
Field.TermVector.toTermVector
(boolean stored, boolean withOffsets, boolean withPositions) Deprecated.Get the best representation of a TermVector given the flags.static Field.TermVector
Deprecated.Returns the enum constant of this type with the specified name.static Field.TermVector[]
Field.TermVector.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.document with parameters of type Field.TermVectorModifier and TypeMethodDescriptionstatic final FieldType
Field.translateFieldType
(Field.Store store, Field.Index index, Field.TermVector termVector) Deprecated.This is here only to ease transition from the pre-4.0 APIs.Constructors in org.apache.lucene.document with parameters of type Field.TermVectorModifierConstructorDescriptionField
(String name, Reader reader, Field.TermVector termVector) Deprecated.UseTextField
instead.Field
(String name, String value, Field.Store store, Field.Index index, Field.TermVector termVector) Deprecated.UseStringField
,TextField
instead.Field
(String name, TokenStream tokenStream, Field.TermVector termVector) Deprecated.UseTextField
instead