public class TypeAsSynonymFilterFactory extends TokenFilterFactory
TypeAsSynonymFilter
.
<fieldType name="text_type_as_synonym" class="solr.TextField" positionIncrementGap="100"> <analyzer> <tokenizer class="solr.UAX29URLEmailTokenizerFactory"/> <filter class="solr.TypeAsSynonymFilterFactory" prefix="_type_" /> </analyzer> </fieldType>
If the optional prefix
parameter is used, the specified value will be prepended
to the type, e.g. with prefix="_type_", for a token "example.com" with type "<URL>",
the emitted synonym will have text "_type_<URL>".
Modifier and Type | Field and Description |
---|---|
static String |
NAME
SPI name
|
LUCENE_MATCH_VERSION_PARAM, luceneMatchVersion
Constructor and Description |
---|
TypeAsSynonymFilterFactory(Map<String,String> args) |
Modifier and Type | Method and Description |
---|---|
TokenStream |
create(TokenStream input)
Transform the specified input TokenStream
|
availableTokenFilters, findSPIName, forName, lookupClass, normalize, reloadTokenFilters
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
public static final String NAME
public TokenStream create(TokenStream input)
TokenFilterFactory
create
in class TokenFilterFactory
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.