You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For apps using a large index and frequently need to commit and resolve deletes, the cost of opening the SegmentReaders on demand for every commit can be prohibitive.
We an already pool readers (NRT does so), but, we only turn it on if NRT readers are in use.
For apps using a large index and frequently need to commit and resolve deletes, the cost of opening the SegmentReaders on demand for every commit can be prohibitive.
We an already pool readers (NRT does so), but, we only turn it on if NRT readers are in use.
We should allow separate control.
We should do this after #3370.
Migrated from LUCENE-2297 by Michael McCandless (@mikemccand), resolved Mar 22 2010
Attachments: LUCENE-2297.patch
Linked issues:
The text was updated successfully, but these errors were encountered: