JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Package org.opensearch.index.mapper
Class Summary
Class
Description
MapperExtrasPlugin
RankFeatureFieldMapper
A
FieldMapper
that exposes Lucene's
FeatureField
.
RankFeatureFieldMapper.Builder
RankFeatureFieldMapper.Defaults
RankFeatureFieldMapper.RankFeatureFieldType
RankFeatureMetaFieldMapper
This meta field only exists because rank feature fields index everything into a common _feature field and OpenSearch has a custom codec that complains when fields exist in the index and not in mappings.
RankFeatureMetaFieldMapper.RankFeatureMetaFieldType
RankFeaturesFieldMapper
A
FieldMapper
that exposes Lucene's
FeatureField
as a sparse vector of features.
RankFeaturesFieldMapper.Builder
RankFeaturesFieldMapper.RankFeaturesFieldType
ScaledFloatFieldMapper
A
FieldMapper
for scaled floats.
ScaledFloatFieldMapper.Builder
ScaledFloatFieldMapper.ScaledFloatFieldType
SearchAsYouTypeFieldMapper
Mapper for a text field that optimizes itself for as-you-type completion by indexing its content into subfields.
SearchAsYouTypeFieldMapper.Builder
SearchAsYouTypeFieldMapper.Defaults
TokenCountFieldMapper
A
FieldMapper
that takes a string and writes a count of the tokens in that string to the index.
TokenCountFieldMapper.Builder