Class LuceneLike<Q,S,E extends Throwable>
- java.lang.Object
-
- org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
-
- org.alfresco.repo.search.impl.querymodel.impl.functions.Like
-
- org.alfresco.repo.search.impl.querymodel.impl.lucene.functions.LuceneLike<Q,S,E>
-
- All Implemented Interfaces:
Function
,LuceneQueryBuilderComponent<Q,S,E>
public class LuceneLike<Q,S,E extends Throwable> extends Like implements LuceneQueryBuilderComponent<Q,S,E>
- Author:
- andyh
-
-
Constructor Summary
Constructors Constructor Description LuceneLike()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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-
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
getArgumentDefinition, getArgumentDefinitions, getName, getReturnType, toString
-
-
-
-
Method Detail
-
addComponent
public Q addComponent(Set<String> selectors, Map<String,Argument> functionArgs, LuceneQueryBuilderContext<Q,S,E> luceneContext, FunctionEvaluationContext functionContext) throws E extends Throwable
Description copied from interface:LuceneQueryBuilderComponent
Generate the lucene query from the query component- Specified by:
addComponent
in interfaceLuceneQueryBuilderComponent<Q,S,E extends Throwable>
functionContext
- FunctionEvaluationContext- Returns:
- - the lucene query fragment for this component
- Throws:
E
E extends Throwable
-
-