Package org.gbif.api.model.predicate
Class FullTextSearchPredicate
- java.lang.Object
-
- org.gbif.api.model.predicate.FullTextSearchPredicate
-
- All Implemented Interfaces:
Serializable
,Predicate
public class FullTextSearchPredicate extends Object implements Predicate
This predicate checks performs a full text search based on a query parameter. Not all predicate back-ends support this predicate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FullTextSearchPredicate(@NotNull String q)
-
-
-
Constructor Detail
-
FullTextSearchPredicate
public FullTextSearchPredicate(@NotNull @NotNull String q)
-
-