public class MockSolrAutoCompleteService extends java.lang.Object implements SolrAutoSuggestService
SolrAutoSuggestService| Constructor and Description |
|---|
MockSolrAutoCompleteService() |
| Modifier and Type | Method and Description |
|---|---|
SolrSuggestion |
getAutoSuggestionsForQuery(LanguageModel language,
SolrIndexedTypeModel indexedType,
java.lang.String queryInput)
Returns solr's suggestions based on the indexed type, language and user's input.
|
public SolrSuggestion getAutoSuggestionsForQuery(LanguageModel language, SolrIndexedTypeModel indexedType, java.lang.String queryInput)
SolrAutoSuggestServicegetAutoSuggestionsForQuery in interface SolrAutoSuggestServicelanguage - - the languageindexedType - - the indexed typequeryInput - -the querySolrSuggestionCopyright © 2018 SAP SE. All Rights Reserved.