From d5ffbf2e9a5da61a750f5d15a206818a75ef00d5 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Tue, 21 Oct 2025 17:17:28 -0400 Subject: [PATCH 1/5] update Querqy page for recent releases --- _search-plugins/querqy/index.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/_search-plugins/querqy/index.md b/_search-plugins/querqy/index.md index 19ceab27504..fd1c2ce5395 100644 --- a/_search-plugins/querqy/index.md +++ b/_search-plugins/querqy/index.md @@ -11,23 +11,25 @@ nav_order: 210 # Querqy -Querqy is a community plugin for query rewriting that helps to solve relevance issues, making search engines more precise regarding matching and scoring. +Querqy for OpenSearch is a community plugin for query rewriting that helps to solve relevance issues, making OpenSearch more precise regarding matching and scoring by supporting rules for burying, boosting, filtering, and redirecting search results, among many other capabilities. -Querqy is currently only supported in OpenSearch 2.3. +Querqy currently supports up to OpenSearch 2.19.2. {: .warning } +Find out more about Querqy by visiting the comprehensive documentation on the Querqy.org site: [Querqy Docs](https://docs.querqy.org/querqy/index.html) + + ## Querqy plugin installation -The Querqy plugin is now available for OpenSearch 2.3.0. Run the following command to install the Querqy plugin. +The Querqy plugin is now available for OpenSearch 2.19.2. Run the following command to install the Querqy plugin: ````bash ./bin/opensearch-plugin install \ - "https://repo1.maven.org/maven2/org/querqy/opensearch-querqy/1.0.os2.3.0/opensearch-querqy-1.0.os2.3.0.zip" + "https://repo1.maven.org/maven2/org/querqy/opensearch-querqy/1.1.os2.19.2/opensearch-querqy-1.1.os2.19.2.zip" ```` Answer `yes` to the security prompts during the installation as Querqy requires additional permissions to load query rewriters. -After installing the Querqy plugin you can find comprehensive documentation on the Querqy.org site: [Querqy](https://docs.querqy.org/querqy/index.html) ## Endpoints @@ -48,4 +50,4 @@ POST /myindex/_search } } } -```` \ No newline at end of file +```` From 014f5ffdd39d88beda6d4a18011d9ca5a631d308 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Mon, 3 Nov 2025 17:56:09 -0500 Subject: [PATCH 2/5] Update _search-plugins/querqy/index.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Eric Pugh --- _search-plugins/querqy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_search-plugins/querqy/index.md b/_search-plugins/querqy/index.md index fd1c2ce5395..f03325eb9ae 100644 --- a/_search-plugins/querqy/index.md +++ b/_search-plugins/querqy/index.md @@ -11,7 +11,7 @@ nav_order: 210 # Querqy -Querqy for OpenSearch is a community plugin for query rewriting that helps to solve relevance issues, making OpenSearch more precise regarding matching and scoring by supporting rules for burying, boosting, filtering, and redirecting search results, among many other capabilities. +Querqy for OpenSearch is a community plugin for query rewriting that improves search relevance. It makes OpenSearch more precise in matching and scoring by applying rules for boosting, burying, filtering, and redirecting search results, among other capabilities. Querqy currently supports up to OpenSearch 2.19.2. {: .warning } From f2c2677b852ca02a491601cd7fc1613e311b3957 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Mon, 3 Nov 2025 17:56:16 -0500 Subject: [PATCH 3/5] Update _search-plugins/querqy/index.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Eric Pugh --- _search-plugins/querqy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_search-plugins/querqy/index.md b/_search-plugins/querqy/index.md index f03325eb9ae..4ca2568d3e4 100644 --- a/_search-plugins/querqy/index.md +++ b/_search-plugins/querqy/index.md @@ -13,7 +13,7 @@ nav_order: 210 Querqy for OpenSearch is a community plugin for query rewriting that improves search relevance. It makes OpenSearch more precise in matching and scoring by applying rules for boosting, burying, filtering, and redirecting search results, among other capabilities. -Querqy currently supports up to OpenSearch 2.19.2. +Querqy currently supports OpenSearch versions up to 2.19.2. {: .warning } Find out more about Querqy by visiting the comprehensive documentation on the Querqy.org site: [Querqy Docs](https://docs.querqy.org/querqy/index.html) From 5e6f2ec33c9b6ea6e0209711119043bd60c6ba40 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Mon, 3 Nov 2025 17:56:23 -0500 Subject: [PATCH 4/5] Update _search-plugins/querqy/index.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Eric Pugh --- _search-plugins/querqy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_search-plugins/querqy/index.md b/_search-plugins/querqy/index.md index 4ca2568d3e4..481c121237a 100644 --- a/_search-plugins/querqy/index.md +++ b/_search-plugins/querqy/index.md @@ -16,7 +16,7 @@ Querqy for OpenSearch is a community plugin for query rewriting that improves se Querqy currently supports OpenSearch versions up to 2.19.2. {: .warning } -Find out more about Querqy by visiting the comprehensive documentation on the Querqy.org site: [Querqy Docs](https://docs.querqy.org/querqy/index.html) +For more information, see [Querqy documentation](https://docs.querqy.org/querqy/index.html). ## Querqy plugin installation From 347602685156240b03f335d8358567411550e34d Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Thu, 6 Nov 2025 09:27:31 -0500 Subject: [PATCH 5/5] Update _search-plugins/querqy/index.md Co-authored-by: Nathan Bower Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --- _search-plugins/querqy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_search-plugins/querqy/index.md b/_search-plugins/querqy/index.md index 481c121237a..72c21a2b6a3 100644 --- a/_search-plugins/querqy/index.md +++ b/_search-plugins/querqy/index.md @@ -16,7 +16,7 @@ Querqy for OpenSearch is a community plugin for query rewriting that improves se Querqy currently supports OpenSearch versions up to 2.19.2. {: .warning } -For more information, see [Querqy documentation](https://docs.querqy.org/querqy/index.html). +For more information, see the [Querqy documentation](https://docs.querqy.org/querqy/index.html). ## Querqy plugin installation