Uses of Class
org.apache.lucene.document.FieldType
-
Packages that use FieldType Package Description org.apache.lucene.document org.apache.lucene.search.suggest.document org.apache.lucene.spatial.prefix org.elasticsearch.index.mapper -
-
Uses of FieldType in org.apache.lucene.document
Fields in org.apache.lucene.document declared as FieldType Modifier and Type Field Description static FieldTypeBinaryDocValuesField. TYPEType for straight bytes DocValues.static FieldTypeLatLonDocValuesField. TYPEType for a LatLonDocValuesFieldstatic FieldTypeLatLonPoint. TYPEType for an indexed LatLonPointstatic FieldTypeNumericDocValuesField. TYPEType for numeric DocValues.protected static FieldTypeShapeField. TYPEtessellated triangles are seven dimensions; the first four are the bounding box index dimensionsstatic FieldTypeSortedDocValuesField. TYPEType for sorted bytes DocValuesstatic FieldTypeSortedNumericDocValuesField. TYPEType for sorted numeric DocValues.static FieldTypeSortedSetDocValuesField. TYPEType for sorted bytes DocValuesstatic FieldTypeStoredField. TYPEType for a stored-only field.static FieldTypeStringField. TYPE_NOT_STOREDIndexed, not tokenized, omits norms, indexes DOCS_ONLY, not stored.static FieldTypeTextField. TYPE_NOT_STOREDIndexed, tokenized, not stored.static FieldTypeStringField. TYPE_STOREDIndexed, not tokenized, omits norms, indexes DOCS_ONLY, storedstatic FieldTypeTextField. TYPE_STOREDIndexed, tokenized, stored.Constructors in org.apache.lucene.document with parameters of type FieldType Constructor Description 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.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.search.suggest.document
Fields in org.apache.lucene.search.suggest.document declared as FieldType Modifier and Type Field Description static FieldTypeSuggestField. FIELD_TYPEDefault field type for suggest field -
Uses of FieldType in org.apache.lucene.spatial.prefix
Fields in org.apache.lucene.spatial.prefix declared as FieldType Modifier and Type Field Description static FieldTypePrefixTreeStrategy. FIELD_TYPE -
Uses of FieldType in org.elasticsearch.index.mapper
Subclasses of FieldType in org.elasticsearch.index.mapper Modifier and Type Class Description static classAbstractGeometryFieldMapper.AbstractGeometryFieldType<Parsed,Processed>static classBooleanFieldMapper.BooleanFieldTypestatic classCompletionFieldMapper.CompletionFieldTypestatic classDateFieldMapper.DateFieldTypestatic classFieldNamesFieldMapper.FieldNamesFieldTypestatic classGeoPointFieldMapper.GeoPointFieldTypestatic classGeoShapeFieldMapper.GeoShapeFieldTypestatic classIgnoredFieldMapper.IgnoredFieldTypestatic classIpFieldMapper.IpFieldTypestatic classKeywordFieldMapper.KeywordFieldTypestatic classLegacyGeoShapeFieldMapper.GeoShapeFieldTypeDeprecated.classMappedFieldTypeThis defines the core properties and functions to operate on a field.static classNumberFieldMapper.NumberFieldTypestatic classRangeFieldMapper.RangeFieldTypeclassSimpleMappedFieldTypeMappedFieldTypebase impl for field types that are neither dates nor ranges.classStringFieldTypeBase class forMappedFieldTypeimplementations that use the same representation for internal index terms as the external representation so that partial matching queries such as prefix, wildcard and fuzzy queries can be implemented.static classTextFieldMapper.TextFieldTypestatic classTypeFieldMapper.TypeFieldTypeFields in org.elasticsearch.index.mapper declared as FieldType Modifier and Type Field Description static FieldTypeCustomDocValuesField. TYPEMethods in org.elasticsearch.index.mapper with parameters of type FieldType Modifier and Type Method Description static StringFieldMapper. termVectorOptionsToString(FieldType fieldType)
-