MultiSearchHandler - Boosting results of a Query

2012-09-13 Thread Karthick Duraisamy Soundararaj
Hello all, I am making multiple queries in a single url and trying to boost the value of a field in the 2nd based on the results of the 1st. To achieve this, my function query should be able to have access to the response of the first query. However, QParser and QParserPlugin only

Re: MultiSearchHandler - Boosting results of a Query

2012-09-13 Thread Karthick Duraisamy Soundararaj
Clarification: Once the parser is response aware, its easy for the components to grab the response and use them. In the context of function queries, by components, I mean various Functions that has been extended from ValueSource. On Thu, Sep 13, 2012 at 3:02 PM, Karthick Duraisamy Soundararaj

Re: MultiSearchHandler - Boosting results of a Query

2012-09-13 Thread Mikhail Khludnev
1. please explain how exactly boost the value of a field in the 2nd based on the results of the 1st.. Please provide sample queries, docs and results. 2. introducing such chaining concern aka * ResponseAware* seems absolutely doubtful for me. 3. are you sure you are aware of tricks like