Skip to content

Commit

Permalink
Merge pull request #618 from gisaia/feature/fluidSerarchFix
Browse files Browse the repository at this point in the history
Adding getClient() method
  • Loading branch information
alainbodiguel authored Mar 24, 2020
2 parents bf5de28 + 0156543 commit 2576fbe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ public FluidSearch(ElasticClient client) {
searchSourceBuilder = new SearchSourceBuilder();
}

protected ElasticClient getClient() { return client; }

public BoolQueryBuilder getBoolQueryBuilder() {
return boolQueryBuilder;
}
Expand Down

0 comments on commit 2576fbe

Please sign in to comment.