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.

Re: Get the commit time of a document in Solr

2013-09-13 Thread phanichaitanya
.472066.n3.nabble.com/Get-the-commit-time-of-a-document-in-Solr-tp4089624p4089722.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Get the commit time of a document in Solr

2013-09-13 Thread phanichaitanya
l the documents that are committed when a hard commit request is issued ? This might not make sense but we are pondered with that question. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/Get-the-commit-time-of-a-document-in-Solr-tp4089624p4089687.html Sent

Re: Get the commit time of a document in Solr

2013-09-12 Thread Otis Gospodnetic
ard commit request is issued ? This might not make sense but we are > pondered with that question. > > > > - > Phani Chaitanya > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Get-the-commit-time-of-a-document-in-Solr-tp4089624p4089687.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Get the commit time of a document in Solr

2013-09-12 Thread phanichaitanya
ument can be searchable which will be after it is committed ? (I don't want to do any soft commits). If there is a way to know this, please let me know so that I'd like to know more details based on it. -- View this message in context: http://lucene.472066.n3.nabble.com/Get-the-c

Re: Get the commit time of a document in Solr

2013-09-12 Thread Jack Krupansky
- From: phanichaitanya Sent: Thursday, September 12, 2013 12:07 PM To: solr-user@lucene.apache.org Subject: Get the commit time of a document in Solr 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 sa

Re: Get the commit time of a document in Solr

2013-09-12 Thread Shawn Heisey
On 9/12/2013 11:04 AM, phanichaitanya wrote: > 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 sen

Re: Get the commit time of a document in Solr

2013-09-12 Thread phanichaitanya
Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/Get-the-commit-time-of-a-document-in-Solr-tp4089624p4089638.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Get the commit time of a document in Solr

2013-09-12 Thread Shawn Heisey
On 9/12/2013 12:55 PM, phanichaitanya wrote: > 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

Re: Get the commit time of a document in Solr

2013-09-12 Thread Raymond Wiker
On Sep 12, 2013, at 20:55 , phanichaitanya wrote: > 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 configuration

Re: Get the commit time of a document in Solr

2013-09-12 Thread Jack Krupansky
anichaitanya Sent: Thursday, September 12, 2013 1:42 PM To: solr-user@lucene.apache.org Subject: Re: Get the commit time of a document in Solr 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

Re: Get the commit time of a document in Solr

2013-09-12 Thread phanichaitanya
has a separate commit step and I want to know the commit time of the documents that were committed when I gave a commit request. I hope I'm clear now - please let me know if I'm not. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/Get-the-

Re: Get the commit time of a document in Solr

2013-09-12 Thread Jack Krupansky
ansky -Original Message- From: phanichaitanya Sent: Thursday, September 12, 2013 1:04 PM To: solr-user@lucene.apache.org Subject: Re: Get the commit time of a document in Solr So, now I want to know when that document becomes searchable or when it is committed. I've the following sc