com.senseidb.search.query
Class BooleanQueryConstructor
java.lang.Object
com.senseidb.search.query.QueryConstructor
com.senseidb.search.query.BooleanQueryConstructor
public class BooleanQueryConstructor
- extends QueryConstructor
Fields inherited from class com.senseidb.search.query.QueryConstructor |
ALLOW_LEADING_WILDCARD_PARAM, ANALYZE_WILDCARD_PARAM, AND_PARAM, AUTO_GENERATE_PHRASE_QUERIES_PARAM, BOOST_PARAM, CLASS_PARAM, CLAUSES_PARAM, COLLECT_PAYLOADS_PARAM, DEFAULT_FIELD_PARAM, DEFAULT_OPERATOR_PARAM, DISABLE_COORD_PARAM, ENABLE_POSITION_INCREMENTS_PARAM, END_PARAM, EXCLUDE_PARAM, EXCLUDES_PARAM, FIELDS_PARAM, FILTER_PARAM, FUZZY_MIN_SIM_PARAM, FUZZY_PREFIX_LENGTH_PARAM, IN_ORDER_PARAM, INCLUDE_PARAM, LOWERCASE_EXPANDED_TERMS_PARAM, MATCH_PARAM, MINIMUM_MATCH_PARAM, MINIMUM_NUMBER_SHOULD_MATCH_PARAM, MUST_NOT_PARAM, MUST_PARAM, OPERATOR_PARAM, PARAMS_PARAM, PHRASE_PARAM, PHRASE_PREFIX_PARAM, PHRASE_SLOP_PARAM, QUERIES_PARAM, QUERY_PARAM, SHOULD_PARAM, SLOP_PARAM, SPAN_TERM_PARAM, TERM_PARAM, TIE_BREAKER_PARAM, TYPE_PARAM, USE_DIS_MAX_PARAM, VALUE_PARAM, VALUES_PARAM |
Method Summary |
protected org.apache.lucene.search.Query |
doConstructQuery(org.json.JSONObject jsonQuery)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUERY_TYPE
public static final String QUERY_TYPE
- See Also:
- Constant Field Values
BooleanQueryConstructor
public BooleanQueryConstructor(org.apache.lucene.queryParser.QueryParser qparser)
doConstructQuery
protected org.apache.lucene.search.Query doConstructQuery(org.json.JSONObject jsonQuery)
throws org.json.JSONException
- Specified by:
doConstructQuery
in class QueryConstructor
- Throws:
org.json.JSONException
Copyright © 2010-2012. All Rights Reserved.