> Hi Andrew, > We are running solr using its http interface from python. > From the resources > I could find, EmbeddedSolrServer is possible only if I am > using solr from a > java program. It will be useful to understand if a > significant part of the > performance increase is due to bypassing HTTP before going > down this path. > > In the mean time I am trying my luck with the other > suggestions. Can you > share the patch that helps cache solr documents instead of > lucene documents?
May be these links can help http://wiki.apache.org/lucene-java/ImproveSearchingSpeed http://wiki.apache.org/lucene-java/ImproveIndexingSpeed http://www.lucidimagination.com/Downloads/LucidGaze-for-Solr how often do you update your index? is your index optimized? configuring caching can also help: http://wiki.apache.org/solr/SolrCaching http://wiki.apache.org/solr/SolrPerformanceFactors