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

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

Determine if Merge is triggered in SOLR

2016-01-26 Thread abhi Abhishek
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 using lucene jar files available in the SOLR libs? Appreciate your help. Best Regards, Abhishek