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 |
---|---|
IndexableFieldType |
StoredFieldsWriter.MergeVisitor.fieldType() |
Modifier and Type | Class and Description |
---|---|
class |
FieldType
Describes the properties of a field.
|
Modifier and Type | Method and Description |
---|---|
IndexableFieldType |
IndexableField.fieldType()
IndexableFieldType describing the properties
of this field. |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.