Skip to content

Commit

Permalink
Add getter for path field in NestedQueryBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
psmagin committed Sep 29, 2022
1 parent ebbddd3 commit 13c26df
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ protected void doWriteTo(StreamOutput out) throws IOException {
out.writeBoolean(ignoreUnmapped);
}

/**
* Returns path of the nested query.
*/
public String path() {
return path;
}

/**
* Returns the nested query to execute.
*/
Expand Down

0 comments on commit 13c26df

Please sign in to comment.