|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.search.impl.querymodel.impl.BaseConstraint
org.alfresco.repo.search.impl.querymodel.impl.BaseDisjunction
org.alfresco.repo.search.impl.querymodel.impl.lucene.LuceneDisjunction
public class LuceneDisjunction
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint |
---|
Constraint.Occur |
Constructor Summary | |
---|---|
LuceneDisjunction(java.util.List constraints)
|
Method Summary | |
---|---|
org.apache.lucene.search.Query |
addComponent(java.util.Set selectors,
java.util.Map functionArgs,
LuceneQueryBuilderContext luceneContext,
FunctionEvaluationContext functionContext)
Generate the lucene query from the query component |
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseDisjunction |
---|
evaluate, getConstraints, toString |
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseConstraint |
---|
getBoost, getOccur, setBoost, setOccur |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint |
---|
getBoost, getOccur, setBoost, setOccur |
Constructor Detail |
---|
public LuceneDisjunction(java.util.List constraints)
constraints
- Method Detail |
---|
public org.apache.lucene.search.Query addComponent(java.util.Set selectors, java.util.Map functionArgs, LuceneQueryBuilderContext luceneContext, FunctionEvaluationContext functionContext) throws org.apache.lucene.queryParser.ParseException
LuceneQueryBuilderComponent
addComponent
in interface LuceneQueryBuilderComponent
org.apache.lucene.queryParser.ParseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |