TermFreqIterator, org.apache.lucene.util.BytesRefIteratorUnsortedTermFreqIteratorWrapperpublic class BufferingTermFreqIteratorWrapper extends Object implements TermFreqIterator
TermFreqIterator.TermFreqIteratorWrapper| Modifier and Type | Field | Description |
|---|---|---|
protected int |
curPos |
|
protected BytesRefList |
entries |
|
protected long[] |
freqs |
| Constructor | Description |
|---|---|
BufferingTermFreqIteratorWrapper(TermFreqIterator source) |
| Modifier and Type | Method | Description |
|---|---|---|
Comparator<org.apache.lucene.util.BytesRef> |
getComparator() |
|
org.apache.lucene.util.BytesRef |
next() |
|
long |
weight() |
protected BytesRefList entries
protected int curPos
protected long[] freqs
public BufferingTermFreqIteratorWrapper(TermFreqIterator source) throws IOException
IOExceptionpublic 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.