mitre / quaerite

Search relevance evaluation toolkit
Other
73 stars 14 forks source link

Allow multiple "query" input fields #39

Closed tballison closed 5 years ago

tballison commented 5 years ago

The initial prototype was built with the notion of a single search box where a user could enter their query. In the ground truth file, we expect one query string.

There are use cases, though, where it would be useful to specify more than one query string. For example in an Elastic boosting query , where there's a positive and a negative boost option; or in a Boolean query, or in a query that includes a geospatial component.

tballison commented 5 years ago

Done enough...may open follow on issue for refactoring; advanced examples work for ES's BoostingQuery.