Uses of Class
org.apache.lucene.document.FieldType
Packages that use FieldType
Package
Description
Utilities for evaluation, data preparation, etc.
The logical representation of a
Document
for indexing and
searching.High-performance single-document main memory Apache Lucene fulltext search index.
Monitoring framework
This package contains several point types:
BigIntegerPoint
for 128-bit
integers
LatLonPoint
for latitude/longitude
geospatial points
Analyzer based autosuggest.
Support for document suggestion
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom
.-
Uses of FieldType in org.apache.lucene.classification.utils
Methods in org.apache.lucene.classification.utils with parameters of type FieldTypeModifier and TypeMethodDescriptionprivate Document
DatasetSplitter.createNewDoc
(IndexReader originalIndex, FieldType ft, ScoreDoc scoreDoc, String[] fieldNames) -
Uses of FieldType in org.apache.lucene.document
Fields in org.apache.lucene.document declared as FieldTypeModifier and TypeFieldDescriptionprivate static final FieldType
FeatureField.FIELD_TYPE
static final FieldType
BinaryDocValuesField.TYPE
Type for straight bytes DocValues.private static final FieldType
InetAddressPoint.TYPE
private static final FieldType
InetAddressRange.TYPE
static final FieldType
LatLonDocValuesField.TYPE
Type for a LatLonDocValuesFieldstatic final FieldType
LatLonPoint.TYPE
Type for an indexed LatLonPointstatic final FieldType
NumericDocValuesField.TYPE
Type for numeric DocValues.protected static final FieldType
ShapeField.TYPE
tessellated triangles are seven dimensions; the first four are the bounding box index dimensionsstatic final FieldType
SortedDocValuesField.TYPE
Type for sorted bytes DocValuesstatic final FieldType
SortedNumericDocValuesField.TYPE
Type for sorted numeric DocValues.static final FieldType
SortedSetDocValuesField.TYPE
Type for sorted bytes DocValuesstatic final FieldType
StoredField.TYPE
Type for a stored-only field.static final FieldType
XYDocValuesField.TYPE
Type for a XYDocValuesFieldstatic final FieldType
XYPointField.TYPE
Type for an indexed XYPointstatic final FieldType
StringField.TYPE_NOT_STORED
Indexed, not tokenized, omits norms, indexes DOCS_ONLY, not stored.static final FieldType
TextField.TYPE_NOT_STORED
Indexed, tokenized, not stored.static final FieldType
StringField.TYPE_STORED
Indexed, not tokenized, omits norms, indexes DOCS_ONLY, storedstatic final FieldType
TextField.TYPE_STORED
Indexed, tokenized, stored.Methods in org.apache.lucene.document that return FieldTypeModifier and TypeMethodDescriptionstatic FieldType
KnnVectorField.createFieldType
(int dimension, VectorSimilarityFunction similarityFunction) A convenience method for creating a vector field type.private static FieldType
KnnVectorField.createType
(float[] v, VectorSimilarityFunction similarityFunction) private static FieldType
BinaryPoint.getType
(byte[][] point) private static FieldType
BinaryPoint.getType
(int numDims, int bytesPerDim) private static FieldType
DoublePoint.getType
(int numDims) private static FieldType
DoubleRange.getType
(int dimensions) set the field typeprivate static FieldType
FloatPoint.getType
(int numDims) private static FieldType
FloatRange.getType
(int dimensions) set the field typeprivate static FieldType
IntPoint.getType
(int numDims) private static FieldType
IntRange.getType
(int dimensions) set the field typeprivate static FieldType
LongPoint.getType
(int numDims) private static FieldType
LongRange.getType
(int dimensions) set the field typeConstructors in org.apache.lucene.document with parameters of type FieldTypeModifierConstructorDescriptionKnnVectorField
(String name, float[] vector, FieldType fieldType) Creates a numeric vector field.StoredField
(String name, CharSequence value, FieldType type) Expert: allows you to customize theFieldType
.StoredField
(String name, String value, FieldType type) Expert: allows you to customize theFieldType
.protected
StoredField
(String name, FieldType type) Expert: allows you to customize theFieldType
.StoredField
(String name, BytesRef bytes, FieldType type) Expert: allows you to customize theFieldType
. -
Uses of FieldType in org.apache.lucene.index.memory
Fields in org.apache.lucene.index.memory declared as FieldType -
Uses of FieldType in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as FieldTypeModifier and TypeFieldDescription(package private) static final FieldType
TermFilteredPresearcher.QUERYFIELDTYPE
-
Uses of FieldType in org.apache.lucene.sandbox.document
Methods in org.apache.lucene.sandbox.document that return FieldType -
Uses of FieldType in org.apache.lucene.search.suggest.analyzing
Methods in org.apache.lucene.search.suggest.analyzing that return FieldTypeModifier and TypeMethodDescriptionprotected FieldType
AnalyzingInfixSuggester.getTextFieldType()
Subclass can override this method to change the field type of the text field e.g.protected FieldType
BlendedInfixSuggester.getTextFieldType()
-
Uses of FieldType in org.apache.lucene.search.suggest.document
Fields in org.apache.lucene.search.suggest.document declared as FieldTypeModifier and TypeFieldDescriptionstatic final FieldType
SuggestField.FIELD_TYPE
Default field type for suggest field -
Uses of FieldType in org.apache.lucene.spatial3d
Fields in org.apache.lucene.spatial3d declared as FieldTypeModifier and TypeFieldDescriptionstatic final FieldType
Geo3DDocValuesField.TYPE
Type for a Geo3DDocValuesFieldstatic final FieldType
Geo3DPoint.TYPE
IndexingFieldType
.Constructors in org.apache.lucene.spatial3d with parameters of type FieldTypeModifierConstructorDescriptionprivate
Geo3DDocValuesField
(String name, FieldType type, PlanetModel planetModel)