Uses of Class
org.apache.lucene.search.suggest.BufferingTermFreqIteratorWrapper

Packages that use BufferingTermFreqIteratorWrapper
org.apache.lucene.search.suggest   
 

Uses of BufferingTermFreqIteratorWrapper in org.apache.lucene.search.suggest
 

Subclasses of BufferingTermFreqIteratorWrapper in org.apache.lucene.search.suggest
 class SortedTermFreqIteratorWrapper
          This wrapper buffers incoming elements and makes sure they are sorted in ascending lexicographic order.
 class UnsortedTermFreqIteratorWrapper
          This wrapper buffers the incoming elements and makes sure they are in random order.
 



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