I am using three solr cores and all the cores are on the same m/c My configuration is such that i have a machine where code resides and there are 10 other machines which contains the indexed data in cluster.so the code machine picks up a random machine for getting solr data.
Also the reason why no of rows are 500 for my application is because i am selecting a text field and based on the 500 results i am calculating word-frequency array,i cant reduce the rows to less than 500 or else the application wont work as expected.. The data comes over the network and is in compressed form,also the data in stored in compressed form. Also the memory allocated for JVM is 1GB which is fair enough. so,without reducing the rows fetch on single solr call i need to speed up the process.So plz suggest the solution in this direction. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-speed-issues-tp2254823p2260692.html Sent from the Solr - User mailing list archive at Nabble.com.