Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pgomulka committed Jul 8, 2024
1 parent 8529895 commit c5abeed
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ public long normalisedBytesParsed() {
*/
long normalisedBytesParsed();

/**
* Enriches the index request with the number of bytes observed when parsing a document
* @param indexRequest
*/
default void setNormalisedBytesParsedOn(IndexRequest indexRequest) {}

default boolean isUpdateByScript() {
Expand Down

0 comments on commit c5abeed

Please sign in to comment.