theEmptyLcnQuery
Constructor | Description |
---|---|
ComposedQuery(List qs,
boolean operatorInfix,
String opName) |
Modifier and Type | Method | Description |
---|---|---|
protected String |
getBracketClose() |
|
protected String |
getBracketOpen() |
|
int |
getNrSubQueries() |
|
String |
getOperatorName() |
|
protected String |
getPrefixSeparator() |
|
Iterator |
getSubQueriesIterator() |
|
SrndQuery |
getSubQuery(int qn) |
|
protected void |
infixToString(StringBuilder r) |
|
boolean |
isFieldsSubQueryAcceptable() |
|
boolean |
isOperatorInfix() |
|
List<org.apache.lucene.search.Query> |
makeLuceneSubQueriesField(String fn,
BasicQueryFactory qf) |
|
protected void |
prefixToString(StringBuilder r) |
|
protected void |
recompose(List queries) |
|
String |
toString() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getWeight, getWeightOperator, getWeightString, isWeighted, makeLuceneQueryField, makeLuceneQueryFieldNoBoost, setWeight, weightToString
protected void recompose(List queries)
public String getOperatorName()
public Iterator getSubQueriesIterator()
public int getNrSubQueries()
public SrndQuery getSubQuery(int qn)
public boolean isOperatorInfix()
public List<org.apache.lucene.search.Query> makeLuceneSubQueriesField(String fn, BasicQueryFactory qf)
protected String getPrefixSeparator()
protected String getBracketOpen()
protected String getBracketClose()
protected void infixToString(StringBuilder r)
protected void prefixToString(StringBuilder r)
public boolean isFieldsSubQueryAcceptable()
isFieldsSubQueryAcceptable
in class SrndQuery
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.