Construct an IPTSQuery
for a comparison involving integer, floating-point, or date fields.
PTSFieldType.INT
, PTSFieldType.FLOAT
, or 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
. For date-time comparisons, must be one of PT_FILTEROPS.PT_FILTEROP_RELATIVE_LT
, PT_FILTEROPS.PT_FILTEROP_RELATIVE_GT
, PT_FILTEROPS.PT_FILTEROP_RELATIVE_LTE
, PT_FILTEROPS.PT_FILTEROP_RELATIVE_GTE
. (For date-time comparisons with other operators, use the form of createComparisonQuery
that accepts an XPDateTime
.) IPTSearchFactory Interface | com.plumtree.server.search Namespace | IPTSearchFactory.createComparisonQuery Overload List