Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldVisitor.Status |
StoredFieldsWriter.MergeVisitor.needsField(FieldInfo fieldInfo) |
Modifier and Type | Method and Description |
---|---|
StoredFieldVisitor.Status |
DocumentStoredFieldVisitor.needsField(FieldInfo fieldInfo) |
Modifier and Type | Method and Description |
---|---|
abstract StoredFieldVisitor.Status |
StoredFieldVisitor.needsField(FieldInfo fieldInfo)
Hook before processing a field.
|
static StoredFieldVisitor.Status |
StoredFieldVisitor.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoredFieldVisitor.Status[] |
StoredFieldVisitor.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.