Re: strange difference between json and xml responses

2008-12-09 Thread Yonik Seeley
On Tue, Dec 9, 2008 at 5:45 PM, Matt Mitchell <[EMAIL PROTECTED]> wrote: > Thanks Yonik. Should submit this as a bug ticket? Currently it's not a deal > breaker as we're setting fl manually anyway. Yes, please do. -Yonik

Re: strange difference between json and xml responses

2008-12-09 Thread Matt Mitchell
gt; Hi Matt, > >> > >> You need to edit your solrconfig.xml and look for the word "word" in the > >> dismax section of the config and change it to "spell". > >> > >> Otis > >> -- > >> Sematext -- http://sematext.com/ -- Lucen

Re: strange difference between json and xml responses

2008-12-09 Thread Yonik Seeley
.xml and look for the word "word" in the >> dismax section of the config and change it to "spell". >> >> Otis >> -- >> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >> >> >> >> - Original Message ---- >> &

Re: strange difference between json and xml responses

2008-12-09 Thread Matt Mitchell
quot;. > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message > > From: Matt Mitchell <[EMAIL PROTECTED]> > > To: solr-user@lucene.apache.org > > Sent: Tuesday, December 9, 2008 2:08:43 PM > >

Re: strange difference between json and xml responses

2008-12-09 Thread Otis Gospodnetic
ROTECTED]> > To: solr-user@lucene.apache.org > Sent: Tuesday, December 9, 2008 2:08:43 PM > Subject: strange difference between json and xml responses > > Hi, > > A while ago, we had a field called "word" which was used as a spelling > field. We switched this to

strange difference between json and xml responses

2008-12-09 Thread Matt Mitchell
Hi, A while ago, we had a field called "word" which was used as a spelling field. We switched this to "spell". When querying our solr instance with just q=*:*, we get back the expected results. When querying our solr instance with q=*:*&wt=json, we get this (below). When setting the qt to dismax,