Re: Determine if Merge is triggered in SOLR

2016-01-31 Thread Jack Krupansky
You would have to implement your own MergeScheduler that wrapped an existing merge scheduler and then save the merge info and then write a custom request handler to retrieve that saved info. See: https://lucene.apache.org/core/5_4_1/core/org/apache/lucene/index/MergeScheduler.html https://cwiki.ap

Re: Determine if Merge is triggered in SOLR

2016-01-31 Thread abhi Abhishek
Hi All, any suggestions/ ideas? Thanks, Abhishek On Tue, Jan 26, 2016 at 9:16 PM, abhi Abhishek wrote: > Hi All, > is there a way in SOLR to determine if a merge has been triggered in > SOLR? is there a API exposed to query this? > > if its not available is there a way to do the same us