Uses of Class
org.apache.solr.handler.component.QueryElevationComponent.ElevationBuilder
-
Packages that use QueryElevationComponent.ElevationBuilder Package Description org.apache.solr.handler.component SearchComponent
implementations 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.ElevationBuilder
QueryElevationComponent.ElevationBuilder. addElevatedIds(List<String> ids)
QueryElevationComponent.ElevationBuilder
QueryElevationComponent.ElevationBuilder. addExcludedIds(Collection<String> ids)
QueryElevationComponent.ElevationBuilder
QueryElevationComponent.ElevationBuilder. merge(QueryElevationComponent.ElevationBuilder elevationBuilder)
Methods in org.apache.solr.handler.component with parameters of type QueryElevationComponent.ElevationBuilder Modifier and Type Method Description QueryElevationComponent.ElevationBuilder
QueryElevationComponent.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.ElevationProvider
QueryElevationComponent. createElevationProvider(Map<QueryElevationComponent.ElevatingQuery,QueryElevationComponent.ElevationBuilder> elevationBuilderMap)
Creates theQueryElevationComponent.ElevationProvider
to 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)
-