Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Method and Description |
---|---|
static 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 |
Field.Index.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Constructor and Description |
---|
Field(String name,
String value,
Field.Store store,
Field.Index index)
Deprecated.
Use
StringField , TextField instead. |
Field(String name,
String value,
Field.Store store,
Field.Index index,
Field.TermVector termVector)
Deprecated.
Use
StringField , TextField instead. |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.