SolrSearchProvider.exportConfig(Index) instead.@Deprecated public class ManagedSolrStopWordsService extends AbstractSolrRestService implements SolrStopWordsService
SolrStopWordsService that uses Solr managed resources.| Modifier and Type | Field and Description |
|---|---|
protected static String |
IGNORE_CASE_ATTRIBUTE
Deprecated.
|
protected static String |
MANAGED_RESOURCE_CLASS
Deprecated.
|
protected static String |
PATH
Deprecated.
|
protected static String |
STOPWORDS_FILTER_IGNORE_CASE_KEY
Deprecated.
|
ONLY_MASTER| Constructor and Description |
|---|
ManagedSolrStopWordsService()
Deprecated.
|
| 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.
|
createManagedResource, getAllServerUrls, getConfigurationService, getCoreName, getFacetSearchConfigDao, getLanguages, getRestTemplate, getSolrCoreNameResolver, getSolrEndpointUrls, getSolrService, getTenantService, setConfigurationService, setFacetSearchConfigDao, setRestTemplate, setSolrCoreNameResolver, setSolrService, setTenantServiceprotected static final String PATH
protected static final String MANAGED_RESOURCE_CLASS
protected static final String STOPWORDS_FILTER_IGNORE_CASE_KEY
protected static final String IGNORE_CASE_ATTRIBUTE
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 exportCopyright © 2017 SAP SE. All Rights Reserved.