Uses of Class
org.apache.solr.handler.component.QueryElevationComponent.ElevationBuilder
-
Packages that use QueryElevationComponent.ElevationBuilder Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandler -
-
Uses of QueryElevationComponent.ElevationBuilder in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return QueryElevationComponent.ElevationBuilder Modifier and Type Method Description QueryElevationComponent.ElevationBuilderQueryElevationComponent.ElevationBuilder. addElevatedIds(List<String> ids)QueryElevationComponent.ElevationBuilderQueryElevationComponent.ElevationBuilder. addExcludedIds(Collection<String> ids)QueryElevationComponent.ElevationBuilderQueryElevationComponent.ElevationBuilder. merge(QueryElevationComponent.ElevationBuilder elevationBuilder)Methods in org.apache.solr.handler.component with parameters of type QueryElevationComponent.ElevationBuilder Modifier and Type Method Description QueryElevationComponent.ElevationBuilderQueryElevationComponent.ElevationBuilder. merge(QueryElevationComponent.ElevationBuilder elevationBuilder)Method parameters in org.apache.solr.handler.component with type arguments of type QueryElevationComponent.ElevationBuilder Modifier and Type Method Description protected QueryElevationComponent.ElevationProviderQueryElevationComponent. createElevationProvider(Map<QueryElevationComponent.ElevatingQuery,QueryElevationComponent.ElevationBuilder> elevationBuilderMap)Creates theQueryElevationComponent.ElevationProviderto set during configuration loading.Constructor parameters in org.apache.solr.handler.component with type arguments of type QueryElevationComponent.ElevationBuilder Constructor Description DefaultElevationProvider(QueryElevationComponent.TrieSubsetMatcher.Builder<String,QueryElevationComponent.Elevation> subsetMatcherBuilder, Map<QueryElevationComponent.ElevatingQuery,QueryElevationComponent.ElevationBuilder> elevationBuilderMap)
-