public class UnsortedTermFreqIteratorWrapper extends BufferingTermFreqIteratorWrapper
TermFreqIterator.TermFreqIteratorWrappercurPos, entries, freqs| Constructor and Description |
|---|
UnsortedTermFreqIteratorWrapper(TermFreqIterator source) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.util.BytesRef |
next() |
long |
weight() |
getComparatorpublic UnsortedTermFreqIteratorWrapper(TermFreqIterator source) throws java.io.IOException
java.io.IOExceptionpublic long weight()
weight in interface TermFreqIteratorweight in class BufferingTermFreqIteratorWrapperpublic org.apache.lucene.util.BytesRef next()
throws java.io.IOException
next in interface org.apache.lucene.util.BytesRefIteratornext in class BufferingTermFreqIteratorWrapperjava.io.IOExceptionCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.