|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TermFreqPayloadIterator
Interface for enumerating term,weight,payload triples;
currently only AnalyzingSuggester and FuzzySuggester support payloads.
| 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 |
| Method Summary | |
|---|---|
BytesRef |
payload()
An arbitrary byte[] to record per suggestion. |
| Methods inherited from interface org.apache.lucene.search.spell.TermFreqIterator |
|---|
weight |
| Methods inherited from interface org.apache.lucene.util.BytesRefIterator |
|---|
getComparator, next |
| Method Detail |
|---|
BytesRef payload()
Lookup.LookupResult.payload to retrieve the payload
for each suggestion.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||