| 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 |
LazyDocument.LazyField.fieldType() |
| Modifier and Type | Method and Description |
|---|---|
IndexableFieldType |
IndexableField.fieldType()
IndexableFieldType describing the properties
of this field. |
| Modifier and Type | Method and Description |
|---|---|
private DefaultIndexingChain.PerField |
DefaultIndexingChain.getOrAddField(java.lang.String name,
IndexableFieldType fieldType,
boolean invert)
Returns a previously created
DefaultIndexingChain.PerField,
absorbing the type information from FieldType,
and creates a new DefaultIndexingChain.PerField if this field name
wasn't seen yet. |
private static void |
DefaultIndexingChain.verifyUnIndexedFieldType(java.lang.String name,
IndexableFieldType ft) |