On Fri, May 18, 2012 at 6:20 PM, Ahmet Arslan <iori...@yahoo.com> wrote:

> > I am using the standard LuceneQParserPlugin and I have a
> > custom request
> > handler. I use solr 3.5
>
> I would test the same query with standard request handler. May be
> something is your custom request handler?
>
> I don't think request handler should be a problem. I have just used the *q
*parameter as follows.

String q = params.get(CommonParams.Q);
IndexSchema schema = req.getSchema();
Query query = new QueryParsing().parseQuery(q, schema);

Hope there shouldn't be a problem with the above!


> &debugQuery=on would help too.
>



-- 
With Thanks and Regards,
Ramprakash Ramamoorthy,
Project Trainee,
Zoho Corporation.
+91 9626975420

Reply via email to