Add a comparison involving a date/time field and a non-relative operator as a child of this IPTSBooleanQuery
. Convenience method that is equivalent to calling IPTSearchFactory.createComparisonQuery
and then calling the IPTSQuery
form of addSubquery
.
PTSFieldType.DATETIME
.PT_FILTEROPS.PT_FILTEROP_LT
, PT_FILTEROPS.PT_FILTEROP_GT
, PT_FILTEROPS.PT_FILTEROP_LTE
, PT_FILTEROPS.PT_FILTEROP_GTE
, PT_FILTEROPS.PT_FILTEROP_EQ
or PT_FILTEROPS.PT_FILTEROP_NUMERIC_EQ
, PT_FILTEROPS.PT_FILTEROP_NE
or PT_FILTEROPS.PT_FILTEROP_NUMERIC_NOTEQ
. IPTSBooleanQuery Interface | com.plumtree.server.search Namespace | IPTSBooleanQuery.addSubquery Overload List