Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions _search-plugins/querqy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -48,4 +50,4 @@ POST /myindex/_search
}
}
}
````
````