Class LuceneJoin
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseJoin
org.alfresco.repo.search.impl.querymodel.impl.lucene.LuceneJoin
- Author:
- andyh
-
Constructor Summary
ConstructorsConstructorDescriptionLuceneJoin
(Source left, Source right, JoinType joinType, Constraint joinConstraint) -
Method Summary
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseJoin
getJoinCondition, getJoinType, getLeft, getRight, getSelector, getSelectorGroups, getSelectors, setJoinType, toString
-
Constructor Details
-
LuceneJoin
- Parameters:
left
- Sourceright
- SourcejoinType
- JoinTypejoinConstraint
- Constraint
-