Package | Description |
---|---|
org.apache.lucene.benchmark.byTask.feeds |
Sources for benchmark inputs: documents and queries.
|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.facet |
Faceted search.
|
org.apache.lucene.facet.sortedset |
Provides faceting capabilities over facets that were indexed
with
SortedSetDocValuesFacetField . |
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search.suggest.analyzing |
Analyzer based autosuggest.
|
org.apache.lucene.search.suggest.document |
Support for document suggestion
|
org.apache.lucene.spatial.bbox |
Bounding Box Spatial Strategy
|
org.apache.lucene.spatial.prefix |
Prefix Tree Strategy.
|
org.apache.lucene.spatial.vector |
Spatial strategy that uses two fields.
|
org.apache.lucene.spatial3d |
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom . |
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected FieldType |
DocMaker.bodyValType |
protected FieldType |
DocMaker.valType |
Constructor and Description |
---|
DocState(boolean reuseFields,
FieldType ft,
FieldType bodyFt) |
Modifier and Type | Field and Description |
---|---|
protected static FieldType |
LatLonShape.TYPE |
static FieldType |
LatLonDocValuesField.TYPE
Type for a LatLonDocValuesField
|
static FieldType |
StoredField.TYPE
Type for a stored-only field.
|
static FieldType |
SortedDocValuesField.TYPE
Type for sorted bytes DocValues
|
static FieldType |
NumericDocValuesField.TYPE
Type for numeric DocValues.
|
static FieldType |
SortedSetDocValuesField.TYPE
Type for sorted bytes DocValues
|
static FieldType |
LatLonPoint.TYPE
Type for an indexed LatLonPoint
|
static FieldType |
BinaryDocValuesField.TYPE
Type for straight bytes DocValues.
|
static FieldType |
SortedNumericDocValuesField.TYPE
Type for sorted numeric 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(java.lang.String name,
BytesRef bytes,
FieldType type)
Expert: allows you to customize the
FieldType . |
StoredField(java.lang.String name,
java.lang.CharSequence value,
FieldType type)
Expert: allows you to customize the
FieldType . |
StoredField(java.lang.String name,
FieldType type)
Expert: allows you to customize the
FieldType . |
StoredField(java.lang.String name,
java.lang.String value,
FieldType type)
Expert: allows you to customize the
FieldType . |
Modifier and Type | Field and Description |
---|---|
static FieldType |
FacetField.TYPE
Field type used for storing facet values: docs, freqs, and positions.
|
Modifier and Type | Field and Description |
---|---|
static FieldType |
SortedSetDocValuesFacetField.TYPE
Indexed
FieldType . |
Modifier and Type | Field and Description |
---|---|
static FieldType |
AssociationFacetField.TYPE
Indexed
FieldType . |
Modifier and Type | Method and Description |
---|---|
protected FieldType |
BaseTermVectorsFormatTestCase.fieldType(BaseTermVectorsFormatTestCase.Options options) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseTermVectorsFormatTestCase.assertEquals(BaseTermVectorsFormatTestCase.RandomTokenStream tk,
FieldType ft,
Terms terms) |
Modifier and Type | Method and Description |
---|---|
protected FieldType |
AnalyzingInfixSuggester.getTextFieldType()
Subclass can override this method to change the field type of the text field
e.g.
|
protected FieldType |
BlendedInfixSuggester.getTextFieldType() |
Modifier and Type | Field and Description |
---|---|
static FieldType |
SuggestField.FIELD_TYPE
Default field type for suggest field
|
Modifier and Type | Field and Description |
---|---|
static FieldType |
BBoxStrategy.DEFAULT_FIELDTYPE
pointValues, docValues, and nothing else.
|
Modifier and Type | Method and Description |
---|---|
FieldType |
BBoxStrategy.getFieldType()
Returns a field type representing the set of field options.
|
Constructor and Description |
---|
BBoxStrategy(org.locationtech.spatial4j.context.SpatialContext ctx,
java.lang.String fieldNamePrefix,
FieldType fieldType)
Creates this strategy.
|
Modifier and Type | Field and Description |
---|---|
static FieldType |
PrefixTreeStrategy.FIELD_TYPE |
Modifier and Type | Field and Description |
---|---|
static FieldType |
PointVectorStrategy.DEFAULT_FIELDTYPE
pointValues, docValues, and nothing else.
|
Constructor and Description |
---|
PointVectorStrategy(org.locationtech.spatial4j.context.SpatialContext ctx,
java.lang.String fieldNamePrefix,
FieldType fieldType)
Create a new instance configured with the provided FieldType options.
|
Modifier and Type | Field and Description |
---|---|
static FieldType |
Geo3DDocValuesField.TYPE
Type for a Geo3DDocValuesField
|
static FieldType |
Geo3DPoint.TYPE
Indexing
FieldType . |
Modifier and Type | Method and Description |
---|---|
static Field |
LuceneTestCase.newField(java.util.Random random,
java.lang.String name,
java.lang.Object value,
FieldType type) |
static Field |
LuceneTestCase.newField(java.lang.String name,
java.lang.String value,
FieldType type) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.