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 2c0f129 commit 1b7258f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2848,6 +2848,9 @@ 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.
*/
protected Map<String, String> getCommitExtraUserData() {
return Collections.emptyMap();
}
Expand Down

0 comments on commit 1b7258f

Please sign in to comment.