Re: Index Version and Epoch Time?

2011-07-04 Thread Shalin Shekhar Mangar
On Tue, Jul 5, 2011 at 12:03 AM, Chris Hostetter wrote: > > : The index version shown on the dashboard is the time at which the most > : recent index segment was created. I'm not sure why it has a value older > than > : a month if a commit has happened after that time. > > I'm fairly certian that'

Re: Index Version and Epoch Time?

2011-07-04 Thread Chris Hostetter
: The index version shown on the dashboard is the time at which the most : recent index segment was created. I'm not sure why it has a value older than : a month if a commit has happened after that time. I'm fairly certian that's false. last time i checked, newly created indexes are assigned a v

Re: Index Version and Epoch Time?

2011-06-28 Thread Jonathan Rochkind
On 6/28/2011 1:38 PM, Pranav Prakash wrote: - Will the commit by incremental indexer script also commit the previously uncommitted changes made by full indexer script before it broke? Yes, as long as the Solr instance hasn't crashed. Anything added but not yet committed sticks around

Re: Index Version and Epoch Time?

2011-06-28 Thread Pranav Prakash
Hi, I am facing multiple issues with solr and I am not sure what happens in each case. I am quite naive in Solr and there are some scenarios I'd like to discuss with you. We have a huge volume of documents to be indexed. Somewhere about 5 million. We have a full indexer script which essentially p

Re: Index Version and Epoch Time?

2011-06-28 Thread Shalin Shekhar Mangar
On Tue, Jun 28, 2011 at 4:18 PM, Pranav Prakash wrote: > > I am not sure what is the index number value? It looks like an epoch time, > but in my case, this points to one month back. However, i can see documents > which were added last week, to be in the index. > The index version shown on the d

Index Version and Epoch Time?

2011-06-28 Thread Pranav Prakash
Hi, I am not sure what is the index number value? It looks like an epoch time, but in my case, this points to one month back. However, i can see documents which were added last week, to be in the index. Even after I did a commit, the index number did not change? Isn't it supposed to change on eve