public class UnsortedTermFreqIteratorWrapper extends BufferingTermFreqIteratorWrapper
TermFreqIterator.TermFreqIteratorWrapper
curPos, entries, freqs
Constructor and Description |
---|
UnsortedTermFreqIteratorWrapper(TermFreqIterator source) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.util.BytesRef |
next() |
long |
weight() |
getComparator
public UnsortedTermFreqIteratorWrapper(TermFreqIterator source) throws java.io.IOException
java.io.IOException
public long weight()
weight
in interface TermFreqIterator
weight
in class BufferingTermFreqIteratorWrapper
public org.apache.lucene.util.BytesRef next() throws java.io.IOException
next
in interface org.apache.lucene.util.BytesRefIterator
next
in class BufferingTermFreqIteratorWrapper
java.io.IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.