Re: Get the commit time of a document in Solr

2013-09-12 Thread phanichaitanya
Hi Jack, Sorry, I was not clear earlier. What I'm trying to achieve is : I want to know when a document is committed (hard commit). There can be a lot of time lapse (1 hour or more) between the time you indexed that document vs you issue a commit in my case. Now, I exactly want to know when a d

Re: Get the commit time of a document in Solr

2013-09-12 Thread phanichaitanya
So, now I want to know when that document becomes searchable or when it is committed. I've the following scenario: 1) Indexing starts at say 9:00 AM - with the above additions to the schema.xml I'll know the indexed time of each document I send to Solr via the update handler. Say 9:01, 9:02 and so

Get the commit time of a document in Solr

2013-09-12 Thread phanichaitanya
I'd like to know when a document is committed in Solr vs. the indexed time. For indexed time, I can add a field as : . If I have say, 10 million docs indexed and I want to know the actual commit time of the document which makes it searchable. The problem is to just find the time when a document

Re: Get the commit time of a document in Solr

2013-09-13 Thread phanichaitanya
Apologies again. But here is another try : I want to make sure that documents that are indexed are committed in say an hour. I agree that if you pass commitWithIn params and the like will make sure of that based on the time configurations we set. But, I want to make sure that the document is reall

Re: Get the commit time of a document in Solr

2013-09-13 Thread phanichaitanya
Thanks Jack, Shawn and Raymond. Shawn - I've to do it with every commit. So I guess apparently there is no way apart from writing custom plugins to Solr. I'll look into the pointers you suggested. Regards, Phani. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.

Re: Get the commit time of a document in Solr

2013-09-13 Thread phanichaitanya
Thanks Otis. I'll look into it if I can use it to solve my problem. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/Get-the-commit-time-of-a-document-in-Solr-tp4089624p4089949.html Sent from the Solr - User mailing list archive at Nabble.com.