Uses of Class
org.apache.solr.handler.component.QueryElevationComponent.Elevation
-
Packages that use QueryElevationComponent.Elevation Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandler -
-
Uses of QueryElevationComponent.Elevation in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return QueryElevationComponent.Elevation Modifier and Type Method Description QueryElevationComponent.ElevationQueryElevationComponent.ElevationBuilder. build()protected QueryElevationComponent.ElevationQueryElevationComponent. getElevation(ResponseBuilder rb)QueryElevationComponent.ElevationQueryElevationComponent.DefaultElevationProvider. getElevationForQuery(String queryString)QueryElevationComponent.ElevationQueryElevationComponent.ElevationProvider. getElevationForQuery(String queryString)Gets the elevation associated to the provided query.protected QueryElevationComponent.ElevationQueryElevationComponent.Elevation. mergeWith(QueryElevationComponent.Elevation elevation)Merges thisQueryElevationComponent.Elevationwith another and creates a newQueryElevationComponent.Elevation.Methods in org.apache.solr.handler.component with parameters of type QueryElevationComponent.Elevation Modifier and Type Method Description protected QueryElevationComponent.ElevationQueryElevationComponent.Elevation. mergeWith(QueryElevationComponent.Elevation elevation)Merges thisQueryElevationComponent.Elevationwith another and creates a newQueryElevationComponent.Elevation.Constructor parameters in org.apache.solr.handler.component with type arguments of type QueryElevationComponent.Elevation Constructor Description DefaultElevationProvider(QueryElevationComponent.TrieSubsetMatcher.Builder<String,QueryElevationComponent.Elevation> subsetMatcherBuilder, Map<QueryElevationComponent.ElevatingQuery,QueryElevationComponent.ElevationBuilder> elevationBuilderMap)
-