public static class TermFreqIterator.TermFreqIteratorWrapper extends java.lang.Object implements TermFreqIterator
1
TermFreqIterator.TermFreqIteratorWrapper
Constructor and Description |
---|
TermFreqIterator.TermFreqIteratorWrapper(org.apache.lucene.util.BytesRefIterator wrapped) |
Modifier and Type | Method and Description |
---|---|
java.util.Comparator<org.apache.lucene.util.BytesRef> |
getComparator() |
org.apache.lucene.util.BytesRef |
next() |
long |
weight() |
public TermFreqIterator.TermFreqIteratorWrapper(org.apache.lucene.util.BytesRefIterator wrapped)
public long weight()
weight
in interface TermFreqIterator
public org.apache.lucene.util.BytesRef next() throws java.io.IOException
next
in interface org.apache.lucene.util.BytesRefIterator
java.io.IOException
public java.util.Comparator<org.apache.lucene.util.BytesRef> getComparator()
getComparator
in interface org.apache.lucene.util.BytesRefIterator