Interface SolrFacetSearchConfigSelectionStrategy
-
- All Known Implementing Classes:
DefaultSolrFacetSearchConfigSelectionStrategy
public interface SolrFacetSearchConfigSelectionStrategyResolves suitableSolrFacetSearchConfigModelthat should be used for searching in the current session context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrFacetSearchConfigModelgetCurrentSolrFacetSearchConfig()Resolves suitableSolrFacetSearchConfigModelthat should be used for searching in the current session
-
-
-
Method Detail
-
getCurrentSolrFacetSearchConfig
SolrFacetSearchConfigModel getCurrentSolrFacetSearchConfig() throws NoValidSolrConfigException
Resolves suitableSolrFacetSearchConfigModelthat should be used for searching in the current session- Returns:
SolrFacetSearchConfigModel- Throws:
NoValidSolrConfigException
-
-