Displaying 1 result from an estimated 1 matches for "numericvaluerangeprocessor".
2015 Sep 09
2
custom ValueRangeProcessor in Perl?
...to define my own classes does not result
in the methods being called when performing a query.
I suppose I can workaround this by parsing the query string myself by
translating the dates with DateTimeX::Easy to Unix epochs which are
compatible with timestamp value field in my database for use with
NumericValueRangeProcessor.
Reading the source to sup (Ruby Xapian mail client[1]), it seems to do
this workaround (using the Chronic date parsing library).
Below are my attempts at making my own ValueRangeProcessor class.
Thanks in advance for any help or pointers you can provide.
Disclaimer: I am not knowledgeable in X...