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
Add minTermMatch and fuzzy search support to Generic Concept Search API (#684)
Expose squash property for advanced branch merge scenarios (#686)
New configuration keys to configure index bulk commit sizes (#690, 38bc1bd):
repository.index.bulkActionSize - the number of bulk action requests to send in a single batch to the configured Elasticsearch cluster, defaults to 10.000.
repository.index.bulkActionSizeInMb - the maximum bulk request size (in megabytes) to send to the configured Elasticsearch cluster, defaults to 9MB.
Bugs/Improvements
[index] reduce the number of edge_ngram prefixes generated to 2-12 (#684)
[index] fix potential branch rebase issue when there were no actual tracked changes on both branches (#696)