Mailing List Archive

cvs commit: jakarta-lucene CHANGES.txt
carlson 02/05/04 11:26:27

Modified: . CHANGES.txt
Log:
Reviewed cvs commit in mailling list and added changes to date.

Revision Changes Path
1.9 +17 -1 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- CHANGES.txt 27 Feb 2002 23:05:15 -0000 1.8
+++ CHANGES.txt 4 May 2002 18:26:27 -0000 1.9
@@ -1,6 +1,6 @@
Lucene Change Log

-$Id: CHANGES.txt,v 1.8 2002/02/27 23:05:15 otis Exp $
+$Id: CHANGES.txt,v 1.9 2002/05/04 18:26:27 carlson Exp $

1.2 RC5

@@ -13,6 +13,22 @@
2. Added MultiFieldQueryParser class. (Kelvin Tan, via otis)

3. Updated "powered by" links. (otis)
+
+ 4. Fixed instruction for setting up JavaCC - Bug #7017 (otis)
+
+ 5. Added throwing exception if FSDirectory could not create diectory - Bug 6914 (otis)
+
+ 6. Update MultiSearcher, MultiFieldParse, Constants, DateFilter, LowerCaseTokenizer javadoc (otis)
+
+ 7. Added fix to avoid NullPointerException in results.jsp (Mark Hayes via otis)
+
+ 8. Changed Wildcard search to find 0 or more char instead of 1 or more (Lee Mallobone via otis)
+
+ 9. Fixed error in offset issue in GermanStemFilter (otis)
+
+ 10. Added unit tests for wildcard search and DateFilter (otis)
+
+ 11. Allow co-existence of indexed and non-indexed fields with the same name (cutting/casper via otis)

1.2 RC4





--
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 02/05/06 11:10:55

Modified: . CHANGES.txt
Log:
- Gave Eugene and Rodrigo Reyes credit.

Revision Changes Path
1.10 +13 -7 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- CHANGES.txt 4 May 2002 18:26:27 -0000 1.9
+++ CHANGES.txt 6 May 2002 18:10:55 -0000 1.10
@@ -1,6 +1,6 @@
Lucene Change Log

-$Id: CHANGES.txt,v 1.9 2002/05/04 18:26:27 carlson Exp $
+$Id: CHANGES.txt,v 1.10 2002/05/06 18:10:55 otis Exp $

1.2 RC5

@@ -16,19 +16,25 @@

4. Fixed instruction for setting up JavaCC - Bug #7017 (otis)

- 5. Added throwing exception if FSDirectory could not create diectory - Bug 6914 (otis)
+ 5. Added throwing exception if FSDirectory could not create diectory
+ - Bug #6914 (Eugene Gluzberg via otis)

- 6. Update MultiSearcher, MultiFieldParse, Constants, DateFilter, LowerCaseTokenizer javadoc (otis)
+ 6. Update MultiSearcher, MultiFieldParse, Constants, DateFilter,
+ LowerCaseTokenizer javadoc (otis)

- 7. Added fix to avoid NullPointerException in results.jsp (Mark Hayes via otis)
+ 7. Added fix to avoid NullPointerException in results.jsp
+ (Mark Hayes via otis)

- 8. Changed Wildcard search to find 0 or more char instead of 1 or more (Lee Mallobone via otis)
+ 8. Changed Wildcard search to find 0 or more char instead of 1 or more
+ (Lee Mallobone, via otis)

- 9. Fixed error in offset issue in GermanStemFilter (otis)
+ 9. Fixed error in offset issue in GermanStemFilter - Bug #7412
+ (Rodrigo Reyes, via otis)

10. Added unit tests for wildcard search and DateFilter (otis)

- 11. Allow co-existence of indexed and non-indexed fields with the same name (cutting/casper via otis)
+ 11. Allow co-existence of indexed and non-indexed fields with the same name
+ (cutting/casper, via otis)

1.2 RC4





--
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 ]
briangoetz 02/05/06 17:24:22

Modified: . CHANGES.txt
Log:
Add query parser note

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

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- CHANGES.txt 6 May 2002 18:10:55 -0000 1.10
+++ CHANGES.txt 7 May 2002 00:24:22 -0000 1.11
@@ -1,6 +1,6 @@
Lucene Change Log

-$Id: CHANGES.txt,v 1.10 2002/05/06 18:10:55 otis Exp $
+$Id: CHANGES.txt,v 1.11 2002/05/07 00:24:22 briangoetz Exp $

1.2 RC5

@@ -35,6 +35,9 @@

11. Allow co-existence of indexed and non-indexed fields with the same name
(cutting/casper, via otis)
+
+ 12. Add escape character to query parser.
+ (briangoetz)

1.2 RC4





--
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 02/05/07 14:28:51

Modified: . CHANGES.txt
Log:
- Updated with an entry for a change just made in DateFilter.

Revision Changes Path
1.12 +6 -1 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- CHANGES.txt 7 May 2002 00:24:22 -0000 1.11
+++ CHANGES.txt 7 May 2002 21:28:51 -0000 1.12
@@ -1,6 +1,6 @@
Lucene Change Log

-$Id: CHANGES.txt,v 1.11 2002/05/07 00:24:22 briangoetz Exp $
+$Id: CHANGES.txt,v 1.12 2002/05/07 21:28:51 otis Exp $

1.2 RC5

@@ -38,6 +38,11 @@

12. Add escape character to query parser.
(briangoetz)
+
+ 13. Applied a patch that ensures that searches that use DateFilter
+ don't throw an exception when no matches are found. (David Smiley, via
+ otis)
+

1.2 RC4





--
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 ]
carlson 02/05/11 06:32:30

Modified: . CHANGES.txt
Log:
Add changes for unit test fixes

Revision Changes Path
1.13 +5 -3 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- CHANGES.txt 7 May 2002 21:28:51 -0000 1.12
+++ CHANGES.txt 11 May 2002 13:32:30 -0000 1.13
@@ -1,6 +1,6 @@
Lucene Change Log

-$Id: CHANGES.txt,v 1.12 2002/05/07 21:28:51 otis Exp $
+$Id: CHANGES.txt,v 1.13 2002/05/11 13:32:30 carlson Exp $

1.2 RC5

@@ -42,8 +42,10 @@
13. Applied a patch that ensures that searches that use DateFilter
don't throw an exception when no matches are found. (David Smiley, via
otis)
-
-
+
+ 14. Fixed bugs in DateFilter and wildcardquery unit tests. (cutting, otis, carlson)
+
+
1.2 RC4

1. Updated contributions section of website.




--
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 ]
carlson 02/05/14 08:24:05

Modified: . CHANGES.txt
Log:
Started new section of CHANGES.txt for RC6

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

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- CHANGES.txt 11 May 2002 13:32:30 -0000 1.13
+++ CHANGES.txt 14 May 2002 15:24:05 -0000 1.14
@@ -1,6 +1,10 @@
Lucene Change Log

-$Id: CHANGES.txt,v 1.13 2002/05/11 13:32:30 carlson Exp $
+$Id: CHANGES.txt,v 1.14 2002/05/14 15:24:05 carlson Exp $
+
+
+1.2 RC6
+

1.2 RC5





--
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 ]
carlson 02/05/20 08:45:38

Modified: . CHANGES.txt
Log:
Changed QueryParser.jj to have "?" be a special character which allowed it to be used as a wildcard term. Updated TestWildcard unit test also. (Ralf Hettesheimer via carlson)

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

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- CHANGES.txt 14 May 2002 15:24:05 -0000 1.14
+++ CHANGES.txt 20 May 2002 15:45:38 -0000 1.15
@@ -1,10 +1,13 @@
Lucene Change Log

-$Id: CHANGES.txt,v 1.14 2002/05/14 15:24:05 carlson Exp $
+$Id: CHANGES.txt,v 1.15 2002/05/20 15:45:38 carlson Exp $


1.2 RC6

+ 1. Changed QueryParser.jj to have "?" be a special character which
+ allowed it to be used as a wildcard term. Updated TestWildcard
+ unit test also. (Ralf Hettesheimer via carlson)

1.2 RC5





--
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 ]
carlson 2002/06/02 12:15:12

Modified: . CHANGES.txt
Log:
Updated files to reflect new 1.3-dev1 revision.

Revision Changes Path
1.16 +3 -1 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- CHANGES.txt 20 May 2002 15:45:38 -0000 1.15
+++ CHANGES.txt 2 Jun 2002 19:15:12 -0000 1.16
@@ -1,6 +1,8 @@
Lucene Change Log

-$Id: CHANGES.txt,v 1.15 2002/05/20 15:45:38 carlson Exp $
+$Id: CHANGES.txt,v 1.16 2002/06/02 19:15:12 carlson Exp $
+
+1.3 DEV1


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/06/05 11:42:46

Modified: . CHANGES.txt
Log:
- Added recent changes.

Revision Changes Path
1.17 +8 -1 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- CHANGES.txt 2 Jun 2002 19:15:12 -0000 1.16
+++ CHANGES.txt 5 Jun 2002 18:42:46 -0000 1.17
@@ -1,9 +1,16 @@
Lucene Change Log

-$Id: CHANGES.txt,v 1.16 2002/06/02 19:15:12 carlson Exp $
+$Id: CHANGES.txt,v 1.17 2002/06/05 18:42:46 otis Exp $

1.3 DEV1

+ 1. Fixed PriorityQueue's clear() method.
+ Fix for bug 9454, http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9454
+ (Matthijs Bomhoff via otis)
+
+ 2. Changed StandardTokenizer.jj grammar for EMAIL tokens.
+ Fix for bug 9015, http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9015
+ (Dale Anson via otis)

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>