OnImportEnd EventListener

2018-01-31 Thread Srinivas Kashyap
Hello, I'm trying to get the documents which got indexed on calling DIH and I want to differentiate such documents with the ones which are added using SolrJ atomic update. Is it possible to get the document primary keys which got indexed thru "onImportEnd" Eventlistener? Any

Re: OnImportEnd EventListener

2018-01-31 Thread Emir Arnautović
ing atomic update > on DIH imported document and commit the same. > > So, I wanted to get the document values which were indexed when import was > completed("onImportEnd" eventlistener). > > Thanks and Regards, > Srinivas Kashyap > > > > -Original Mes

RE: OnImportEnd EventListener

2018-01-31 Thread Srinivas Kashyap
when import was completed("onImportEnd" eventlistener). Thanks and Regards, Srinivas Kashyap -Original Message- From: Emir Arnautović [mailto:emir.arnauto...@sematext.com] Sent: 31 January 2018 04:14 PM To: solr-user@lucene.apache.org Subject: Re: OnImportEnd EventListener

Re: OnImportEnd EventListener

2018-01-31 Thread Emir Arnautović
e. > > Is it possible to get the document primary keys which got indexed thru > "onImportEnd" Eventlistener? > > Any alternative way I can find them? > > Thanks and Regards, > Srinivas Kashyap > > > DISCLAIMER: > E-mails and attachments from Trad

OnImportEnd EventListener

2018-01-31 Thread Srinivas Kashyap
Hello, I'm trying to get the documents which got indexed on calling DIH and I want to differentiate such documents with the ones which are added using SolrJ atomic update. Is it possible to get the document primary keys which got indexed thru "onImportEnd" Eventlistener? Any