mitre / quaerite

Search relevance evaluation toolkit
Other
73 stars 14 forks source link

Refactor QueryStrings #40

Closed tballison closed 5 years ago

tballison commented 5 years ago

LeafQueries (SingleStringQueries) should be responsible for their queryStringName and for self-selecting the appropriate queryString from the QueryStrings. This will allow for full recursion of Boolean and Boosting queries.

tballison commented 5 years ago

May require further modifications, but this is enough of a start.