org.alfresco.repo.search.impl.querymodel.impl.lucene.functions
Class LuceneGreaterThanOrEquals

java.lang.Object
  extended by org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
      extended by org.alfresco.repo.search.impl.querymodel.impl.BaseComparison
          extended by org.alfresco.repo.search.impl.querymodel.impl.functions.GreaterThanOrEquals
              extended by org.alfresco.repo.search.impl.querymodel.impl.lucene.functions.LuceneGreaterThanOrEquals
All Implemented Interfaces:
Function, LuceneQueryBuilderComponent

public class LuceneGreaterThanOrEquals
extends GreaterThanOrEquals
implements LuceneQueryBuilderComponent


Field Summary
 
Fields inherited from class org.alfresco.repo.search.impl.querymodel.impl.functions.GreaterThanOrEquals
NAME
 
Fields inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseComparison
ARG_LHS, ARG_MODE, ARG_RHS, ARGS
 
Constructor Summary
LuceneGreaterThanOrEquals()
           
 
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.functions.GreaterThanOrEquals
getValue
 
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseComparison
getFunctionArgument, getPropertyArgument, getPropertyName, getStaticArgument, setPropertyAndStaticArguments
 
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
getArgumentDefinition, getArgumentDefinitions, getName, getReturnType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LuceneGreaterThanOrEquals

public LuceneGreaterThanOrEquals()
Method Detail

addComponent

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
Description copied from interface: LuceneQueryBuilderComponent
Generate the lucene query from the query component

Specified by:
addComponent in interface LuceneQueryBuilderComponent
Returns:
- the lucene query fragment for this component
Throws:
org.apache.lucene.queryParser.ParseException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.