Uses of Package
org.apache.lucene.search.suggest

Packages that use org.apache.lucene.search.suggest
org.apache.lucene.search.spell Suggest alternate spellings for words. 
org.apache.lucene.search.suggest Support for Autocomplete/Autosuggest 
org.apache.lucene.search.suggest.analyzing Analyzer based autosuggest. 
org.apache.lucene.search.suggest.fst Finite-state based autosuggest. 
org.apache.lucene.search.suggest.jaspell JaSpell-based autosuggest. 
org.apache.lucene.search.suggest.tst Ternary Search Tree based autosuggest. 
 

Classes in org.apache.lucene.search.suggest used by org.apache.lucene.search.spell
InputIterator
          Interface for enumerating term,weight,payload triples for suggester consumption; currently only AnalyzingSuggester, FuzzySuggester and AnalyzingInfixSuggester support payloads.
 

Classes in org.apache.lucene.search.suggest used by org.apache.lucene.search.suggest
BufferedInputIterator
          This wrapper buffers incoming elements.
BytesRefArray
          A simple append only random-access BytesRef array that stores full copies of the appended bytes in a ByteBlockPool.
DocumentDictionary
           Dictionary with terms, weights and optionally payload information taken from stored/indexed fields in a Lucene index.
InputIterator
          Interface for enumerating term,weight,payload triples for suggester consumption; currently only AnalyzingSuggester, FuzzySuggester and AnalyzingInfixSuggester support payloads.
Lookup.LookupResult
          Result of a lookup.
Sort.BufferSize
          A bit more descriptive unit for constructors.
Sort.ByteSequencesWriter
          Utility class to emit length-prefixed byte[] entries to an output stream for sorting.
Sort.SortInfo
          Sort info (debugging mostly).
 

Classes in org.apache.lucene.search.suggest used by org.apache.lucene.search.suggest.analyzing
InputIterator
          Interface for enumerating term,weight,payload triples for suggester consumption; currently only AnalyzingSuggester, FuzzySuggester and AnalyzingInfixSuggester support payloads.
Lookup
          Simple Lookup interface for CharSequence suggestions.
Lookup.LookupResult
          Result of a lookup.
 

Classes in org.apache.lucene.search.suggest used by org.apache.lucene.search.suggest.fst
InputIterator
          Interface for enumerating term,weight,payload triples for suggester consumption; currently only AnalyzingSuggester, FuzzySuggester and AnalyzingInfixSuggester support payloads.
Lookup
          Simple Lookup interface for CharSequence suggestions.
Lookup.LookupResult
          Result of a lookup.
Sort
          On-disk sorting of byte arrays.
 

Classes in org.apache.lucene.search.suggest used by org.apache.lucene.search.suggest.jaspell
InputIterator
          Interface for enumerating term,weight,payload triples for suggester consumption; currently only AnalyzingSuggester, FuzzySuggester and AnalyzingInfixSuggester support payloads.
Lookup
          Simple Lookup interface for CharSequence suggestions.
Lookup.LookupResult
          Result of a lookup.
 

Classes in org.apache.lucene.search.suggest used by org.apache.lucene.search.suggest.tst
InputIterator
          Interface for enumerating term,weight,payload triples for suggester consumption; currently only AnalyzingSuggester, FuzzySuggester and AnalyzingInfixSuggester support payloads.
Lookup
          Simple Lookup interface for CharSequence suggestions.
Lookup.LookupResult
          Result of a lookup.
 



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