SolrSearchProvider.exportConfig(Index) instead.@Deprecated public class ManagedSolrSynonymsService extends AbstractSolrRestService implements SolrSynonymsService
SolrSynonymsService 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.
|
static String |
SYNONYM_FOR_SOLR_BUG
Deprecated.
|
protected static String |
SYNONYM_RESOURCE_PATH
Deprecated.
|
protected static String |
SYNONYM_SPLIT_CHAR
Deprecated.
|
protected static String |
SYNONYMS_FILTER_IGNORE_CASE_KEY
Deprecated.
|
ONLY_MASTER| Constructor and Description |
|---|
ManagedSolrSynonymsService()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
exportSynonyms(FacetSearchConfig facetSearchConfig,
IndexedType indexedType)
Deprecated.
Exports synonyms to the Solr server.
|
void |
exportSynonyms(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
boolean visible)
Deprecated.
Exports synonyms to the Solr server.
|
createManagedResource, getAllServerUrls, getConfigurationService, getCoreName, getFacetSearchConfigDao, getLanguages, getRestTemplate, getSolrCoreNameResolver, getSolrEndpointUrls, getSolrService, getTenantService, setConfigurationService, setFacetSearchConfigDao, setRestTemplate, setSolrCoreNameResolver, setSolrService, setTenantServicepublic static final String SYNONYM_FOR_SOLR_BUG
protected static final String SYNONYM_SPLIT_CHAR
protected static final String SYNONYM_RESOURCE_PATH
protected static final String MANAGED_RESOURCE_CLASS
protected static final String SYNONYMS_FILTER_IGNORE_CASE_KEY
protected static final String IGNORE_CASE_ATTRIBUTE
public void exportSynonyms(FacetSearchConfig facetSearchConfig, IndexedType indexedType) throws FacetConfigExportException
SolrSynonymsServiceexportSynonyms in interface SolrSynonymsServicefacetSearchConfig - - the facet search configurationindexedType - - the indexed typeFacetConfigExportException - if an error occurs during the exportpublic void exportSynonyms(FacetSearchConfig facetSearchConfig, IndexedType indexedType, boolean visible) throws FacetConfigExportException
SolrSynonymsServiceexportSynonyms in interface SolrSynonymsServicefacetSearchConfig - - 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.