Uses of Class
org.alfresco.search.model.ResultSetContextSpellcheck
-
Packages that use ResultSetContextSpellcheck Package Description org.alfresco.search.model -
-
Uses of ResultSetContextSpellcheck in org.alfresco.search.model
Methods in org.alfresco.search.model that return ResultSetContextSpellcheck Modifier and Type Method Description ResultSetContextSpellcheckResultSetContextSpellcheck. addSuggestionItem(String suggestionItem)ResultSetContextSpellcheckResultSetContextSpellcheck. suggestion(List<String> suggestion)ResultSetContextSpellcheckResultSetContextSpellcheck. type(ResultSetContextSpellcheck.TypeEnum type)Methods in org.alfresco.search.model that return types with arguments of type ResultSetContextSpellcheck Modifier and Type Method Description @Valid List<ResultSetContextSpellcheck>ResultSetContext. getSpellcheck()Suggested corrections If zero results were found for the original query then a single entry of type \"searchInsteadFor\" will be returned.Methods in org.alfresco.search.model with parameters of type ResultSetContextSpellcheck Modifier and Type Method Description ResultSetContextResultSetContext. addSpellcheckItem(ResultSetContextSpellcheck spellcheckItem)Method parameters in org.alfresco.search.model with type arguments of type ResultSetContextSpellcheck Modifier and Type Method Description voidResultSetContext. setSpellcheck(List<ResultSetContextSpellcheck> spellcheck)ResultSetContextResultSetContext. spellcheck(List<ResultSetContextSpellcheck> spellcheck)
-