Re: Determine Solr Core Creation Timestamp

2018-05-08 Thread Atita Arora
Thank you Shawn for looking into this to such a depth. Let me try getting hold of someway to grab this information and use it and I may reach back to you or list for further thoughts. Thanks again, Atita On Tue, May 8, 2018, 3:11 PM Shawn Heisey wrote: > On 5/7/2018 3:50 PM, Atita Arora wrote:

Re: Determine Solr Core Creation Timestamp

2018-05-08 Thread Shawn Heisey
On 5/7/2018 3:50 PM, Atita Arora wrote: > I noticed the same and hence overruled the idea to use it. > Further , while exploring the V2 api (as we're currently in Solr 6.6 and > will soon be on Solr 7.X) ,I came across the shards API which has > "property.index.version": "1525453818563" > > Which i

Re: Determine Solr Core Creation Timestamp

2018-05-07 Thread Atita Arora
Hi Shawn, I noticed the same and hence overruled the idea to use it. Further , while exploring the V2 api (as we're currently in Solr 6.6 and will soon be on Solr 7.X) ,I came across the shards API which has "property.index.version": "1525453818563" Which is listed for each of the shards. I wonde

Re: Determine Solr Core Creation Timestamp

2018-05-06 Thread Shawn Heisey
On 5/6/2018 3:09 PM, Atita Arora wrote: I am working on a developing a utility which lets one monitor the indexPipeline Status. The indexing job runs in two forms where either it - 1. Creates a new core OR 2. Runs the delta on existing core. To put down to simplest form I look into the DB timesta

Determine Solr Core Creation Timestamp

2018-05-06 Thread Atita Arora
Hi, I am working on a developing a utility which lets one monitor the indexPipeline Status. The indexing job runs in two forms where either it - 1. Creates a new core OR 2. Runs the delta on existing core. To put down to simplest form I look into the DB timestamp when the indexing job was triggere