From 47fc87d4cbf4fa1fd54fd4376d1e4c2e955c9e40 Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Mon, 15 Jul 2002 03:58:06 +0000 Subject: [PATCH] - Recorded today's changes. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149812 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 524a4cadbdf..caa0d3d66ce 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -26,6 +26,10 @@ $Id$ 6. Added the ability to retrieve HTML documents' META tag values to HTMLParser.jj. (Mark Harwood via otis) + 7. Modified QueryParser to make it possible to programmatically specify the + default Boolean operator (OR or AND). + (Péter Halácsy via otis) + 1.2 RC6 1. Changed QueryParser.jj to have "?" be a special character which