From fe07bfdff66cc76b4034bbe2479adcee7c29af93 Mon Sep 17 00:00:00 2001 From: Jemin Huh Date: Sat, 4 May 2024 11:11:23 +0900 Subject: [PATCH] Docs: Fix filter expression reference to Elasticsearch Query string query --- .../antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc index aff84683c..eaff6cf4b 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc @@ -160,7 +160,7 @@ vectorStore.similaritySearch(SearchRequest.defaults() b.eq("article_type", "blog")).build())); ---- -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]. +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]. For example, this portable filter expression: