Uses of Class
com.azure.search.documents.models.VectorFilterMode
Packages that use VectorFilterMode
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of VectorFilterMode in com.azure.search.documents.models
Subclasses with type arguments of type VectorFilterMode in com.azure.search.documents.modelsModifier and TypeClassDescriptionfinal classDetermines whether or not filters are applied before or after the vector search is performed.Fields in com.azure.search.documents.models declared as VectorFilterModeModifier and TypeFieldDescriptionstatic final VectorFilterModeVectorFilterMode.POST_FILTERThe filter will be applied after the candidate set of vector results is returned.static final VectorFilterModeVectorFilterMode.PRE_FILTERThe filter will be applied before the search query.static final VectorFilterModeVectorFilterMode.STRICT_POST_FILTERThe filter will be applied after the global top-k candidate set of vector results is returned.Methods in com.azure.search.documents.models that return VectorFilterModeModifier and TypeMethodDescriptionstatic VectorFilterModeVectorFilterMode.fromString(String name) Creates or finds a VectorFilterMode from its string representation.VectorSearchOptions.getFilterMode()Gets the filter mode to apply to vector queries.Methods in com.azure.search.documents.models that return types with arguments of type VectorFilterModeModifier and TypeMethodDescriptionstatic Collection<VectorFilterMode> VectorFilterMode.values()Gets known VectorFilterMode values.Methods in com.azure.search.documents.models with parameters of type VectorFilterModeModifier and TypeMethodDescriptionVectorSearchOptions.setFilterMode(VectorFilterMode filterMode) Sets the filter mode to apply to vector queries.