Package org.elasticsearch.index.mapper
package org.elasticsearch.index.mapper
-
ClassesClassDescriptionA
FieldMapperfor full-text fields that only indexesIndexOptions.DOCSand runs positional queries by looking at the _source.AFieldMapperthat exposes Lucene'sFeatureField.This meta field only exists because rank feature fields index everything into a common _feature field and Elasticsearch has a custom codec that complains when fields exist in the index and not in mappings.AFieldMapperthat exposes Lucene'sFeatureFieldas a sparse vector of features.AFieldMapperfor scaled floats.Mapper for a text field that optimizes itself for as-you-type completion by indexing its content into subfields.AFieldMapperthat takes a string and writes a count of the tokens in that string to the index.