Skip to content

Commit

Permalink
chore: remove unallowed system apis
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Hasnain <[email protected]>
  • Loading branch information
hasnain2808 committed Feb 13, 2024
1 parent c20f22e commit 8adb368
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ public String typeName() {

@Override
protected boolean matches(String searchValue, boolean caseInsensitive, QueryShardContext context) {
System.out.println(value);

return value.equals(searchValue);
}

Expand Down Expand Up @@ -146,7 +144,6 @@ public Query wildcardQuery(
boolean caseInsensitve,
QueryShardContext context
) {
System.out.println(("tes"));
throw new QueryShardException(
context,
"Fields of type [" + typeName() + "], does not support wildcard queries"
Expand Down

0 comments on commit 8adb368

Please sign in to comment.