Mailing List Archive

cvs commit: jakarta-lucene CHANGES.txt
otis 2002/07/14 20:58:06

Modified: . CHANGES.txt
Log:
- Recorded today's changes.

Revision Changes Path
1.23 +5 -1 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- CHANGES.txt 29 Jun 2002 22:34:09 -0000 1.22
+++ CHANGES.txt 15 Jul 2002 03:58:06 -0000 1.23
@@ -26,6 +26,10 @@
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




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene CHANGES.txt [ In reply to ]
cutting 2002/07/17 16:26:26

Modified: . CHANGES.txt
Log:
Updated for the changes that I made earlier today.

Revision Changes Path
1.24 +12 -2 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- CHANGES.txt 15 Jul 2002 03:58:06 -0000 1.23
+++ CHANGES.txt 17 Jul 2002 23:26:26 -0000 1.24
@@ -23,12 +23,22 @@
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





--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene CHANGES.txt [ In reply to ]
otis 2002/07/24 23:11:35

Modified: . CHANGES.txt
Log:
- Ch ch ch changes....to GermanStemmer.

Revision Changes Path
1.26 +7 -2 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- CHANGES.txt 18 Jul 2002 14:40:51 -0000 1.25
+++ CHANGES.txt 25 Jul 2002 06:11:35 -0000 1.26
@@ -34,7 +34,7 @@
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)
@@ -42,6 +42,11 @@
10. Added PhrasePrefixQuery (and supporting MultipleTermPositions). The
test class TestPhrasePrefixQuery provides the usage example.
(Anders Nielsen via otis)
+
+ 11. Changed the stemming algorithm to ignore case while stripping. The
+ algorithm is faster and produces more equal stems from nouns and verbs
+ derived from the same word.
+ (gschwarz)

1.2 RC6





--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene CHANGES.txt [ In reply to ]
cutting 2002/07/26 10:32:54

Modified: . CHANGES.txt
Log:
Clarified a change message.

Revision Changes Path
1.27 +4 -4 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- CHANGES.txt 25 Jul 2002 06:11:35 -0000 1.26
+++ CHANGES.txt 26 Jul 2002 17:32:54 -0000 1.27
@@ -43,9 +43,9 @@
test class TestPhrasePrefixQuery provides the usage example.
(Anders Nielsen via otis)

- 11. Changed the stemming algorithm to ignore case while stripping. The
- algorithm is faster and produces more equal stems from nouns and verbs
- derived from the same word.
+ 11. Changed the German stemming algorithm to ignore case while
+ stripping. The new algorithm is faster and produces more equal
+ stems from nouns and verbs derived from the same word.
(gschwarz)

1.2 RC6




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>