Displaying 1 result from an estimated 1 matches for "get_op_name".
2006 Dec 06
1
Bug and patch for +terms with wildcards
.../** Simplify any matchnothing subqueries, either eliminating them,
+ * or setting this query to matchnothing, depending on the query
+ * operator.
+ */
+ void simplify_matchnothing();
+
/** Get a string describing the given query type.
*/
static std::string get_op_name(Xapian::Query::Internal::op_t op);
Index: ChangeLog
===================================================================
--- ChangeLog (revision 7553)
+++ ChangeLog (working copy)
@@ -1,3 +1,24 @@
+Tue Dec 05 22:25:28 GMT 2006 Richard Boulton <richard at lemurconsulting.com>
+
+ * quer...