Uses of Class
org.apache.maven.search.api.request.Query
Packages that use Query
-
Uses of Query in org.apache.maven.search.api
Methods in org.apache.maven.search.api that return QueryModifier and TypeMethodDescriptionSearchRequest.getQuery()
TheQuery
of this request, nevernull
.Constructors in org.apache.maven.search.api with parameters of type QueryModifierConstructorDescriptionSearchRequest
(Paging paging, Query query) SearchRequest
(Query query) Creates a request with givenQuery
instance and default page size of 50. -
Uses of Query in org.apache.maven.search.api.request
Subclasses of Query in org.apache.maven.search.api.requestModifier and TypeClassDescriptionclass
Boolean query.static final class
class
Field query.Methods in org.apache.maven.search.api.request that return QueryModifier and TypeMethodDescriptionBooleanQuery.getLeft()
Returns left term of this boolean query, nevernull
.BooleanQuery.getRight()
Returns right term of this boolean query, nevernull
.static Query
Creates a plain query.Methods in org.apache.maven.search.api.request with parameters of type QueryModifier and TypeMethodDescriptionstatic BooleanQuery
Creates Logical AND query (requires presence of all queries) out of passed in queries (at least 2 or more should be given).Constructors in org.apache.maven.search.api.request with parameters of type Query