All Classes

Class Summary 
Class Description
MapperExtrasPlugin  
RankFeatureFieldMapper
A FieldMapper that exposes Lucene's FeatureField.
RankFeatureFieldMapper.Builder  
RankFeatureFieldMapper.Defaults  
RankFeatureFieldMapper.RankFeatureFieldType  
RankFeatureFieldMapper.TypeParser  
RankFeatureMetaFieldMapper
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.
RankFeatureMetaFieldMapper.Builder  
RankFeatureMetaFieldMapper.Defaults  
RankFeatureMetaFieldMapper.RankFeatureMetaFieldType  
RankFeatureMetaFieldMapper.TypeParser  
RankFeatureQueryBuilder
Query to run on a [rank_feature] field.
RankFeatureQueryBuilder.ScoreFunction
Scoring function for a [rank_feature] field.
RankFeatureQueryBuilder.ScoreFunction.Log
A scoring function that scores documents as Math.log(scalingFactor + S) where S is the value of the static feature.
RankFeatureQueryBuilder.ScoreFunction.Saturation
A scoring function that scores documents as S / (S + pivot) where S is the value of the static feature.
RankFeatureQueryBuilder.ScoreFunction.Sigmoid
A scoring function that scores documents as S^exp / (S^exp + pivot^exp) where S is the value of the static feature.
RankFeatureQueryBuilders  
RankFeaturesFieldMapper
A FieldMapper that exposes Lucene's FeatureField as a sparse vector of features.
RankFeaturesFieldMapper.Builder  
RankFeaturesFieldMapper.Defaults  
RankFeaturesFieldMapper.RankFeaturesFieldType  
RankFeaturesFieldMapper.TypeParser  
ScaledFloatFieldMapper
A FieldMapper for scaled floats.
ScaledFloatFieldMapper.Builder  
ScaledFloatFieldMapper.ScaledFloatFieldType  
ScaledFloatFieldMapper.TypeParser  
SearchAsYouTypeFieldMapper
Mapper for a text field that optimizes itself for as-you-type completion by indexing its content into subfields.
SearchAsYouTypeFieldMapper.Builder  
SearchAsYouTypeFieldMapper.Defaults  
SearchAsYouTypeFieldMapper.TypeParser  
TokenCountFieldMapper
A FieldMapper that takes a string and writes a count of the tokens in that string to the index.
TokenCountFieldMapper.Builder  
TokenCountFieldMapper.Defaults  
TokenCountFieldMapper.TypeParser