Package org.elasticsearch.search.rank


package org.elasticsearch.search.rank
  • Class
    Description
    RankContextBuilder is used as a base class to manage input, parsing, and subsequent generation of appropriate contexts for handling searches that require multiple queries for global rank relevance.
    RankContext is a base class used to generate ranking results on the coordinator and then set the rank for any search hits that are found.
    RankDoc is the base class for all ranked results.
    Manages the appropriate values when executing multiple queries on behalf of ranking for a single ranking query.
    RankShardContext is a base class used to generate ranking results on each shard where it's responsible for executing any queries during the query phase required for its global ranking method.
    This is an interface used a marker for a VersionedNamedWriteable.