Package org.ametys.web.search.query
Class PageIdQuery
java.lang.Object
org.ametys.web.search.query.PageIdQuery
- All Implemented Interfaces:
Query
Represents a
Query
testing the page property of a content or resource.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator
-
Field Summary
Fields inherited from interface org.ametys.cms.search.query.Query
BOOL_FILTER, BOOL_MUST, BOOL_MUST_NOT, BOOL_SHOULD
-
Constructor Summary
ConstructorDescriptionPageIdQuery
(String... ids) Build a PageIdQuery.PageIdQuery
(Collection<String> ids) Build a PageIdQuery.PageIdQuery
(Query.Operator operator, String... ids) Build a PageIdQuery.PageIdQuery
(Query.Operator operator, Collection<String> ids) Build a SiteQuery. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ametys.cms.search.query.Query
buildAsJson, rewrite, toString
-
Constructor Details
-
PageIdQuery
Build a PageIdQuery.- Parameters:
ids
- the page ids.
-
PageIdQuery
Build a PageIdQuery.- Parameters:
ids
- the page ids.
-
PageIdQuery
Build a PageIdQuery.- Parameters:
operator
- the operator.ids
- the page ids.
-
PageIdQuery
Build a SiteQuery.- Parameters:
operator
- the operator.ids
- the site names.
-
-
Method Details
-
build
Description copied from interface:Query
Build the solr query string representing the Query object.- Specified by:
build
in interfaceQuery
- Returns:
- the solr query string representing the Query object.
- Throws:
QuerySyntaxException
- if the query can't be built because of a syntax error.
-
hashCode
-
equals
-