Class RankQParserPlugin

java.lang.Object
org.apache.solr.search.QParserPlugin
org.apache.solr.search.RankQParserPlugin
All Implemented Interfaces:
NamedListInitializedPlugin

public class RankQParserPlugin extends QParserPlugin
RankQParserPlugin can be used to introduce document-depending scoring factors to ranking. While this QParser delivers a (subset of) functionality already available via FunctionQParser, the benefit is that RankQParserPlugin can be used in combination with the minExactCount to use BlockMax-WAND algorithm (skip non-competitive documents) to provide faster responses.
Since:
8.6
See Also:
WARNING: This API is experimental and might change in incompatible ways in the next release.