lucidworks / query-autofiltering-component

A Query Autofiltering SearchComponent for Solr that can translate free-text queries into structured queries using index metadata
Apache License 2.0
28 stars 13 forks source link

Add information to the response #6

Open aschix opened 8 years ago

aschix commented 8 years ago

There was already a discussion in https://issues.apache.org/jira/browse/SOLR-7539 about a configurable option whether to actually apply the modified q/fq automatically or show it as option in the response.

I am working on a version of the plugin that do that. It takes a config / request parameter autofilter.enable=true/false, and it writes information to a section in the response:

autofiltersection.json.txt

aschix commented 8 years ago

I can submit a pull request when I have things done?