Skip to content

Commit

Permalink
Frage ergänzt
Browse files Browse the repository at this point in the history
  • Loading branch information
RDBloese committed Sep 7, 2023
1 parent 3d03007 commit e2f412f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class TokenSearchQueryBuilder extends ESQueryBuilder implements MultiLing
public String nestedPath() {
return "tokens.";
}

//TODO where is this function called
public void setTokenId(String tokenId) {
if (tokenId != null) {
this.must(QueryBuilders.termQuery(String.format("%sid", this.nestedPath()), tokenId));
Expand Down

0 comments on commit e2f412f

Please sign in to comment.