|
Nux 1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynonymMap | |
---|---|
org.apache.lucene.index.memory | High-performance single-document main memory Apache Lucene fulltext search index. |
Uses of SynonymMap in org.apache.lucene.index.memory |
---|
Methods in org.apache.lucene.index.memory with parameters of type SynonymMap | |
---|---|
static Analyzer |
AnalyzerUtil.getSynonymAnalyzer(Analyzer child,
SynonymMap synonyms,
int maxSynonyms)
Returns an analyzer wrapper that wraps the underlying child analyzer's token stream into a SynonymTokenFilter . |
Constructors in org.apache.lucene.index.memory with parameters of type SynonymMap | |
---|---|
SynonymTokenFilter(TokenStream input,
SynonymMap synonyms,
int maxSynonyms)
Creates an instance for the given underlying stream and synonym table. |
|
Nux 1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |