Uses of Class
org.alfresco.search.model.ResultSetContextSpellcheck
Packages that use ResultSetContextSpellcheck
-
Uses of ResultSetContextSpellcheck in org.alfresco.search.model
Methods in org.alfresco.search.model that return ResultSetContextSpellcheckModifier and TypeMethodDescriptionResultSetContextSpellcheck.addSuggestionItem(String suggestionItem) ResultSetContextSpellcheck.suggestion(List<String> suggestion) ResultSetContextSpellcheck.type(ResultSetContextSpellcheck.TypeEnum type) Methods in org.alfresco.search.model that return types with arguments of type ResultSetContextSpellcheckModifier and TypeMethodDescription@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 ResultSetContextSpellcheckModifier and TypeMethodDescriptionResultSetContext.addSpellcheckItem(ResultSetContextSpellcheck spellcheckItem) Method parameters in org.alfresco.search.model with type arguments of type ResultSetContextSpellcheckModifier and TypeMethodDescriptionvoidResultSetContext.setSpellcheck(List<ResultSetContextSpellcheck> spellcheck) ResultSetContext.spellcheck(List<ResultSetContextSpellcheck> spellcheck)