TermFreqIterator, org.apache.lucene.util.BytesRefIteratorpublic static class TermFreqIterator.TermFreqIteratorWrapper extends Object implements TermFreqIterator
1TermFreqIterator.TermFreqIteratorWrapper| Constructor | Description |
|---|---|
TermFreqIteratorWrapper(org.apache.lucene.util.BytesRefIterator wrapped) |
| Modifier and Type | Method | Description |
|---|---|---|
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 IOException
next in interface org.apache.lucene.util.BytesRefIteratorIOExceptionpublic Comparator<org.apache.lucene.util.BytesRef> getComparator()
getComparator in interface org.apache.lucene.util.BytesRefIteratorCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.