Uses of Class
org.apache.lucene.util.BytesRefHash

Packages that use BytesRefHash
org.apache.lucene.analysis.synonym Analysis components for Synonyms. 
 

Uses of BytesRefHash in org.apache.lucene.analysis.synonym
 

Fields in org.apache.lucene.analysis.synonym declared as BytesRefHash
 BytesRefHash SynonymMap.words
          map
 

Constructors in org.apache.lucene.analysis.synonym with parameters of type BytesRefHash
SynonymMap(FST<BytesRef> fst, BytesRefHash words, int maxHorizontalContext)
           
 



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