Uses of Interface
org.apache.lucene.index.IndexableFieldType
-
Packages that use IndexableFieldType Package Description org.apache.lucene.codecs org.apache.lucene.document org.apache.lucene.index org.elasticsearch.index.mapper -
-
Uses of IndexableFieldType in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return IndexableFieldType Modifier and Type Method Description IndexableFieldTypeStoredFieldsWriter.MergeVisitor. fieldType() -
Uses of IndexableFieldType in org.apache.lucene.document
Classes in org.apache.lucene.document that implement IndexableFieldType Modifier and Type Class Description classFieldTypeDescribes the properties of a field.Fields in org.apache.lucene.document declared as IndexableFieldType Modifier and Type Field Description protected IndexableFieldTypeField. typeField's typeMethods in org.apache.lucene.document that return IndexableFieldType Modifier and Type Method Description IndexableFieldTypeField. fieldType()Returns theFieldTypefor this field.Constructors in org.apache.lucene.document with parameters of type IndexableFieldType Constructor Description Field(String name, byte[] value, int offset, int length, IndexableFieldType type)Create field with binary value.Field(String name, byte[] value, IndexableFieldType type)Create field with binary value.Field(String name, Reader reader, IndexableFieldType type)Create field with Reader value.Field(String name, CharSequence value, IndexableFieldType type)Create field with String value.Field(String name, TokenStream tokenStream, IndexableFieldType type)Create field with TokenStream value.Field(String name, IndexableFieldType type)Expert: creates a field with no initial value.Field(String name, BytesRef bytes, IndexableFieldType type)Create field with binary value.FieldType(IndexableFieldType ref)Create a new mutable FieldType with all of the properties fromref -
Uses of IndexableFieldType in org.apache.lucene.index
Methods in org.apache.lucene.index that return IndexableFieldType Modifier and Type Method Description IndexableFieldTypeIndexableField. fieldType()IndexableFieldTypedescribing the properties of this field. -
Uses of IndexableFieldType in org.elasticsearch.index.mapper
Classes in org.elasticsearch.index.mapper that implement IndexableFieldType 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.TypeFieldTypeMethods in org.elasticsearch.index.mapper that return IndexableFieldType Modifier and Type Method Description IndexableFieldTypeCustomDocValuesField. fieldType()
-