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
The default configuration of the underlying IndexWriter is difficult to customize when allowing Lucene.Net.Linq to instantiate IndexWriter upon first usage. This leads to some undesired performance results with regards to how and when index segments are merged. For clients that want better control of these policies, Lucene.Net.Linq should make it easier to select a merge policy implementation and related settings like MergeFactor, MinMergeMB, MaxMergeMB, etc.
This would allow clients to prevent too many deleted documents from accumulating.
The default configuration of the underlying IndexWriter is difficult to customize when allowing Lucene.Net.Linq to instantiate IndexWriter upon first usage. This leads to some undesired performance results with regards to how and when index segments are merged. For clients that want better control of these policies, Lucene.Net.Linq should make it easier to select a merge policy implementation and related settings like MergeFactor, MinMergeMB, MaxMergeMB, etc.
This would allow clients to prevent too many deleted documents from accumulating.
See #72 for origin of this issue.
The text was updated successfully, but these errors were encountered: