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
Currently indexing an existing collection can take ages thanks to how slow it is indexing one document at a time. Performance would likely be significantly improved if we index documents in batches of 10 or more at a time.
The text was updated successfully, but these errors were encountered:
@jamescarr I have implemented this and would like to submit a PR. After reading your contributing section of the README it states that all PRs should be branched from develop but that branch is currently 33 commits ahead and 79 commits behind master. Should I just submit the PR against master?
Currently indexing an existing collection can take ages thanks to how slow it is indexing one document at a time. Performance would likely be significantly improved if we index documents in batches of 10 or more at a time.
The text was updated successfully, but these errors were encountered: