Package | Description |
---|---|
org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
Modifier and Type | Method | Description |
---|---|---|
static Sort.BufferSize |
Sort.BufferSize.automatic() |
Approximately half of the currently available free heap, but no less
than
Sort.ABSOLUTE_MIN_SORT_BUFFER_SIZE . |
static Sort.BufferSize |
Sort.BufferSize.megabytes(long mb) |
Creates a
Sort.BufferSize in MB. |
Constructor | Description |
---|---|
Sort(Comparator<org.apache.lucene.util.BytesRef> comparator,
Sort.BufferSize ramBufferSize,
File tempDirectory,
int maxTempfiles) |
All-details constructor.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.