Uses of Interface
org.apache.lucene.search.spell.Dictionary

Packages that use Dictionary
org.apache.lucene.search.spell Suggest alternate spellings for words. 
org.apache.lucene.search.suggest Support for Autocomplete/Autosuggest 
 

Uses of Dictionary in org.apache.lucene.search.spell
 

Classes in org.apache.lucene.search.spell that implement Dictionary
 class HighFrequencyDictionary
          HighFrequencyDictionary: terms taken from the given field of a Lucene index, which appear in a number of documents above a given threshold.
 class LuceneDictionary
          Lucene Dictionary: terms taken from the given field of a Lucene index.
 class PlainTextDictionary
          Dictionary represented by a text file.
 

Methods in org.apache.lucene.search.spell with parameters of type Dictionary
 void SpellChecker.indexDictionary(Dictionary dict, IndexWriterConfig config, boolean fullMerge)
          Indexes the data from the given Dictionary.
 

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

Classes in org.apache.lucene.search.suggest that implement Dictionary
 class DocumentDictionary
           Dictionary with terms, weights and optionally payload information taken from stored/indexed fields in a Lucene index.
 class DocumentValueSourceDictionary
           Dictionary with terms and optionally payload information taken from stored fields in a Lucene index.
 class FileDictionary
          Dictionary represented by a text file.
 

Methods in org.apache.lucene.search.suggest with parameters of type Dictionary
 void Lookup.build(Dictionary dict)
          Build lookup from a dictionary.
 



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