SolrSearchProvider.exportConfig(Index) instead.@Deprecated public interface SolrStopWordsService
| Modifier and Type | Method and Description |
|---|---|
void |
exportStopWords(FacetSearchConfig facetSearchConfig,
IndexedType indexedType)
Deprecated.
Exports stop words to the Solr server.
|
void |
exportStopWords(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
boolean visible)
Deprecated.
Exports stop words to the Solr server.
|
void exportStopWords(FacetSearchConfig facetSearchConfig, IndexedType indexedType) throws FacetConfigExportException
facetSearchConfig - - the facet search configurationindexedType - - the indexed typeFacetConfigExportException - if an error occurs during the exportvoid exportStopWords(FacetSearchConfig facetSearchConfig, IndexedType indexedType, boolean visible) throws FacetConfigExportException
facetSearchConfig - - the facet search configurationindexedType - - the indexed typevisible - - if true, the synonyms should be immediately visible after the exportFacetConfigExportException - if an error occurs during the exportCopyright © 2017 SAP SE. All Rights Reserved.