Package org.elasticsearch.index.query
package org.elasticsearch.index.query
-
Class SummaryClassDescriptionQuery to run on a [rank_feature] field.Scoring function for a [rank_feature] field.A scoring function that scores documents as simply
Swhere S is the indexed value of the static feature.A scoring function that scores documents asMath.log(scalingFactor + S)where S is the value of the static feature.A scoring function that scores documents asS / (S + pivot)where S is the value of the static feature.A scoring function that scores documents asS^exp / (S^exp + pivot^exp)where S is the value of the static feature.A variant ofTermQuery,PhraseQuery,MultiPhraseQueryand span queries that uses postings for its approximation, but falls back to stored fields or _source whenever term frequencies or positions are needed.A wrapper ofIntervalsSourcefor the case when positions are not indexed.