Class SpellCheckResponse.Suggestion

java.lang.Object
org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
Enclosing class:
SpellCheckResponse

public static class SpellCheckResponse.Suggestion extends Object
  • Constructor Details

  • Method Details

    • getToken

      public String getToken()
    • getNumFound

      public int getNumFound()
    • getStartOffset

      public int getStartOffset()
    • getEndOffset

      public int getEndOffset()
    • getOriginalFrequency

      public int getOriginalFrequency()
    • getAlternatives

      public List<String> getAlternatives()
      The list of alternatives
    • getAlternativeFrequencies

      public List<Integer> getAlternativeFrequencies()
      The frequencies of the alternatives in the corpus, or null if this information was not returned