Uses of Interface
org.apache.solr.handler.component.QueryElevationComponent.ElevationProvider
-
Packages that use QueryElevationComponent.ElevationProvider Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandler -
-
Uses of QueryElevationComponent.ElevationProvider in org.apache.solr.handler.component
Classes in org.apache.solr.handler.component that implement QueryElevationComponent.ElevationProvider Modifier and Type Class Description protected classQueryElevationComponent.DefaultElevationProviderProvides 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.Fields in org.apache.solr.handler.component declared as QueryElevationComponent.ElevationProvider Modifier and Type Field Description protected static QueryElevationComponent.ElevationProviderQueryElevationComponent. NO_OP_ELEVATION_PROVIDERQueryElevationComponent.ElevationProviderthat returns no elevation.Methods in org.apache.solr.handler.component that return QueryElevationComponent.ElevationProvider Modifier and Type Method Description protected QueryElevationComponent.ElevationProviderQueryElevationComponent. createElevationProvider(Map<QueryElevationComponent.ElevatingQuery,QueryElevationComponent.ElevationBuilder> elevationBuilderMap)Creates theQueryElevationComponent.ElevationProviderto set during configuration loading.protected <E extends Exception>
QueryElevationComponent.ElevationProviderQueryElevationComponent. handleConfigLoadingException(E e, boolean resourceAccessIssue)Handles an exception that occurred while loading the configuration resource.protected QueryElevationComponent.ElevationProviderQueryElevationComponent. loadElevationProvider(XmlConfigFile config)Loads theQueryElevationComponent.ElevationProvider.
-