| Package | Description |
|---|---|
| org.apache.lucene.document |
Misc extensions of the Document/Field API.
|
| org.apache.lucene.index |
Misc index tools and index support.
|
| 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-2015 The Apache Software Foundation. All Rights Reserved.