Enum xapian::constants::RangeProcessorFlags
source · pub enum RangeProcessorFlags {
RP_PREFIX,
RP_SUFFIX,
RP_REPEATED,
RP_DATE_PREFER_MDY,
}
Expand description
Enum of possible query operations #[repr(i32)]
Variants§
RP_PREFIX
RP_SUFFIX
as a suffix
RP_REPEATED
optionally allow str_ on both ends of the range - e.g. $1..$10 or 5m..50m.