querying thru solritas gives me zero results

2012-06-30 Thread Giovanni Gherdovich
Hi all, this morning I was very proud of myself since I managed to set up solritas ( http://wiki.apache.org/solr/VelocityResponseWriter ) for the solr instance on my server (ubuntu natty). This joy lasted only half a minute, since the only query that gets more than zero results with solritas is

Re: querying thru solritas gives me zero results

2012-06-30 Thread Sascha Szott
Hi, Solritas uses the dismax query parser. The dismax config parameter 'qf' specifies the index fields to be searched in. Make sure that 'name' is your default search field. -Sascha Giovanni Gherdovich g.gherdov...@gmail.com schrieb: Hi all, this morning I was very proud of myself since

Re: querying thru solritas gives me zero results

2012-06-30 Thread Erik Hatcher
Debugging this you can add debugQuery=truewt=xml to get the full classic Solr XML output that drives it all. Erik On Jun 30, 2012, at 7:36, Giovanni Gherdovich g.gherdov...@gmail.com wrote: Hi all, this morning I was very proud of myself since I managed to set up solritas (

Re: querying thru solritas gives me zero results

2012-06-30 Thread Giovanni Gherdovich
Hello Sascha, Sascha: Solritas uses the dismax query parser. The dismax config parameter 'qf' specifies the index fields to be searched in. Make sure that 'name' is your default search field. I am not sure I understand this; I have no field named 'name'. My documents are like -- -- 8 -- --

Re: querying thru solritas gives me zero results

2012-06-30 Thread Giovanni Gherdovich
2012/6/30 Erik Hatcher: Debugging this you can add debugQuery=truewt=xml to get the full classic Solr XML output that drives it all. Thank you Erik, I'll see what I get from it. cheers, GGhh