Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.search.suggest.analyzing |
Analyzer based autosuggest.
|
org.apache.lucene.search.suggest.document |
Support for document suggestion
|
Modifier and Type | Field and Description |
---|---|
protected static FieldType |
ShapeField.TYPE
tessellated triangles are seven dimensions; the first four are the bounding box index dimensions
|
static FieldType |
StoredField.TYPE
Type for a stored-only field.
|
static FieldType |
SortedSetDocValuesField.TYPE
Type for sorted bytes DocValues
|
static FieldType |
SortedNumericDocValuesField.TYPE
Type for sorted numeric DocValues.
|
static FieldType |
SortedDocValuesField.TYPE
Type for sorted bytes DocValues
|
static FieldType |
NumericDocValuesField.TYPE
Type for numeric DocValues.
|
static FieldType |
LatLonPoint.TYPE
Type for an indexed LatLonPoint
|
static FieldType |
LatLonDocValuesField.TYPE
Type for a LatLonDocValuesField
|
static FieldType |
BinaryDocValuesField.TYPE
Type for straight bytes DocValues.
|
static FieldType |
TextField.TYPE_NOT_STORED
Indexed, tokenized, not stored.
|
static FieldType |
StringField.TYPE_NOT_STORED
Indexed, not tokenized, omits norms, indexes
DOCS_ONLY, not stored.
|
static FieldType |
TextField.TYPE_STORED
Indexed, tokenized, stored.
|
static FieldType |
StringField.TYPE_STORED
Indexed, not tokenized, omits norms, indexes
DOCS_ONLY, stored
|
Constructor and Description |
---|
StoredField(String name,
BytesRef bytes,
FieldType type)
Expert: allows you to customize the
FieldType . |
StoredField(String name,
CharSequence value,
FieldType type)
Expert: allows you to customize the
FieldType . |
StoredField(String name,
FieldType type)
Expert: allows you to customize the
FieldType . |
StoredField(String name,
String value,
FieldType type)
Expert: allows you to customize the
FieldType . |
Modifier and Type | Method and Description |
---|---|
protected FieldType |
BlendedInfixSuggester.getTextFieldType() |
protected FieldType |
AnalyzingInfixSuggester.getTextFieldType()
Subclass can override this method to change the field type of the text field
e.g.
|
Modifier and Type | Field and Description |
---|---|
static FieldType |
SuggestField.FIELD_TYPE
Default field type for suggest field
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.