Uses of Class
org.apache.maven.search.api.request.Query
Packages that use Query
-
Uses of Query in org.apache.maven.search.api
Fields in org.apache.maven.search.api declared as QueryMethods in org.apache.maven.search.api that return QueryModifier and TypeMethodDescriptionSearchRequest.getQuery()TheQueryof 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 givenQueryinstance 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 TypeClassDescriptionclassBoolean query.static classclassField query.Fields in org.apache.maven.search.api.request declared as QueryModifier and TypeFieldDescriptionprotected final QueryBooleanQuery.leftprotected final QueryBooleanQuery.rightMethods 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 QueryCreates a plain query.Methods in org.apache.maven.search.api.request with parameters of type QueryModifier and TypeMethodDescriptionstatic BooleanQueryCreates 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