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