Hello, I need to change the HTTP result code of the query result if some conditions are met.
Analyzing the flow of execution of Solr query process, it seems to me that the "place" that fits better is the QueryResponseWriter. Anyway I didn't found a way to change the HTTP request layout (I need to set 307 instead of 200), so I wonder if it's possible at all with the Solr (v 3.4) plugin mechanism actually provided. Any insight would be greatly appreciated J Thanks S