Uses of Interface
org.modeshape.search.lucene.query.CompareQuery.Evaluator

Packages that use CompareQuery.Evaluator
org.modeshape.search.lucene.query A set of Lucene Query specializations that allow the LuceneSearchEngine to create Lucene queries with additional kinds of constraints. 
 

Uses of CompareQuery.Evaluator in org.modeshape.search.lucene.query
 

Fields in org.modeshape.search.lucene.query declared as CompareQuery.Evaluator
protected static CompareQuery.Evaluator<String> CompareStringQuery.EQUAL_TO
           
protected static CompareQuery.Evaluator<Integer> CompareLengthQuery.EQUAL_TO
           
protected  CompareQuery.Evaluator<ValueType> CompareQuery.evaluator
           
protected static CompareQuery.Evaluator<String> CompareStringQuery.IS_GREATER_THAN
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_GREATER_THAN
           
protected static CompareQuery.Evaluator<Integer> CompareLengthQuery.IS_GREATER_THAN
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_GREATER_THAN_NO_SNS
           
protected static CompareQuery.Evaluator<String> CompareStringQuery.IS_GREATER_THAN_OR_EQUAL_TO
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_GREATER_THAN_OR_EQUAL_TO
           
protected static CompareQuery.Evaluator<Integer> CompareLengthQuery.IS_GREATER_THAN_OR_EQUAL_TO
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_GREATER_THAN_OR_EQUAL_TO_NO_SNS
           
protected static CompareQuery.Evaluator<String> CompareStringQuery.IS_LESS_THAN
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_LESS_THAN
           
protected static CompareQuery.Evaluator<Integer> CompareLengthQuery.IS_LESS_THAN
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_LESS_THAN_NO_SNS
           
protected static CompareQuery.Evaluator<String> CompareStringQuery.IS_LESS_THAN_OR_EQUAL_TO
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_LESS_THAN_OR_EQUAL_TO
           
protected static CompareQuery.Evaluator<Integer> CompareLengthQuery.IS_LESS_THAN_OR_EQUAL_TO
           
protected static CompareQuery.Evaluator<Path.Segment> CompareNameQuery.IS_LESS_THAN_OR_EQUAL_TO_NO_SNS
           
protected static CompareQuery.Evaluator<Integer> CompareLengthQuery.NOT_EQUAL_TO
           
protected static CompareQuery.Evaluator<Path> ComparePathQuery.PATH_IS_GREATER_THAN
           
protected static CompareQuery.Evaluator<Path> ComparePathQuery.PATH_IS_GREATER_THAN_OR_EQUAL_TO
           
protected static CompareQuery.Evaluator<Path> ComparePathQuery.PATH_IS_LESS_THAN
           
protected static CompareQuery.Evaluator<Path> ComparePathQuery.PATH_IS_LESS_THAN_OR_EQUAL_TO
           
 

Constructors in org.modeshape.search.lucene.query with parameters of type CompareQuery.Evaluator
CompareLengthQuery(String fieldName, Integer constraintValue, ValueFactory<String> stringFactory, CompareQuery.Evaluator<Integer> evaluator)
          Construct a Query implementation that scores nodes according to the supplied comparator.
CompareNameQuery(String localNameField, String snsIndexFieldName, Path.Segment constraintValue, PathFactory pathFactory, ValueFactory<String> stringFactory, ValueFactory<Long> longFactory, CompareQuery.Evaluator<Path.Segment> evaluator, boolean caseSensitive)
          Construct a Query implementation that scores nodes according to the supplied comparator.
ComparePathQuery(String fieldName, Path constraintPath, ValueFactory<Path> pathFactory, ValueFactory<String> stringFactory, CompareQuery.Evaluator<Path> evaluator, boolean caseSensitive)
          Construct a Query implementation that scores nodes according to the supplied comparator.
CompareQuery(String fieldName, ValueType constraintValue, ValueFactory<ValueType> valueTypeFactory, ValueFactory<String> stringFactory, CompareQuery.Evaluator<ValueType> evaluator)
          Construct a Query implementation that scores nodes according to the supplied comparator.
CompareQuery(String fieldName, ValueType constraintValue, ValueFactory<ValueType> valueTypeFactory, ValueFactory<String> stringFactory, CompareQuery.Evaluator<ValueType> evaluator, org.apache.lucene.document.FieldSelector fieldSelector)
          Construct a Query implementation that scores nodes according to the supplied comparator.
CompareStringQuery(String fieldName, String constraintValue, ValueFactory<String> valueFactory, ValueFactory<String> stringFactory, CompareQuery.Evaluator<String> evaluator, boolean caseSensitive)
          Construct a Query implementation that scores nodes according to the supplied comparator.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.