From c5c408171df14c3ecdf561020b0dd9f58a3446aa Mon Sep 17 00:00:00 2001 From: Doug Cutting Date: Wed, 17 Jul 2002 23:26:26 +0000 Subject: [PATCH] Updated for the changes that I made earlier today. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149816 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index caa0d3d66ce..225b0778f4c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -23,13 +23,23 @@ $Id$ 5. Added support for new range query syntax to QueryParser.jj. (briangoetz) - 6. Added the ability to retrieve HTML documents' META tag values to HTMLParser.jj. + 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) + 8. Made many search methods and classes non-final, per requests. + This includes IndexWriter and IndexSearcher, among others. + (cutting) + + 9. Added class RemoteSearchable, providing support for remote + searching via RMI. The test class RemoteSearchableTest.java + provides an example of how this can be used. (cutting) + + 1.2 RC6 1. Changed QueryParser.jj to have "?" be a special character which