org.apache.lucene.search.suggest
Class SortedTermFreqIteratorWrapper
java.lang.Object
org.apache.lucene.search.suggest.BufferingTermFreqIteratorWrapper
org.apache.lucene.search.suggest.SortedTermFreqIteratorWrapper
- All Implemented Interfaces:
- Iterator<String>, SortedIterator, TermFreqIterator
public class SortedTermFreqIteratorWrapper
- extends BufferingTermFreqIteratorWrapper
- implements SortedIterator
This wrapper buffers incoming elements and makes sure they are sorted in
ascending lexicographic order.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortedTermFreqIteratorWrapper
public SortedTermFreqIteratorWrapper(TermFreqIterator source)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.