Hi, Even I am using the QueryComponent to perform similar modification to the query. I am modifying the query in the process() method of the Component. The problem I am facing is that after modifying the query and setting it in the response builder, I make a call to super.process(rb).
This call is taking around 100ms and is degrading component's performance. Wanted to know that is process the right place to do it and do we need to make a call to super.process() method? Regards, Sidharth. -- View this message in context: http://lucene.472066.n3.nabble.com/Query-modification-tp939584p4096753.html Sent from the Solr - User mailing list archive at Nabble.com.