Re: TrieDate field in UpdateRequestProcessorChain

2019-03-09 Thread Erick Erickson
You need to back up a bit. Specifying an update chain for /select makes no sense, they are orthogonal. See the section "Update Request Processor Configuration” in the reference guide. Basically you need to define your own update processor chain and make sure your custom stuff preceeds the Distribu

Re: What causes new searcher to be created?

2019-03-09 Thread Erick Erickson
Nothing should be opening new searchers in that case unless the commit is happening from outside. “Outside” here is a SorlJ program that either commits or specifies a commitWithin for an add. By default, post.jar also issues a commit at the end. I’d look at whatever is adding new documents to the

What causes new searcher to be created?

2019-03-09 Thread John Davis
Hi there, I couldn't find an answer to this in the docs: if openSearcher is set to false in the autocommit with no softcommits, what triggers a new one to be created? My assumption is that until a new searcher is created all the newly indexed docs will not be visible. Based on the solr admin consol

Re: TrieDate field in UpdateRequestProcessorChain

2019-03-09 Thread Anil
HI Eric, Thanks for detailed explanation. How can i find that update processor chain is preproces or post process ? i have configured the update chain processor in for . I am sure this is working as preprocess for me. i just would like to learn how can i add post process doc steps in my solr config