Skip to content

Commit

Permalink
scope change
Browse files Browse the repository at this point in the history
  • Loading branch information
pgomulka committed Jul 8, 2024
1 parent c5abeed commit 410111f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ public XContentParser wrapParser(XContentParser xContentParser) {
public long normalisedBytesParsed() {
return 0;
}

@Override
public void setNormalisedBytesParsedOn(IndexRequest indexRequest) {}
};

/**
Expand All @@ -50,7 +53,7 @@ public long normalisedBytesParsed() {
* Enriches the index request with the number of bytes observed when parsing a document
* @param indexRequest
*/
default void setNormalisedBytesParsedOn(IndexRequest indexRequest) {}
void setNormalisedBytesParsedOn(IndexRequest indexRequest);

default boolean isUpdateByScript() {
return false;
Expand Down

0 comments on commit 410111f

Please sign in to comment.