Class QueryElevationComponent.DefaultElevationProvider

java.lang.Object
org.apache.solr.handler.component.QueryElevationComponent.DefaultElevationProvider
All Implemented Interfaces:
QueryElevationComponent.ElevationProvider
Enclosing class:
QueryElevationComponent

protected class QueryElevationComponent.DefaultElevationProvider extends Object implements QueryElevationComponent.ElevationProvider
Provides elevations with either:
  • subset match - all the elevating terms are matched in the search query, in any order.
  • exact match - the elevating query matches fully (all terms in same order) the search query.
The terms are tokenized with the query analyzer.