public class SpellingOptions extends Object
| Modifier and Type | Field and Description | 
|---|---|
| float | accuracyOptionally restrict the results to have a minimum accuracy level. | 
| Integer | alternativeTermCount | 
| int | countThe number of suggestions to return, if there are any. | 
| SolrParams | customParamsAny other custom params can be passed through. | 
| boolean | extendedResultsProvide additional, per implementation, information about the results | 
| IndexReader | readerAn optional  IndexReader | 
| SuggestMode | suggestMode | 
| Collection<Token> | tokensThe tokens to spell check | 
| Constructor and Description | 
|---|
| SpellingOptions() | 
| SpellingOptions(Collection<Token> tokens,
               IndexReader reader) | 
| SpellingOptions(Collection<Token> tokens,
               IndexReader reader,
               int count) | 
| SpellingOptions(Collection<Token> tokens,
               IndexReader reader,
               int count,
               Integer alternativeTermCount,
               SuggestMode suggestMode,
               boolean extendedResults,
               float accuracy,
               SolrParams customParams) | 
| SpellingOptions(Collection<Token> tokens,
               IndexReader reader,
               int count,
               SuggestMode suggestMode,
               boolean extendedResults,
               float accuracy,
               SolrParams customParams) | 
| SpellingOptions(Collection<Token> tokens,
               int count) | 
public Collection<Token> tokens
public IndexReader reader
IndexReaderpublic int count
public Integer alternativeTermCount
public SuggestMode suggestMode
public boolean extendedResults
public float accuracy
public SolrParams customParams
public SpellingOptions()
public SpellingOptions(Collection<Token> tokens, int count)
public SpellingOptions(Collection<Token> tokens, IndexReader reader)
public SpellingOptions(Collection<Token> tokens, IndexReader reader, int count)
public SpellingOptions(Collection<Token> tokens, IndexReader reader, int count, SuggestMode suggestMode, boolean extendedResults, float accuracy, SolrParams customParams)
public SpellingOptions(Collection<Token> tokens, IndexReader reader, int count, Integer alternativeTermCount, SuggestMode suggestMode, boolean extendedResults, float accuracy, SolrParams customParams)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.