| Package | Description |
|---|---|
| org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
| Modifier and Type | Method and Description |
|---|---|
QueryElevationComponent.Elevation |
QueryElevationComponent.ElevationBuilder.build() |
protected QueryElevationComponent.Elevation |
QueryElevationComponent.getElevation(ResponseBuilder rb) |
QueryElevationComponent.Elevation |
QueryElevationComponent.ElevationProvider.getElevationForQuery(String queryString)
Gets the elevation associated to the provided query.
|
QueryElevationComponent.Elevation |
QueryElevationComponent.DefaultElevationProvider.getElevationForQuery(String queryString) |
protected QueryElevationComponent.Elevation |
QueryElevationComponent.Elevation.mergeWith(QueryElevationComponent.Elevation elevation)
Merges this
QueryElevationComponent.Elevation with another and creates a new QueryElevationComponent.Elevation. |
| Modifier and Type | Method and Description |
|---|---|
protected QueryElevationComponent.Elevation |
QueryElevationComponent.Elevation.mergeWith(QueryElevationComponent.Elevation elevation)
Merges this
QueryElevationComponent.Elevation with another and creates a new QueryElevationComponent.Elevation. |
| Constructor and Description |
|---|
DefaultElevationProvider(QueryElevationComponent.TrieSubsetMatcher.Builder<String,QueryElevationComponent.Elevation> subsetMatcherBuilder,
Map<QueryElevationComponent.ElevatingQuery,QueryElevationComponent.ElevationBuilder> elevationBuilderMap) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.