Mailing List Archive

cvs commit: jakarta-lucene CHANGES.txt
otis 2002/06/21 09:41:38

Modified: . CHANGES.txt
Log:
- Updated with information about changes that allow lock creation to be disabled.

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

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- CHANGES.txt 5 Jun 2002 18:42:46 -0000 1.17
+++ CHANGES.txt 21 Jun 2002 16:41:38 -0000 1.18
@@ -12,6 +12,10 @@
Fix for bug 9015, http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9015
(Dale Anson via otis)

+ 3. Added the ability to disable lock creation by using disableLocks system
+ property. This is useful for read-only media, such as CD-ROMs.
+ (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 ]
carlson 2002/06/21 09:54:00

Modified: . CHANGES.txt
Log:
Updated Changes to include information about add id method in Hits

Revision Changes Path
1.19 +5 -2 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- CHANGES.txt 21 Jun 2002 16:41:38 -0000 1.18
+++ CHANGES.txt 21 Jun 2002 16:54:00 -0000 1.19
@@ -15,7 +15,10 @@
3. Added the ability to disable lock creation by using disableLocks system
property. This is useful for read-only media, such as CD-ROMs.
(otis)
-
+
+ 4. Added id method to Hits to be able to access the index global id.
+ Required for sorting options. (carlson)
+
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 ]
otis 2002/06/27 09:30:20

Modified: . CHANGES.txt
Log:
- Updated an existing item.

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

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- CHANGES.txt 21 Jun 2002 16:54:00 -0000 1.19
+++ CHANGES.txt 27 Jun 2002 16:30:20 -0000 1.20
@@ -12,8 +12,8 @@
Fix for bug 9015, http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9015
(Dale Anson via otis)

- 3. Added the ability to disable lock creation by using disableLocks system
- property. This is useful for read-only media, such as CD-ROMs.
+ 3. Added the ability to disable lock creation by using disableLuceneLocks
+ system property. This is useful for read-only media, such as CD-ROMs.
(otis)

4. Added id method to Hits to be able to access the index global id.




--
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/29 15:10:37

Modified: . CHANGES.txt
Log:
- Recorded HTMLParser.jj changes.

Revision Changes Path
1.21 +6 -2 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- CHANGES.txt 27 Jun 2002 16:30:20 -0000 1.20
+++ CHANGES.txt 29 Jun 2002 22:10:37 -0000 1.21
@@ -17,7 +17,11 @@
(otis)

4. Added id method to Hits to be able to access the index global id.
- Required for sorting options. (carlson)
+ Required for sorting options.
+ (carlson)
+
+ 5. Added the ability to retrieve HTML documents' META tag values to HTMLParser.jj.
+ (Mark Harwood 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>
cvs commit: jakarta-lucene CHANGES.txt [ In reply to ]
otis 2002/06/29 15:34:09

Modified: . CHANGES.txt
Log:
- Recorded Brian's change to QueryParser.jj for range query syntax.

Revision Changes Path
1.22 +14 -11 jakarta-lucene/CHANGES.txt

Index: CHANGES.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- CHANGES.txt 29 Jun 2002 22:10:37 -0000 1.21
+++ CHANGES.txt 29 Jun 2002 22:34:09 -0000 1.22
@@ -15,18 +15,21 @@
3. Added the ability to disable lock creation by using disableLuceneLocks
system property. This is useful for read-only media, such as CD-ROMs.
(otis)
-
+
4. Added id method to Hits to be able to access the index global id.
Required for sorting options.
(carlson)

- 5. Added the ability to retrieve HTML documents' META tag values to HTMLParser.jj.
+ 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.
(Mark Harwood via otis)
-
+
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
+ allowed it to be used as a wildcard term. Updated TestWildcard
unit test also. (Ralf Hettesheimer via carlson)

1.2 RC5
@@ -43,10 +46,10 @@

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

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

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

7. Added fix to avoid NullPointerException in results.jsp
@@ -63,16 +66,16 @@
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.
+ 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)
-
+
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>