Class HashRangeQParserPlugin

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

public class HashRangeQParserPlugin extends QParserPlugin
Matches documents where the specified field hashes to a value within the given range.
Can be used to create a filter that will only match documents falling within a certain shard's hash range.