Mailing List Archive

RE: cvs commit: jakarta-lucene/src/java/org/apache/lucene/store F SDirectory.java
Thanks for making all these cleanups, Otis!

One comment:

> From: otis@apache.org [mailto:otis@apache.org]
> Sent: Wednesday, February 13, 2002 5:47 PM
> To: jakarta-lucene-cvs@apache.org
> Subject: cvs commit: jakarta-lucene/src/java/org/apache/lucene/store
> FSDirectory.java
>
> [ ... ]
> + * Examples of appropriately formatted queries can be
> found in the <a
> + *
> href="http://cvs.apache.org/viewcvs/jakarta-lucene/src/test/or
g/apache/lucene/queryParser/TestQueryParser.java?rev=1&content-type=text/vnd
.viewcvs-> markup">test cases</a>.
> + * </p>

The source code is available on the Lucene website as:
http://jakarta.apache.org/lucene/src/
so this reference can instead be

http://jakarta.apache.org/lucene/src/test/org/apache/lucene/queryParser/Test
QueryParser.java

This is preferable, since it the update of this source is coordinated with
updates to the documentation. So, for example, if someone extends query
syntax they might check in test cases to CVS long before a new release is
made containing these and the query documentation is updated.

Doug

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