[Xapian-devel] NumberValueRangeProcessor documentation

James Aylett james-xapian at tartarus.org
Mon Jan 21 07:40:35 GMT 2008


I think we want to apply the following patch to make the
NumberValueRangeProcessor documentation (a) make sense, and (b)
accurate:

----------------------------------------------------------------------
--- include/xapian/queryparser.h        (revision 9993)
+++ include/xapian/queryparser.h        (working copy)
@@ -213,7 +213,7 @@
      *
      *  For example, if str_ is "$" and prefix_ is true, and the range
      *  processor has been added to the queryparser, the queryparser will
-     *  accept "$10..50" or "$10..50", but not "10..50" or "10..$50" as valid
+     *  accept "$10..50" or "$10..$50", but not "10..50" or "10..$50" as valid
      *  ranges.  If str_ is "kg" and prefix_ is false, the queryparser will
      *  accept "10..50kg" or "10kg..50kg", but not "10..50" or "10kg..50" as
      *  valid ranges.
----------------------------------------------------------------------

J

-- 
/--------------------------------------------------------------------------\
  James Aylett                                                  xapian.org
  james at tartarus.org                               uncertaintydivision.org



More information about the Xapian-devel mailing list