>From memory try the following: Don't manually commit from client after batch indexing set soft commit to be a a long time interval. As long as acceptable to run stale, say 5 mins or longer if you can. set hard commit to be short (seconds ) to keep everything neat and tidy regards updates and avoid backing up log files set opensearcher=false
I'm pretty sure that works for at least one of our indices. It's worth a go. Lee C On 24 April 2018 at 06:56, Papa Pappu <tuhaipa...@gmail.com> wrote: > Hi, > I've written down my query over stack-overflow. Here is the link for that : > https://stackoverflow.com/questions/49993681/preventing- > solr-cache-flush-when-commiting > > In short, I am facing troubles maintaining my solr caches when commits > happen and the question provides detailed description of the same. > > Based on my use-case if someone can recommend what settings I should use or > practices I should follow it'll be really helpful. > > Thanks and regards, > Dmitri >