public static class TermFreqIterator.TermFreqIteratorWrapper extends java.lang.Object implements TermFreqIterator
1TermFreqIterator.TermFreqIteratorWrapper| Constructor and Description |
|---|
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 TermFreqIteratorWrapper(org.apache.lucene.util.BytesRefIterator wrapped)
public long weight()
weight in interface TermFreqIteratorpublic org.apache.lucene.util.BytesRef next()
throws java.io.IOException
next in interface org.apache.lucene.util.BytesRefIteratorjava.io.IOExceptionpublic java.util.Comparator<org.apache.lucene.util.BytesRef> getComparator()
getComparator in interface org.apache.lucene.util.BytesRefIteratorCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.