Huge thanks for your help Yonik,
I optimized the index so I will try to reduce the size ... like I explained
you I stored all language text ... 
So I will reduce my stored data.
Cheers... I will let you know :)


Yonik Seeley wrote:
> 
> On Thu, Dec 4, 2008 at 8:13 AM, sunnyfr <[EMAIL PROTECTED]> wrote:
>>
>> Hi Yonik,
>>
>> I've tried everything but it's doesn't change anything, I tried as well
>> the
>> last trunk version but nothing changed.
>> There is nothings that I can do about the indexation ...maybe I can
>> optimize
>> something before searching ???
> 
> Did you optimize the index (send in the optimize command) after
> indexing but before searching?
> 
> curl http://localhost:8983/solr/update?optimize=true
> 
>> I'm using linux system, apache 5.5, last solr version updated.
>> Memory : 8G Intel
>>
>> Do you think its a lot for the index size 7.6G for 8.5M of document?
> 
> So it could be due to the index being slightly to big - subtract out
> memory for Solr and other stuff, and there's not enough left for
> everything to fully be cached by the OS.
> 
> You can make it bigger or smaller depending on how you have the schema
> configured.
> The example schema isn't necessarily optimized for speed or size - it
> serves as an example of many field types and operations.
> 
> Make sure you only index fields you need to search, sort, or facet on.
> Make sure you only store fields (marked as stored in the schema) that
> you really need returned in results.
> The example schema as copyFields and default values that you don't
> need - hopefully you've removed them.
> 
> What's your schema, and do you have more examples of URLs you are
> sending to Solr (all the parameters)?
> 
> -Yonik
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Solr-1.3---response-time-very-long-tp20795134p20834935.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to