Package com.algolia.model.recommend
Interface NumericFilters
- All Known Implementing Classes:
NumericFilters.ListOfMixedSearchFiltersWrapper,NumericFilters.StringWrapper
public interface NumericFilters
Filter by numeric facets. **Prefer using the `filters` parameter, which supports all filter types
and combinations with boolean operators.** You can use numeric comparison operators: `<`, `<=`,
`=`, `!=`, `>`, `>=`. Comparsions are precise up to 3 decimals. You can also provide ranges:
`facet: TO `. The range includes the lower and upper boundaries. The same
combination rules apply as for `facetFilters`.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic NumericFiltersstatic NumericFiltersof(List<MixedSearchFilters> value)
-
Method Details
-
of
-
of
-