23, 2012 8:44 AM
> To: solr-user@lucene.apache.org
> Subject: Re: search is slow for URL fields of type String.
>
> There was just a thread on this, it's may be your
> &image_url:*
>
> try removing this clause just to test response time. If
> that shows a vast improvem
And we should probably add a doc note with this same advice since it is an
easy "mistake" to make.
-- Jack Krupansky
-Original Message-
From: Erick Erickson
Sent: Thursday, August 23, 2012 8:44 AM
To: solr-user@lucene.apache.org
Subject: Re: search is slow for URL fiel
There was just a thread on this, it's may be your
&image_url:*
try removing this clause just to test response time. If
that shows a vast improvement, try adding a boolean
field has_image_url, and then add a fq clause like
&fq=has_image_url:true
Best
Erick
On Wed, Aug 22, 2012 at 10:35 AM, srinal
Srini,
Whats the size of your index? You are saying that searching on
'string' fieldType takes 400 milli seconds but did you try searching on any
other fieldType other than string? If so, how much time did it take?
On Wed, Aug 22, 2012 at 10:35 AM, srinalluri wrote:
> This is string fiel