Thanks a lot for your reply.That was very helpful. We construct our lucene query after certain analysis(ex : words segmentation, category identification). Do you mean we plugin those analysis logic and query construction part onto solr, and solr takes the very beginning input.
Kun 2011/1/20 Ahmet Arslan <iori...@yahoo.com> > > We construct our query by Lucene API > > before, as BooleanQuery, TermQuery > > those kind of things. > > > Okey, it seems that your field are not analyzed and you don't do any > analysis while construction of your query by Lucene API. Correct? > > Then you can use your existing Java code directly inside a solr plugin. > > http://wiki.apache.org/solr/SolrPlugins#QParserPlugin > > Existing sub-classes QParserPlugin can give you an idea. > > > >