Uses of Class
de.hybris.platform.solrfacetsearch.suggester.exceptions.SolrAutoSuggestException
-
-
Uses of SolrAutoSuggestException in de.hybris.platform.commerceservices.search.solrfacetsearch.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.impl that throw SolrAutoSuggestException Modifier and Type Method Description voidDefaultSolrFacetSearchConfigSelectionStrategyAutocompleteTest. setUp()voidDefaultSolrFacetSearchConfigSelectionStrategyAutocompleteTest. suggestUsingLegacySuggester()voidDefaultSolrFacetSearchConfigSelectionStrategyAutocompleteTest. suggestUsingNewSuggester()voidDefaultSolrFacetSearchConfigSelectionStrategyAutocompleteTest. suggestWithEmptyResult() -
Uses of SolrAutoSuggestException in de.hybris.platform.solrfacetsearch.suggester
Methods in de.hybris.platform.solrfacetsearch.suggester that throw SolrAutoSuggestException Modifier and Type Method Description SolrSuggestionSolrAutoSuggestService. getAutoSuggestionsForQuery(LanguageModel language, SolrIndexedTypeModel indexedType, java.lang.String query)Returns solr's suggestions based on the indexed type, language and user's input.voidSolrAutoSuggestServiceTest. testSuggestions() -
Uses of SolrAutoSuggestException in de.hybris.platform.solrfacetsearch.suggester.impl
Methods in de.hybris.platform.solrfacetsearch.suggester.impl that throw SolrAutoSuggestException Modifier and Type Method Description SolrSuggestionDefaultSolrAutoSuggestService. getAutoSuggestionsForQuery(LanguageModel language, SolrIndexedTypeModel solrIndexedType, java.lang.String queryInput)
-