Uses of Enum
org.apache.lucene.document.Field.Index
Packages that use Field.Index
-
Uses of Field.Index in org.apache.lucene.document
Methods in org.apache.lucene.document that return Field.IndexModifier and TypeMethodDescriptionstatic Field.Index
Field.Index.toIndex
(boolean indexed, boolean analyzed) Deprecated.Get the best representation of the index given the flags.static Field.Index
Field.Index.toIndex
(boolean indexed, boolean analyzed, boolean omitNorms) Deprecated.Expert: Get the best representation of the index given the flags.static Field.Index
Deprecated.Returns the enum constant of this type with the specified name.static Field.Index[]
Field.Index.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.IndexModifier 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.IndexModifierConstructorDescriptionField
(String name, String value, Field.Store store, Field.Index index) Deprecated.UseStringField
,TextField
instead.Field
(String name, String value, Field.Store store, Field.Index index, Field.TermVector termVector) Deprecated.UseStringField
,TextField
instead.