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=true&wt=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

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 Erik Hatcher
Debugging this you can add &debugQuery=true&wt=xml to get the full classic Solr XML output that drives it all. Erik On Jun 30, 2012, at 7:36, Giovanni Gherdovich wrote: > Hi all, > > this morning I was very proud of myself since I managed > to set up solritas ( http://wiki.apache.org/sol

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 schrieb: Hi all, this morning I was very proud of myself since I managed to set up sol