Arcadius,

It can be easily achieved by extending RequestHandlerBase and implementing
straightforward looping through other request handlers via
solrCore.getRequestHandler(name).handleRequest(req,resp).

I have no spare time to contribute it - it's about #10 in my TODO list.
I'm replying to mail list please use it to follow up further.

Good luck.



On Sat, Dec 29, 2012 at 7:01 PM, Arcadius Ahouansou <arcad...@menelic.com>wrote:

>
> Good morning Mikhail.
>
> I hope you had a nice Christmas.
>
> I came across your excellent presentation at:
>
>
> http://archive.apachecon.com/eu2012/presentations/07-Wednesday/L1R-Lucene/aceu-2012-compound-terms-query-parser-for-great-shopping-experience.pdf
>
>
>
> We are doing movie search but the situation is very similar to the one you
> were talking about.
>
> People can search for movies by title, summary, actors, director etc in
> ine single search field.
>
> For instance when people search for "Die Hard", the current eDismax will
> return results where for instance the title contains "Die"  and the summary
> contains "Hard".
>
> We want to avoid searching across multiple fields in one go and instead,
> search for the full keyword in the title first then when nothing is found
> ,search in the summary... etc
>
> The flowchart shown on your slide 52 (Captain Obvious to the rescue) may
> help us achieve this.
>
> I would like to ask whether you could share a bit more detail about how
> this was implemented.
>
> Thank you very much.
>
>
> Arcadius.
>
>


-- 
Sincerely yours
Mikhail Khludnev
Principal Engineer,
Grid Dynamics

<http://www.griddynamics.com>
 <mkhlud...@griddynamics.com>

Reply via email to