Okay davidphilip. On Mon, Aug 10, 2015 at 8:24 PM davidphilip cherian < davidphilipcher...@gmail.com> wrote:
> Hi Nitin, > > 32 shards for 16 million documents is too much. 2 shards should suffice > considering your document sizes are moderate. Caches are to be monitored > and tuned accordingly. You should study about caches a bit here > > https://cwiki.apache.org/confluence/display/solr/Query+Settings+in+SolrConfig > > > > On Mon, Aug 10, 2015 at 4:34 PM, Nitin Solanki <nitinml...@gmail.com> > wrote: > > > Hi, > > I have 32 shards and single replica of each shards having 4 nodes > > over Solr cloud. > > I have indexed 16 million documents. Without cache, total time taken to > > search a document is 0.2 second. And with cache is 0.04 second. > > I don't do anything of cache. Caches are set by default in > solrconfig.xml. > > > > How to make faster search without cache? Or how to make more faster with > > cache while searching. Which cache is used for searching? > > >