public interface SpellCheckClient
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SpellCheckSuggestion> |
spellCheck(SearchQuery query) |
java.util.Collection<SpellCheckSuggestion> |
spellCheck(java.lang.String query,
java.lang.String lang) |
java.util.Collection<SpellCheckSuggestion> spellCheck(SearchQuery query) throws SpellCheckException
SpellCheckException
java.util.Collection<SpellCheckSuggestion> spellCheck(java.lang.String query, java.lang.String lang) throws SpellCheckException
SpellCheckException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.