Uses of Class
ai.vectros.types.FilterValue
Packages that use FilterValue
-
Uses of FilterValue in ai.vectros.resources.search.requests
Methods in ai.vectros.resources.search.requests that return types with arguments of type FilterValueMethod parameters in ai.vectros.resources.search.requests with type arguments of type FilterValueModifier and TypeMethodDescriptionSearchRequest._FinalStage.filters(Map<String, FilterValue> filters) SearchRequest._FinalStage.filters(Optional<Map<String, FilterValue>> filters) Field-level filters applied to your document and record metadata.SearchRequest.Builder.filters(Map<String, FilterValue> filters) Field-level filters applied to your document and record metadata.SearchRequest.Builder.filters(Optional<Map<String, FilterValue>> filters) Field-level filters applied to your document and record metadata. -
Uses of FilterValue in ai.vectros.types
Methods in ai.vectros.types that return FilterValueModifier and TypeMethodDescriptionstatic FilterValueFilterValue.of(boolean value) static FilterValueFilterValue.of(double value) static FilterValueFilterValue.of(FilterCondition value) static FilterValuestatic FilterValueMethods in ai.vectros.types that return types with arguments of type FilterValueMethod parameters in ai.vectros.types with type arguments of type FilterValueModifier and TypeMethodDescriptionRagSearch.Builder.filters(Map<String, FilterValue> filters) RagSearch.Builder.filters(Optional<Map<String, FilterValue>> filters) Field filters to apply to your indexed content, as a map of field name to required value.