Uses of Class
com.algolia.search.models.indexing.AroundPrecision
-
Packages that use AroundPrecision Package Description com.algolia.search.models.indexing -
-
Uses of AroundPrecision in com.algolia.search.models.indexing
Fields in com.algolia.search.models.indexing with type parameters of type AroundPrecision Modifier and Type Field Description protected List<AroundPrecision>SearchParameters. aroundPrecisionMethods in com.algolia.search.models.indexing that return AroundPrecision Modifier and Type Method Description AroundPrecisionAroundPrecision. setFrom(long from)AroundPrecisionAroundPrecision. setValue(long value)Methods in com.algolia.search.models.indexing that return types with arguments of type AroundPrecision Modifier and Type Method Description List<AroundPrecision>SearchParameters. getAroundPrecision()Method parameters in com.algolia.search.models.indexing with type arguments of type AroundPrecision Modifier and Type Method Description TSearchParameters. setAroundPrecision(List<AroundPrecision> aroundPrecision)
-