Actually I am in need of counting the visitors count for a particular document.
I can do it by adding a field, and increasing its value.
But the problem is following.,
I have 10 replication copies in different location. It is being replicated by scheduled manner. So replication conflict is happening because of document count is editing the same document in different location.
Also I faced this problem. I can not say that it has a easy solution. Document locking is the only solution that i had found. But the visitor’s count is not possible.