Re: Compound Terms query parser

2013-01-02 Thread Arcadius Ahouansou
Thanks Mikhail. I will have a look at the RequestHandlerBase. Arcadius. On 2 January 2013 12:22, Mikhail Khludnev wrote: > Arcadius, > > It can be easily achieved by extending RequestHandlerBase and implementing > straightforward looping through other request handlers via > solrCore.getReques

Re: Compound Terms query parser

2013-01-02 Thread Mikhail Khludnev
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 li