public class LikePredicate<S extends SearchParameter> extends SimplePredicate<S>
key
is LIKE its value
.
The syntax for one ?
or any *
arbitrary matching characters
is the one used by ElasticSearch, Unix/DOS shells, etc.Constructor and Description |
---|
LikePredicate(S key,
String value,
Boolean matchCase) |
public LikePredicate(S key, String value, @Nullable Boolean matchCase)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.