Re: Clustering Search taking 4sec for 100 results

2010-03-05 Thread Stanislaw Osinski
Hi, It might be also interesting to add some logging of clustering time (just filed: https://issues.apache.org/jira/browse/SOLR-1809) to see what the index search vs clustering proportions are. Cheers, S. On Fri, Mar 5, 2010 at 03:26, Erick Erickson wrote: > Search time is only partially depen

Re: Clustering Search taking 4sec for 100 results

2010-03-04 Thread Erick Erickson
Search time is only partially dependent on the number of results returned. Far more important is the number of docs in the index, the complexity of the query, any sorting you do, etc. So your question isn't really very answerable, you need to provide many more details. Things like your index size,

Clustering Search taking 4sec for 100 results

2010-03-04 Thread Allahbaksh Asadullah
Hi, I am using Solr for clustering. I am have set number of row as 100 and I am using clustering handler. The problem is that I am getting the search time for clustering search roughly 4sec. I have set -Xmx1024m. What is the best way to reduce the time. Regards, allahbaksh