From 2aafe40de8df2eced9b01d4dccb38d86839db915 Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Sun, 2 Mar 2003 02:48:45 +0000 Subject: [PATCH] - Tatu's QueryParser changes. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149957 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 83cc9c70031..ccbf9019316 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -158,6 +158,11 @@ $Id$ fails on Windows JVMs. (Matt Tucker via otis) + 25. Refactored QueryParser to make it easier for people to extend it. + Added the ability to automatically lower-case Wildcard terms in + the QueryParser. + (Tatu Saloranta via otis) + 1.2 RC6