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 |
Some utility classes.
|
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 | Field and Description |
---|---|
private OfflineSorter.ByteSequencesWriter |
ExternalRefSorter.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 | Method and Description |
---|---|
protected OfflineSorter.ByteSequencesWriter |
OfflineSorter.getWriter(IndexOutput out,
long itemCount)
Subclasses can override to change how byte sequences are written to disk.
|