com.senseidb.search.query.filters
Class PathFilterConstructor

java.lang.Object
  extended by com.senseidb.search.query.filters.FilterConstructor
      extended by com.senseidb.search.query.filters.PathFilterConstructor

public class PathFilterConstructor
extends FilterConstructor


Field Summary
static String FILTER_TYPE
           
 
Fields inherited from class com.senseidb.search.query.filters.FilterConstructor
DEPTH_PARAM, EXCLUDES_PARAM, FROM_PARAM, GT_PARAM, GTE_PARAM, INCLUDE_LOWER_PARAM, INCLUDE_UPPER_PARAM, LT_PARAM, LTE_PARAM, MUST_NOT_PARAM, MUST_PARAM, NOOPTIMIZE_PARAM, OPERATOR_PARAM, OR_PARAM, PARAMS_PARAM, QUERY_PARAM, RANGE_DATE_FORMAT, RANGE_FIELD_TYPE, SHOULD_PARAM, STRICT_PARAM, TO_PARAM, VALUE_PARAM, VALUES_PARAM
 
Constructor Summary
PathFilterConstructor()
           
 
Method Summary
protected  org.apache.lucene.search.Filter doConstructFilter(Object param)
           
 
Methods inherited from class com.senseidb.search.query.filters.FilterConstructor
constructFilter, convertParams, getFilterConstructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILTER_TYPE

public static final String FILTER_TYPE
See Also:
Constant Field Values
Constructor Detail

PathFilterConstructor

public PathFilterConstructor()
Method Detail

doConstructFilter

protected org.apache.lucene.search.Filter doConstructFilter(Object param)
                                                     throws Exception
Specified by:
doConstructFilter in class FilterConstructor
Throws:
Exception


Copyright © 2010-2012. All Rights Reserved.