public class SpellCheckMergeData extends Object
Modifier and Type | Field and Description |
---|---|
Map<String,SpellCheckCollation> |
collations |
Set<String> |
originalTerms |
Map<String,Integer> |
origVsFreq |
Map<String,Integer> |
origVsShards |
Map<String,HashSet<String>> |
origVsSuggested |
Map<String,SpellCheckResponse.Suggestion> |
origVsSuggestion |
Map<String,SuggestWord> |
suggestedVsWord |
int |
totalNumberShardResponses |
Constructor and Description |
---|
SpellCheckMergeData() |
public Map<String,SpellCheckResponse.Suggestion> origVsSuggestion
public Map<String,SuggestWord> suggestedVsWord
public Map<String,SpellCheckCollation> collations
public int totalNumberShardResponses
public boolean isOriginalToQuery(String term)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.