|
|||||||||
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.BaseFunctionalConstraint
org.alfresco.repo.search.impl.querymodel.impl.lucene.LuceneFunctionalConstraint
public class LuceneFunctionalConstraint
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint |
---|
Constraint.Occur |
Constructor Summary | |
---|---|
LuceneFunctionalConstraint(Function function,
java.util.Map arguments)
|
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.BaseFunctionalConstraint |
---|
evaluate, getFunction, getFunctionArguments, 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 LuceneFunctionalConstraint(Function function, java.util.Map arguments)
function
- arguments
- 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 |