Uses of Class org.apache.lucene.index.memory.SynonymMap

Uses in package org.apache.lucene.index.memory

Constructors with parameter type org.apache.lucene.index.memory.SynonymMap

SynonymTokenFilter.SynonymTokenFilter(TokenStream input, SynonymMap synonyms, int maxSynonyms)
Creates an instance for the given underlying stream and synonym table.

Methods with parameter type org.apache.lucene.index.memory.SynonymMap

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.

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.