Class SpellCheckResponse.Suggestion
java.lang.Object
org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
- Enclosing class:
SpellCheckResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe frequencies of the alternatives in the corpus, or null if this information was not returnedThe list of alternativesintintintintgetToken()
-
Constructor Details
-
Suggestion
-
-
Method Details
-
getToken
-
getNumFound
public int getNumFound() -
getStartOffset
public int getStartOffset() -
getEndOffset
public int getEndOffset() -
getOriginalFrequency
public int getOriginalFrequency() -
getAlternatives
The list of alternatives -
getAlternativeFrequencies
The frequencies of the alternatives in the corpus, or null if this information was not returned
-