Package org.ametys.web.search.query
Class SharedQuery
java.lang.Object
org.ametys.web.search.query.SharedQuery
- All Implemented Interfaces:
Query
Represents a
Query
testing the shared status of a content.-
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
ConstructorDescriptionCreate a SharedQuery.SharedQuery
(boolean shared) Create a SharedQuery.SharedQuery
(boolean shared, Query.Operator operator) Create a SharedQuery. -
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
-
SharedQuery
public SharedQuery()Create a SharedQuery. -
SharedQuery
Create a SharedQuery.- Parameters:
shared
-true
to get only shared contents,false
to get only non-shared contents.
-
SharedQuery
Create a SharedQuery.- Parameters:
shared
-true
to get only shared contents,false
to get only non-shared contents.operator
- the operator.
-
-
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
-