|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.lucene.DiscoveryClauseAdapter
com.esri.gpt.catalog.lucene.PropertyClauseAdapter
com.esri.gpt.catalog.lucene.TimeperiodClauseAdapter
public class TimeperiodClauseAdapter
Adapts a timeperiod based PropertyClause to the Lucene model.
| Constructor Summary | |
|---|---|
protected |
TimeperiodClauseAdapter(LuceneQueryAdapter queryAdapter)
Constructs with an associated query adapter. |
| Method Summary | |
|---|---|
protected void |
adaptPropertyClause(BooleanQuery activeBooleanQuery,
LogicalClause activeLogicalClause,
PropertyClause propertyClause)
Adapts a timeperiod based PropertyClause to the Lucene model. |
boolean |
getInclusive()
Determines if range boundaries inclusive or exclusive. |
void |
setInclusive(boolean inclusive)
Determines if range boundaries inclusive or exclusive. |
| Methods inherited from class com.esri.gpt.catalog.lucene.DiscoveryClauseAdapter |
|---|
appendNullCheck, appendQuery, appendSelectAll, getQueryAdapter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected TimeperiodClauseAdapter(LuceneQueryAdapter queryAdapter)
queryAdapter - the query adapter| Method Detail |
|---|
public boolean getInclusive()
public void setInclusive(boolean inclusive)
inclusive - true if inclusive
protected void adaptPropertyClause(BooleanQuery activeBooleanQuery,
LogicalClause activeLogicalClause,
PropertyClause propertyClause)
throws DiscoveryException,
ParseException
adaptPropertyClause in class PropertyClauseAdapteractiveBooleanQuery - the active Lucene boolean queryactiveLogicalClause - the active discovery logical clausepropertyClause - the property clause to adapt
DiscoveryException - if an invalid clause is encountered
ParseException - if a Lucene query parsing exception occurs
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||