Uses of Interface
org.apache.lucene.search.suggest.fst.BytesRefSorter

Packages that use BytesRefSorter
org.apache.lucene.search.suggest Support for Autocomplete/Autosuggest 
org.apache.lucene.search.suggest.fst Finite-state based autosuggest. 
 

Uses of BytesRefSorter in org.apache.lucene.search.suggest
 

Classes in org.apache.lucene.search.suggest that implement BytesRefSorter
 class InMemorySorter
          An BytesRefSorter that keeps all the entries in memory.
 

Uses of BytesRefSorter in org.apache.lucene.search.suggest.fst
 

Classes in org.apache.lucene.search.suggest.fst that implement BytesRefSorter
 class ExternalRefSorter
          Builds and iterates over sequences stored on disk.
 

Constructors in org.apache.lucene.search.suggest.fst with parameters of type BytesRefSorter
FSTCompletionBuilder(int buckets, BytesRefSorter sorter, int shareMaxTailLength)
          Creates an FSTCompletion with the specified options.
 



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