Uses of Class
de.cxp.ocs.smartsuggest.spi.SuggestConfig
Packages that use SuggestConfig
Package
Description
-
Uses of SuggestConfig in de.cxp.ocs.smartsuggest
Methods in de.cxp.ocs.smartsuggest with parameters of type SuggestConfigModifier and TypeMethodDescriptionQuerySuggestManager.QuerySuggestManagerBuilder.withDefaultSuggestConfig
(@NonNull SuggestConfig defaultSuggestConfig) Add default suggest config that should be used in case no SuggestConfigProvider exists or no provider has a config for a certain index. -
Uses of SuggestConfig in de.cxp.ocs.smartsuggest.querysuggester
Methods in de.cxp.ocs.smartsuggest.querysuggester with parameters of type SuggestConfigModifier and TypeMethodDescriptionSuggesterFactory.getSuggester
(SuggestData suggestData, SuggestConfig suggestConfig) Constructors in de.cxp.ocs.smartsuggest.querysuggester with parameters of type SuggestConfigModifierConstructorDescriptionCompoundQuerySuggester
(List<QuerySuggester> suggester, SuggestConfig defaultSuggestConfig) -
Uses of SuggestConfig in de.cxp.ocs.smartsuggest.querysuggester.lucene
Methods in de.cxp.ocs.smartsuggest.querysuggester.lucene with parameters of type SuggestConfigModifier and TypeMethodDescriptionLuceneSuggesterFactory.getSuggester
(SuggestData suggestData, SuggestConfig suggestConfig) Constructors in de.cxp.ocs.smartsuggest.querysuggester.lucene with parameters of type SuggestConfigModifierConstructorDescriptionLuceneQuerySuggester
(Path indexFolder, SuggestConfig suggestConfig, ModifiedTermsService modifiedTermsService, org.apache.lucene.analysis.CharArraySet stopWords) Constructor. -
Uses of SuggestConfig in de.cxp.ocs.smartsuggest.spi
Methods in de.cxp.ocs.smartsuggest.spi that return SuggestConfigModifier and TypeMethodDescriptionSuggestConfig.clone()
SuggestConfigProvider.getConfig
(@NonNull String indexName, SuggestConfig defaultSuggestConfig) Retrieve config for a given index.Methods in de.cxp.ocs.smartsuggest.spi with parameters of type SuggestConfigModifier and TypeMethodDescriptionSuggestConfigProvider.getConfig
(@NonNull String indexName, SuggestConfig defaultSuggestConfig) Retrieve config for a given index. -
Uses of SuggestConfig in de.cxp.ocs.smartsuggest.spi.standard
Methods in de.cxp.ocs.smartsuggest.spi.standard that return SuggestConfigModifier and TypeMethodDescriptionCompoundSuggestConfigProvider.getConfig
(@NonNull String indexName, SuggestConfig defaultSuggestConfig) DefaultSuggestConfigProvider.getConfig
(@NonNull String indexName, SuggestConfig indexConfig) Methods in de.cxp.ocs.smartsuggest.spi.standard with parameters of type SuggestConfigModifier and TypeMethodDescriptionCompoundSuggestConfigProvider.getConfig
(@NonNull String indexName, SuggestConfig defaultSuggestConfig) DefaultSuggestConfigProvider.getConfig
(@NonNull String indexName, SuggestConfig indexConfig) Constructors in de.cxp.ocs.smartsuggest.spi.standard with parameters of type SuggestConfigModifierConstructorDescriptionDefaultSuggestConfigProvider
(@NonNull SuggestConfig defaultSuggestConfig) -
Uses of SuggestConfig in de.cxp.ocs.suggest
Methods in de.cxp.ocs.suggest that return SuggestConfigModifier and TypeMethodDescriptionSuggestServiceProperties.getConfig
(String indexName, SuggestConfig modifiableConfig) SuggestServiceProperties.getDefaultSuggestConfig()
Methods in de.cxp.ocs.suggest with parameters of type SuggestConfigModifier and TypeMethodDescriptionSuggestServiceProperties.getConfig
(String indexName, SuggestConfig modifiableConfig)