Uses of Record Class
org.springframework.ai.vectorstore.filter.Filter.Value
Packages that use Filter.Value
Package
Description
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
-
Uses of Filter.Value in org.springframework.ai.vectorstore.azure
Methods in org.springframework.ai.vectorstore.azure with parameters of type Filter.ValueModifier and TypeMethodDescriptionprotected voidAzureAiSearchFilterExpressionConverter.doEndValueRange(Filter.Value listValue, StringBuilder context) protected voidAzureAiSearchFilterExpressionConverter.doStartValueRange(Filter.Value listValue, StringBuilder context) protected voidAzureAiSearchFilterExpressionConverter.doValue(Filter.Value filterValue, StringBuilder context) -
Uses of Filter.Value in org.springframework.ai.vectorstore.elasticsearch
Methods in org.springframework.ai.vectorstore.elasticsearch with parameters of type Filter.ValueModifier and TypeMethodDescriptionprotected voidElasticsearchAiSearchFilterExpressionConverter.doAddValueRangeSpitter(Filter.Value listValue, StringBuilder context) protected voidElasticsearchAiSearchFilterExpressionConverter.doEndValueRange(Filter.Value listValue, StringBuilder context) protected voidElasticsearchAiSearchFilterExpressionConverter.doStartValueRange(Filter.Value listValue, StringBuilder context) protected voidElasticsearchAiSearchFilterExpressionConverter.doValue(Filter.Value filterValue, StringBuilder context) -
Uses of Filter.Value in org.springframework.ai.vectorstore.filter.converter
Methods in org.springframework.ai.vectorstore.filter.converter with parameters of type Filter.ValueModifier and TypeMethodDescriptionprotected voidAbstractFilterExpressionConverter.doAddValueRangeSpitter(Filter.Value listValue, StringBuilder context) Convert the given value range into a string representation.protected voidAbstractFilterExpressionConverter.doEndValueRange(Filter.Value listValue, StringBuilder context) Convert the given value range into a string representation.protected voidAbstractFilterExpressionConverter.doStartValueRange(Filter.Value listValue, StringBuilder context) Convert the given value range into a string representation.protected voidAbstractFilterExpressionConverter.doValue(Filter.Value filterValue, StringBuilder context) Convert the given value into a string representation.protected voidSimpleVectorStoreFilterExpressionConverter.doValue(Filter.Value filterValue, StringBuilder context) -
Uses of Filter.Value in org.springframework.ai.vectorstore.mariadb
Methods in org.springframework.ai.vectorstore.mariadb with parameters of type Filter.ValueModifier and TypeMethodDescriptionprotected voidMariaDBFilterExpressionConverter.doEndValueRange(Filter.Value listValue, StringBuilder context) protected voidMariaDBFilterExpressionConverter.doStartValueRange(Filter.Value listValue, StringBuilder context) -
Uses of Filter.Value in org.springframework.ai.vectorstore.opensearch
Methods in org.springframework.ai.vectorstore.opensearch with parameters of type Filter.ValueModifier and TypeMethodDescriptionprotected voidOpenSearchAiSearchFilterExpressionConverter.doAddValueRangeSpitter(Filter.Value listValue, StringBuilder context) protected voidOpenSearchAiSearchFilterExpressionConverter.doEndValueRange(Filter.Value listValue, StringBuilder context) protected voidOpenSearchAiSearchFilterExpressionConverter.doStartValueRange(Filter.Value listValue, StringBuilder context) protected voidOpenSearchAiSearchFilterExpressionConverter.doValue(Filter.Value filterValue, StringBuilder context) -
Uses of Filter.Value in org.springframework.ai.vectorstore.oracle
Methods in org.springframework.ai.vectorstore.oracle with parameters of type Filter.ValueModifier and TypeMethodDescriptionprotected voidSqlJsonPathFilterExpressionConverter.doEndValueRange(Filter.Value listValue, StringBuilder context) protected voidSqlJsonPathFilterExpressionConverter.doStartValueRange(Filter.Value listValue, StringBuilder context) -
Uses of Filter.Value in org.springframework.ai.vectorstore.weaviate
Methods in org.springframework.ai.vectorstore.weaviate with parameters of type Filter.ValueModifier and TypeMethodDescriptionprotected voidWeaviateFilterExpressionConverter.doValue(Filter.Value filterValue, StringBuilder context)