m: Manepalli, Kalyan [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 20, 2008 12:58 PM
To: solr-user@lucene.apache.org
Subject: RE: Filtering on blank fields
Hi Mike,
Thanks for the suggestion, I will test it out and post the results
Thanks,
Kalyan Manepalli
-Original Message--
Hi Mike,
Thanks for the suggestion, I will test it out and post the
results
Thanks,
Kalyan Manepalli
-Original Message-
From: Mike Klaas [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 20, 2008 2:38 PM
To: solr-user@lucene.apache.org
Subject: Re: Filtering on blank fields
On
On 20-Nov-08, at 12:23 PM, Manepalli, Kalyan wrote:
Hi,
I want to fetch only the documents which have a certain
field.
For this I am using a fq query like this
fq=rev.comments:[* TO *]
rev.comments fields is of type string.
The functionality works correctly but I am seeing a p
Hi,
I want to fetch only the documents which have a certain
field.
For this I am using a fq query like this
fq=rev.comments:[* TO *]
rev.comments fields is of type string.
The functionality works correctly but I am seeing a performance
degradation
Without the above fq, the QTim