Uses of Interface
com.microsoft.semantickernel.data.filter.FilterClause
-
Packages that use FilterClause Package Description com.microsoft.semantickernel.data.filter com.microsoft.semantickernel.data.textsearch com.microsoft.semantickernel.data.vectorsearch -
-
Uses of FilterClause in com.microsoft.semantickernel.data.filter
Classes in com.microsoft.semantickernel.data.filter that implement FilterClause Modifier and Type Class Description classAnyTagEqualToFilterClauseA filter clause that filters on any tag equal to a value.classEqualToFilterClauseA filter clause that filters on a field equal to a value. -
Uses of FilterClause in com.microsoft.semantickernel.data.textsearch
Methods in com.microsoft.semantickernel.data.textsearch that return types with arguments of type FilterClause Modifier and Type Method Description List<FilterClause>TextSearchFilter. getFilterClauses()Gets the filter clauses.Constructor parameters in com.microsoft.semantickernel.data.textsearch with type arguments of type FilterClause Constructor Description TextSearchFilter(List<FilterClause> filterClauses)Creates a new instance of the TextSearchFilter class. -
Uses of FilterClause in com.microsoft.semantickernel.data.vectorsearch
Methods in com.microsoft.semantickernel.data.vectorsearch that return types with arguments of type FilterClause Modifier and Type Method Description List<FilterClause>VectorSearchFilter. getFilterClauses()Gets the filter clauses.Constructor parameters in com.microsoft.semantickernel.data.vectorsearch with type arguments of type FilterClause Constructor Description VectorSearchFilter(List<FilterClause> filterClauses)Creates a new instance of the VectorSearchFilter class.
-