Package org.ametys.cms.search.query
Class JoinQuery
java.lang.Object
org.ametys.cms.search.query.JoinQuery
- All Implemented Interfaces:
 Query
- Direct Known Subclasses:
 ContentPageQuery,HistoryStepQuery,PageContentQuery,ProgramSearchable.ProgramThroughProgramPartsQuery
Represents a 
Query on a joined document.- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator - 
Field Summary
FieldsModifier and TypeFieldDescriptionThe join keys (paths and optional nested queries)protected QueryThe field path.Fields inherited from interface org.ametys.cms.search.query.Query
BOOL_FILTER, BOOL_MUST, BOOL_MUST_NOT, BOOL_SHOULD - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the solr query string representing the Query object.Build the solr query representing the Query object.
The return type may be either String or Map<String, Object> following the Solr JSON Query DSL.booleaninthashCode()toString(int indent) Gets a representation of thisQuery, for pretty-printing for logging and debugging purposes 
- 
Field Details
- 
_subQuery
The field path. - 
_joinKeys
The join keys (paths and optional nested queries) 
 - 
 - 
Constructor Details
- 
JoinQuery
Build a join query.- Parameters:
 subQuery- The sub query.joinPaths- The field's join paths
 - 
JoinQuery
Build a join query.- Parameters:
 subQuery- The sub query.joinPaths- The field's join paths
 - 
JoinQuery
Build a join query.- Parameters:
 joinKeys- The join paths and optional nested queries
 - 
JoinQuery
Build a join query.- Parameters:
 subQuery- The sub query.joinKeys- The join paths and optional nested queries
 
 - 
 - 
Method Details
- 
build
Description copied from interface:QueryBuild the solr query string representing the Query object.- Specified by:
 buildin interfaceQuery- Returns:
 - the solr query string representing the Query object.
 - Throws:
 QuerySyntaxException- if the query can't be built because of a syntax error.
 - 
buildAsJson
Description copied from interface:QueryBuild the solr query representing the Query object.
The return type may be either String or Map<String, Object> following the Solr JSON Query DSL.- Specified by:
 buildAsJsonin interfaceQuery- Returns:
 - the solr query representing the Query object. Can be empty in case of empty query.
 - Throws:
 QuerySyntaxException- if the query can't be built because of a syntax error.
 - 
toString
Description copied from interface:QueryGets a representation of thisQuery, for pretty-printing for logging and debugging purposes - 
hashCode
 - 
equals
 
 -