Uses of Class
com.algolia.search.models.indexing.Alternative
-
Packages that use Alternative Package Description com.algolia.search.models.indexing -
-
Uses of Alternative in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return Alternative Modifier and Type Method Description AlternativeAlternative. setLength(Long length)AlternativeAlternative. setOffset(Long offset)AlternativeAlternative. setType(String type)AlternativeAlternative. setTypos(Long typos)AlternativeAlternative. setWords(List<String> words)Methods in com.algolia.search.models.indexing that return types with arguments of type Alternative Modifier and Type Method Description List<Alternative>QueryMatch. getAlternatives()Method parameters in com.algolia.search.models.indexing with type arguments of type Alternative Modifier and Type Method Description QueryMatchQueryMatch. setAlternatives(List<Alternative> alternatives)
-