Re: Dismax query response field number

2010-07-22 Thread scrapy
I'm using Solr 1.4.1 -Original Message- From: Justin Lolofie To: solr-user@lucene.apache.org Sent: Thu, Jul 22, 2010 2:57 pm Subject: Re: Dismax query response field number scrapy what version of solr are you using? I'd like to do "fq=city:Paris" but it

Re: Dismax query response field number

2010-07-22 Thread Justin Lolofie
nks, > > That was the problem! > > > > > select?q=moto&qt=dismax& fq =city:Paris > > > > > > > > > > > > -Original Message- > From: Chantal Ackermann > To: solr-user@lucene.apache.org > Sent: Thu, Jul 22, 2010 12:4

Re: Dismax query response field number

2010-07-22 Thread scrapy
Thanks, That was the problem! select?q=moto&qt=dismax& fq =city:Paris -Original Message- From: Chantal Ackermann To: solr-user@lucene.apache.org Sent: Thu, Jul 22, 2010 12:47 pm Subject: Re: Dismax query response field number is this a typo in your que

Re: Dismax query response field number

2010-07-22 Thread Chantal Ackermann
m: Grijesh.singh > To: solr-user@lucene.apache.org > Sent: Thu, Jul 22, 2010 10:07 am > Subject: Re: Dismax query response field number > > > > Do u have data in that field also,Solr returns field which have data only.

Re: Dismax query response field number

2010-07-22 Thread Peter Karich
> > > > > > > -Original Message- > From: Grijesh.singh > To: solr-user@lucene.apache.org > Sent: Thu, Jul 22, 2010 10:07 am > Subject: Re: Dismax query response field number > > > > Do u have data in that field also,Solr returns field which have data only. > -- http://karussell.wordpress.com/

Re: Dismax query response field number

2010-07-22 Thread scrapy
Yes i've data... maybe my query is wrong? select?q=moto&qt=dismax&q=city:Paris Field city is not showing? -Original Message- From: Grijesh.singh To: solr-user@lucene.apache.org Sent: Thu, Jul 22, 2010 10:07 am Subject: Re: Dismax query response field number

Re: Dismax query response field number

2010-07-22 Thread Grijesh.singh
Do u have data in that field also,Solr returns field which have data only. -- View this message in context: http://lucene.472066.n3.nabble.com/Dismax-query-response-field-number-tp985567p986417.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Dismax query response field number

2010-07-22 Thread scrapy
cene.apache.org Sent: Thu, Jul 22, 2010 2:47 am Subject: Re: Dismax query response field number Fields or documents? It will return all of the fields that are 'stored'. The default number of documents to return is 10. Returning all of the documents is very slow, so you have

Re: Dismax query response field number

2010-07-21 Thread Lance Norskog
Fields or documents? It will return all of the fields that are 'stored'. The default number of documents to return is 10. Returning all of the documents is very slow, so you have to request that with the rows= parameter. On Wed, Jul 21, 2010 at 3:32 PM, wrote: > > > >  Hi, > > It seems that not

Dismax query response field number

2010-07-21 Thread scrapy
Hi, It seems that not all field are returned from query response when i use DISMAX? Only first 10?? Any idea? Here is my solrconfig: dismax explicit * 0.01 text^0.5 content^1.1 title^1.5 text^0.2 content^1.1 title^1.5