public class LuceneConjunction<Q,S,E extends Throwable> extends BaseConjunction implements LuceneQueryBuilderComponent<Q,S,E>
Constraint.Occur
Constructor and Description |
---|
LuceneConjunction(List<Constraint> constraints) |
Modifier and Type | Method and Description |
---|---|
Q |
addComponent(Set<String> selectors,
Map<String,Argument> functionArgs,
LuceneQueryBuilderContext<Q,S,E> luceneContext,
FunctionEvaluationContext functionContext)
Generate the lucene query from the query component
|
evaluate, getConstraints, toString
getBoost, getOccur, setBoost, setOccur
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBoost, getOccur, setBoost, setOccur
public LuceneConjunction(List<Constraint> constraints)
public Q addComponent(Set<String> selectors, Map<String,Argument> functionArgs, LuceneQueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext) throws E extends Throwable
LuceneQueryBuilderComponent
addComponent
in interface LuceneQueryBuilderComponent<Q,S,E extends Throwable>
functionContext
- FunctionEvaluationContextE
E extends Throwable
Copyright © 2005–2020 Alfresco Software. All rights reserved.