Re: regarding QParserPlugin

2009-12-17 Thread Grant Ingersoll
I'd probably use the logging stuff instead of System.out, maybe the stream isn't be flushed as expected. On Dec 16, 2009, at 8:29 AM, gudumba l wrote: > Hello all, > I am trying to use query parser plugin feature of solr. > But its really strange that everytime its behaving in a di

regarding QParserPlugin

2009-12-16 Thread gudumba l
Hello all,   I am trying to use query parser plugin feature of solr. But its really strange that everytime its behaving in a different way. I have decalred my custom query parser in solrconfig.xml as follows.. I have linked it to the default request handler as follows..