Class SpellCheckMergeData
java.lang.Object
org.apache.solr.handler.component.SpellCheckMergeData
-
Field Summary
FieldsModifier and TypeFieldDescriptionint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisOriginalToQuery(String term) voidremoveOriginal(String original) Removes the original word from all maps where original words are used as keys, as well as any collations that contain this original word as a misspelling
-
Field Details
-
origVsSuggestion
-
origVsFreq
-
origVsShards
-
origVsSuggested
-
suggestedVsWord
-
collations
-
originalTerms
-
totalNumberShardResponses
public int totalNumberShardResponses
-
-
Constructor Details
-
SpellCheckMergeData
public SpellCheckMergeData()
-
-
Method Details
-
removeOriginal
Removes the original word from all maps where original words are used as keys, as well as any collations that contain this original word as a misspelling -
isOriginalToQuery
-