org.apache.solr.handler.component
Class SpellCheckMergeData

java.lang.Object
  extended by org.apache.solr.handler.component.SpellCheckMergeData

public class SpellCheckMergeData
extends Object


Field Summary
 Map<String,SpellCheckCollation> collations
           
 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 Summary
SpellCheckMergeData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origVsSuggestion

public Map<String,SpellCheckResponse.Suggestion> origVsSuggestion

origVsFreq

public Map<String,Integer> origVsFreq

origVsShards

public Map<String,Integer> origVsShards

origVsSuggested

public Map<String,HashSet<String>> origVsSuggested

suggestedVsWord

public Map<String,SuggestWord> suggestedVsWord

collations

public Map<String,SpellCheckCollation> collations

totalNumberShardResponses

public int totalNumberShardResponses
Constructor Detail

SpellCheckMergeData

public SpellCheckMergeData()


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