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 <nallurisr...@yahoo.com> wrote:

> This is string fieldType:
>
>     <fieldType name="string" class="solr.StrField" sortMissingLast="true"
> />
>
> These are the filelds using 'string' fieldType:
>
>   <field name="image_url" type="string" indexed="true" stored="true"
> multiValued="true" />
>   <field name="url" type="string" indexed="true" stored="true"
> multiValued="true" />
>
> And this the sample query:
> /select/?q=url:http\://
> www.foxbusiness.com/personal-finance/2012/08/10/social-change-coming-from-gas-prices-to-rent-prices-and-beyond/
> AND image_url:*
>
> Each query like this taking around 400 milli seconds. What are the change I
> can do to the fieldType to improve query performance?
>
> thanks
> Srini
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/search-is-slow-for-URL-fields-of-type-String-tp4002662.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to