Skip to content

Releases: querqy/querqy-unplugged

Query expansion and ES RawQuery syntax

01 Jun 13:24
b6235ce
Compare
Choose a tag to compare
  • Added query expansion features to enable boosts, filters (comparable to Solr's fq and bq params) and alternative matchings (embedding a query with other queries as should clauses) irrespective of rewriting
  • Allowed rule definitions for Elasticsearch using QueryStringQuery syntax

Basic clients for Solr and Elasticsearch

01 Jun 13:18
Compare
Choose a tag to compare
  • Basic implementation of using Querqy without a plugin
  • Clients for Solr and Elasticsearch
  • Almost all Querqy features are supported