|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.search.suggest.SortedTermFreqIteratorWrapper
public class SortedTermFreqIteratorWrapper
This wrapper buffers incoming elements and makes sure they are sorted based on given comparator.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.lucene.search.spell.TermFreqIterator |
|---|
TermFreqIterator.TermFreqIteratorWrapper |
| Field Summary |
|---|
| Fields inherited from interface org.apache.lucene.util.BytesRefIterator |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
SortedTermFreqIteratorWrapper(TermFreqIterator source)
Creates a new sorted wrapper, using BytesRef.getUTF8SortedAsUnicodeComparator() for
sorting. |
|
SortedTermFreqIteratorWrapper(TermFreqIterator source,
Comparator<BytesRef> comparator)
Creates a new sorted wrapper, sorting by BytesRef (ascending) then cost (ascending). |
|
| Method Summary | |
|---|---|
protected long |
decode(BytesRef scratch,
ByteArrayDataInput tmpInput)
decodes the weight at the current position |
protected void |
encode(Sort.ByteSequencesWriter writer,
ByteArrayDataOutput output,
byte[] buffer,
BytesRef spare,
long weight)
encodes an entry (bytes+weight) to the provided writer |
Comparator<BytesRef> |
getComparator()
|
BytesRef |
next()
|
long |
weight()
A term's weight, higher numbers mean better suggestions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SortedTermFreqIteratorWrapper(TermFreqIterator source)
throws IOException
BytesRef.getUTF8SortedAsUnicodeComparator() for
sorting.
IOException
public SortedTermFreqIteratorWrapper(TermFreqIterator source,
Comparator<BytesRef> comparator)
throws IOException
IOException| Method Detail |
|---|
public Comparator<BytesRef> getComparator()
getComparator in interface BytesRefIterator
public BytesRef next()
throws IOException
next in interface BytesRefIteratorIOExceptionpublic long weight()
TermFreqIterator
weight in interface TermFreqIterator
protected void encode(Sort.ByteSequencesWriter writer,
ByteArrayDataOutput output,
byte[] buffer,
BytesRef spare,
long weight)
throws IOException
IOException
protected long decode(BytesRef scratch,
ByteArrayDataInput tmpInput)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||