Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed Jun 22, 2023
1 parent 1b7258f commit a869bf0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2849,7 +2849,8 @@ protected void commitIndexWriter(final IndexWriter writer, final Translog transl
}

/**
* Allows InternalEngine extenders to return custom key-value pairs which will be included in the Lucene commit user-data.
* Allows InternalEngine extenders to return custom key-value pairs which will be included in the Lucene commit user-data. Custom user
* data keys can be overwritten by if their keys conflict keys used by InternalEngine.
*/
protected Map<String, String> getCommitExtraUserData() {
return Collections.emptyMap();
Expand Down

0 comments on commit a869bf0

Please sign in to comment.