On 09/04/2008, at 00:24, 李银松 wrote:
most of time seems to be used for the writer getting and writing the docs
can those docs prefetched?


There is a cache on solr... if you really want it you could make the cache and the jvm as big as your memory it should probably fit most of the 10gb index. How to config this you can look on the solr wiki pages.

Do you need all the fields on the documents? you can also make the index only contain the things needed for search and retrieve the actual record data from your database when the user select an item from the results or something like this.

probably tomorrow someone with more solr knoledge is going to give you a better answer.

good luck,
--
Leonardo Santagada




Reply via email to