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
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
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
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.
>
>
>
>
>
>
> -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/
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
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.
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
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
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
10 matches
Mail list logo