All Classes and Interfaces
Classes
Class
Description
A
FieldMapper that exposes Lucene's FeatureField.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.
Query to run on a [rank_feature] field.
Scoring function for a [rank_feature] field.
A scoring function that scores documents as simply
S
where S is the indexed value of the static feature.A scoring function that scores documents as
Math.log(scalingFactor + S)
where S is the value of the static feature.A scoring function that scores documents as
S / (S + pivot) where S is
the value of the static feature.A scoring function that scores documents as
S^exp / (S^exp + pivot^exp)
where S is the value of the static feature.A
FieldMapper that exposes Lucene's FeatureField as a sparse
vector of features.A
FieldMapper for scaled floats.Mapper for a text field that optimizes itself for as-you-type completion by indexing its content into subfields.
A
FieldMapper that takes a string and writes a count of the tokens in that string
to the index.