Package | Description |
---|---|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
Modifier and Type | Class and Description |
---|---|
protected class |
QueryElevationComponent.DefaultElevationProvider
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.
|
Modifier and Type | Field and Description |
---|---|
protected static QueryElevationComponent.ElevationProvider |
QueryElevationComponent.NO_OP_ELEVATION_PROVIDER
QueryElevationComponent.ElevationProvider that returns no elevation. |
Modifier and Type | Method and Description |
---|---|
protected QueryElevationComponent.ElevationProvider |
QueryElevationComponent.createElevationProvider(Map<QueryElevationComponent.ElevatingQuery,QueryElevationComponent.ElevationBuilder> elevationBuilderMap)
Creates the
QueryElevationComponent.ElevationProvider to set during configuration loading. |
protected <E extends Exception> |
QueryElevationComponent.handleConfigLoadingException(E e,
boolean resourceAccessIssue)
Handles an exception that occurred while loading the configuration resource.
|
protected QueryElevationComponent.ElevationProvider |
QueryElevationComponent.loadElevationProvider(XmlConfigFile config)
Loads the
QueryElevationComponent.ElevationProvider . |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.