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
Analyzer based autosuggest.
Support for document suggestion
-
Uses of FieldType in org.apache.lucene.classification.utils
Methods in org.apache.lucene.classification.utils with parameters of type FieldTypeModifier and TypeMethodDescriptionprivate DocumentDatasetSplitter.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 FieldTypeFeatureField.FIELD_TYPEstatic final FieldTypeBinaryDocValuesField.TYPEType for straight bytes DocValues.private static final FieldTypeInetAddressPoint.TYPEprivate static final FieldTypeInetAddressRange.TYPEstatic final FieldTypeLatLonDocValuesField.TYPEType for a LatLonDocValuesFieldstatic final FieldTypeLatLonPoint.TYPEType for an indexed LatLonPointstatic final FieldTypeNumericDocValuesField.TYPEType for numeric DocValues.protected static final FieldTypeShapeField.TYPEtessellated triangles are seven dimensions; the first four are the bounding box index dimensionsstatic final FieldTypeSortedDocValuesField.TYPEType for sorted bytes DocValuesstatic final FieldTypeSortedNumericDocValuesField.TYPEType for sorted numeric DocValues.static final FieldTypeSortedSetDocValuesField.TYPEType for sorted bytes DocValuesstatic final FieldTypeStoredField.TYPEType for a stored-only field.static final FieldTypeXYDocValuesField.TYPEType for a XYDocValuesFieldstatic final FieldTypeXYPointField.TYPEType for an indexed XYPointstatic final FieldTypeStringField.TYPE_NOT_STOREDIndexed, not tokenized, omits norms, indexes DOCS_ONLY, not stored.static final FieldTypeTextField.TYPE_NOT_STOREDIndexed, tokenized, not stored.static final FieldTypeStringField.TYPE_STOREDIndexed, not tokenized, omits norms, indexes DOCS_ONLY, storedstatic final FieldTypeTextField.TYPE_STOREDIndexed, tokenized, stored.Methods in org.apache.lucene.document that return FieldTypeModifier and TypeMethodDescriptionprivate static FieldTypeBigIntegerPoint.getType(int numDims) private static FieldTypeBinaryPoint.getType(byte[][] point) private static FieldTypeBinaryPoint.getType(int numDims, int bytesPerDim) private static FieldTypeDoublePoint.getType(int numDims) private static FieldTypeDoubleRange.getType(int dimensions) set the field typeprivate static FieldTypeFloatPoint.getType(int numDims) private static FieldTypeFloatRange.getType(int dimensions) set the field typeprivate static FieldTypeHalfFloatPoint.getType(int numDims) private static FieldTypeIntPoint.getType(int numDims) private static FieldTypeIntRange.getType(int dimensions) set the field type(package private) static FieldTypeLatLonBoundingBox.getType(int geoDimensions) set the field typeprivate static FieldTypeLongPoint.getType(int numDims) private static FieldTypeLongRange.getType(int dimensions) set the field typeConstructors in org.apache.lucene.document with parameters of type FieldTypeModifierConstructorDescriptionStoredField(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.protectedStoredField(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 FieldTypeTermFilteredPresearcher.QUERYFIELDTYPE -
Uses of FieldType in org.apache.lucene.search.suggest.analyzing
Methods in org.apache.lucene.search.suggest.analyzing that return FieldTypeModifier and TypeMethodDescriptionprotected FieldTypeAnalyzingInfixSuggester.getTextFieldType()Subclass can override this method to change the field type of the text field e.g.protected FieldTypeBlendedInfixSuggester.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 FieldTypeSuggestField.FIELD_TYPEDefault field type for suggest field