Re: Lucene queries to Solr requestHandler

2011-11-01 Thread Chris Hostetter
Grrr cut/paste mistake. This... : public class FieldQParserPlugin extends QParserPlugin { ...should have been something like... public class MyQParserPlugin extends QParserPlugin { ...to match the configuration example... -Hoss

Re: Lucene queries to Solr requestHandler

2011-11-01 Thread Chris Hostetter
: I have these queries in Lucene 2.9.4, is there a way to convert these : exactly to Solr 3.4 but using only the solrconfig.xml? I will figure out the : queries but I wanted to know if it is even possible to go from here to : having something like this: : : : ... queries : : : So the fr

Lucene queries to Solr requestHandler

2011-10-12 Thread Maria Vazquez
I have these queries in Lucene 2.9.4, is there a way to convert these exactly to Solr 3.4 but using only the solrconfig.xml? I will figure out the queries but I wanted to know if it is even possible to go from here to having something like this: ... queries So the front end just calls /