Skip to content

Commit fe07bfd

Browse files
JM-Labtzolov
authored andcommitted
Docs: Fix filter expression reference to Elasticsearch Query string query
1 parent 670bf8e commit fe07bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ vectorStore.similaritySearch(SearchRequest.defaults()
160160
b.eq("article_type", "blog")).build()));
161161
----
162162

163-
NOTE: Those (portable) filter expressions get automatically converted into the proprietary Elasticsearch `WHERE` link:https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-syntax-select.html#sql-syntax-where[filter expressions].
163+
NOTE: Those (portable) filter expressions get automatically converted into the proprietary Elasticsearch link:https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html[Query string query].
164164

165165
For example, this portable filter expression:
166166

0 commit comments

Comments
 (0)