Supriya Kumar Shyamal wrote:
If I am not mistaken the process of locking the Index by different
objects like IndexReader or Indexwriter, theoratically only one
Thread can access the index at a time.
Actually, only one writer can write to the index at once. Multiple
readers can read from the
Michael McCandless wrote:
Supriya Kumar Shyamal wrote:
If I am not mistaken the process of locking the Index by different
objects like IndexReader or Indexwriter, theoratically only one
Thread can access the index at a time.
Actually, only one writer can write to the index at once. Multiple
Supriya Kumar Shyamal wrote:
If I am not mistaken the process of locking the Index by different
objects like IndexReader or Indexwriter, theoratically only one Thread
can access the index at a time.
Actually, only one writer can write to the index at once. Multiple
readers can read from the
Hello All,
If I am not mistaken the process of locking the Index by different
objects like IndexReader or Indexwriter, theoratically only one Thread
can access the index at a time.
When we do search on the index it creates a commit lock so the other
thread does not modify the index, so other