| Package | Description |
|---|---|
| org.apache.lucene.search.suggest |
Support for Autocomplete/Autosuggest
|
| org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
| org.apache.lucene.util.fst |
Finite state transducers
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SortedInputIterator.encode(OfflineSorter.ByteSequencesWriter writer,
ByteArrayDataOutput output,
byte[] buffer,
BytesRef spare,
BytesRef payload,
java.util.Set<BytesRef> contexts,
long weight)
encodes an entry (bytes+(contexts)+(payload)+weight) to the provided writer
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WFSTCompletionLookup.WFSTInputIterator.encode(OfflineSorter.ByteSequencesWriter writer,
ByteArrayDataOutput output,
byte[] buffer,
BytesRef spare,
BytesRef payload,
java.util.Set<BytesRef> contexts,
long weight) |
| Modifier and Type | Field and Description |
|---|---|
private ByteArrayDataOutput |
Builder.FixedLengthArcsBuffer.bado |