Class Word2VecSynonymFilterFactory
java.lang.Object
org.apache.lucene.analysis.AbstractAnalysisFactory
org.apache.lucene.analysis.TokenFilterFactory
org.apache.lucene.analysis.synonym.word2vec.Word2VecSynonymFilterFactory
- All Implemented Interfaces:
ResourceLoaderAware
Factory for
Word2VecSynonymFilter
.- WARNING: This API is experimental and might change in incompatible ways in the next release.
- SPI Name (case-insensitive: if the name is 'htmlStrip', 'htmlstrip' can be used when looking up the service).
- "Word2VecSynonym"
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final float
static final String
SPI nameFields inherited from class org.apache.lucene.analysis.AbstractAnalysisFactory
LUCENE_MATCH_VERSION_PARAM, luceneMatchVersion
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ctor for compatibility with SPI -
Method Summary
Methods inherited from class org.apache.lucene.analysis.TokenFilterFactory
availableTokenFilters, findSPIName, forName, lookupClass, normalize, reloadTokenFilters
Methods inherited from class org.apache.lucene.analysis.AbstractAnalysisFactory
defaultCtorException, get, 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, splitFileNames
-
Field Details
-
NAME
SPI name- See Also:
-
DEFAULT_MAX_SYNONYMS_PER_TERM
public static final int DEFAULT_MAX_SYNONYMS_PER_TERM- See Also:
-
DEFAULT_MIN_ACCEPTED_SIMILARITY
public static final float DEFAULT_MIN_ACCEPTED_SIMILARITY- See Also:
-
-
Constructor Details
-
Word2VecSynonymFilterFactory
-
Word2VecSynonymFilterFactory
public Word2VecSynonymFilterFactory()Default ctor for compatibility with SPI
-
-
Method Details
-
create
- Specified by:
create
in classTokenFilterFactory
-
inform
- Specified by:
inform
in interfaceResourceLoaderAware
- Throws:
IOException
-