SolrSearchProvider.exportConfig(Index) instead@Deprecated public class DefaultSolrStopWordsService extends Object implements SolrStopWordsService
SolrStopWordsService| Constructor and Description |
|---|
DefaultSolrStopWordsService()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
exportConfig(FacetSearchConfig facetSearchConfig,
IndexedType indexedType)
Deprecated.
|
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.
|
SolrIndexService |
getSolrIndexService()
Deprecated.
|
SolrSearchProviderFactory |
getSolrSearchProviderFactory()
Deprecated.
|
void |
setSolrIndexService(SolrIndexService solrIndexService)
Deprecated.
|
void |
setSolrSearchProviderFactory(SolrSearchProviderFactory solrSearchProviderFactory)
Deprecated.
|
public void exportStopWords(FacetSearchConfig facetSearchConfig, IndexedType indexedType) throws FacetConfigExportException
SolrStopWordsServiceexportStopWords in interface SolrStopWordsServicefacetSearchConfig - - the facet search configurationindexedType - - the indexed typeFacetConfigExportException - if an error occurs during the exportpublic void exportStopWords(FacetSearchConfig facetSearchConfig, IndexedType indexedType, boolean visible) throws FacetConfigExportException
SolrStopWordsServiceexportStopWords in interface SolrStopWordsServicefacetSearchConfig - - the facet search configurationindexedType - - the indexed typevisible - - if true, the synonyms should be immediately visible after the exportFacetConfigExportException - if an error occurs during the exportprotected void exportConfig(FacetSearchConfig facetSearchConfig, IndexedType indexedType) throws FacetConfigExportException
FacetConfigExportExceptionpublic SolrSearchProviderFactory getSolrSearchProviderFactory()
public void setSolrSearchProviderFactory(SolrSearchProviderFactory solrSearchProviderFactory)
public SolrIndexService getSolrIndexService()
public void setSolrIndexService(SolrIndexService solrIndexService)
Copyright © 2017 SAP SE. All Rights Reserved.