ManagedSynonymGraphFilterFactory instead, but be sure to also
use FlattenGraphFilterFactory at index time (not at search time) as well.@Deprecated public class ManagedSynonymFilterFactory extends BaseManagedTokenFilterFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedSynonymFilterFactory.SynonymManager
Deprecated.
ManagedResource implementation for synonyms, which are so specialized that
it makes sense to implement this class as an inner class as it has little
application outside the SynonymFilterFactory use cases.
|
| Modifier and Type | Field and Description |
|---|---|
protected SynonymFilterFactory |
delegate
Deprecated.
|
static String |
IGNORE_CASE_INIT_ARG
Deprecated.
|
static String |
NAME
Deprecated.
SPI name
|
static String |
SYNONYM_MAPPINGS
Deprecated.
|
handleLUCENE_MATCH_VERSION_PARAM, luceneMatchVersion| Constructor and Description |
|---|
ManagedSynonymFilterFactory(Map<String,String> args)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TokenStream |
create(TokenStream input)
Deprecated.
|
protected Class<? extends ManagedResource> |
getManagedResourceImplClass()
Deprecated.
Let the concrete analysis component determine the ManagedResource implementation.
|
String |
getResourceId()
Deprecated.
Let the concrete analysis component decide the path it wishes to be managed at.
|
void |
onManagedResourceInitialized(NamedList<?> initArgs,
ManagedResource res)
Deprecated.
Called once, during core initialization, to initialize any analysis components
that depend on the data managed by this resource.
|
informavailableTokenFilters, findSPIName, forName, lookupClass, normalize, reloadTokenFiltersget, get, get, get, get, getBoolean, getChar, getClassArg, getFloat, getInt, getLines, getLuceneMatchVersion, getOriginalArgs, getPattern, getSet, getSnowballWordSet, getWordSet, isExplicitLuceneMatchVersion, require, require, require, requireBoolean, requireChar, requireFloat, requireInt, setExplicitLuceneMatchVersion, splitAt, splitFileNamespublic static final String NAME
public static final String SYNONYM_MAPPINGS
public static final String IGNORE_CASE_INIT_ARG
protected SynonymFilterFactory delegate
public String getResourceId()
BaseManagedTokenFilterFactorygetResourceId in class BaseManagedTokenFilterFactoryprotected Class<? extends ManagedResource> getManagedResourceImplClass()
BaseManagedTokenFilterFactorygetManagedResourceImplClass in class BaseManagedTokenFilterFactorypublic void onManagedResourceInitialized(NamedList<?> initArgs, ManagedResource res) throws SolrException
SolrExceptionpublic TokenStream create(TokenStream input)
create in class TokenFilterFactoryCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.