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

Packages that use Sort.BufferSize
org.apache.lucene.search.suggest.fst Finite-state based autosuggest. 
 

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

Methods in org.apache.lucene.search.suggest.fst that return Sort.BufferSize
static Sort.BufferSize Sort.BufferSize.automatic()
          Approximately half of the currently available free heap, but no less than Sort.MIN_BUFFER_SIZE_MB.
static Sort.BufferSize Sort.BufferSize.megabytes(int mb)
           
 

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



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