I don't know 'deleted value'. this value always changed. when docs deleted,
'deleted value' is incresed. but sometime 'deleted value' is decresed.
example)
deleted value: 14 after a few seconds deleted value: 10
I want to know delete value update time. and how to configure update time?
What is delete value update time? There is no such thing like update times.
The deletes are the number of deleted doc in the segments, and when
segments merge, the deletes are physically removed. I do not recommend to
use this stat as a global counter for deletes since it is completely Lucene
internal.
Thanks for your answer.
In my opinion, 'the deleted value' seems to be updated in a given time
period.
It seems that 'the deleted value' dose not indicate realtime data.
I think 'the deleted value'=realitime data + previous data.
2014년 1월 3일 금요일 오후 5시 0분 29초 UTC+9, Jörg Prante 님의 말:
What is delete value update time? There is no such thing like update times.
The deletes are the number of deleted doc in the segments, and when
segments merge, the deletes are physically removed. I do not recommend to
use this stat as a global counter for deletes since it is completely Lucene
internal.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.