Uses of Class
org.apache.lucene.search.suggest.Sort.BufferSize

Packages that use Sort.BufferSize
org.apache.lucene.search.suggest Support for Autocomplete/Autosuggest 
 

Uses of Sort.BufferSize in org.apache.lucene.search.suggest
 

Methods in org.apache.lucene.search.suggest that return Sort.BufferSize
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.
 

Constructors in org.apache.lucene.search.suggest with parameters of type Sort.BufferSize
Sort(Comparator<BytesRef> comparator, Sort.BufferSize ramBufferSize, File tempDirectory, int maxTempfiles)
          All-details constructor.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.