update for Lucene 1.9

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@216241 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-07-13 21:08:05 +00:00
parent 9ea49db638
commit 2b9e6b6252
2 changed files with 10 additions and 6 deletions

View File

@ -121,9 +121,11 @@ limitations under the License.
<tr><td>
<blockquote>
<p>
Lucene has a number of properties that can be tuned. They can be adjusted
either programmatically, using the Lucene API, or their default values can be
set via system properties described in this document.
Lucene has a number of properties that can be tuned. They can be adjusted either
programmatically, using the Lucene API, or their default values can be set via
system properties (only up to including Lucene 1.4) described in this document. Starting
with Lucene 1.9, the system properties are not supported anymore and the API
(i.e. the get/set methods) should be used directly.
</p>
</blockquote>
</p>

View File

@ -8,9 +8,11 @@
<section name="About this Document">
<p>
Lucene has a number of properties that can be tuned. They can be adjusted
either programmatically, using the Lucene API, or their default values can be
set via system properties described in this document.
Lucene has a number of properties that can be tuned. They can be adjusted either
programmatically, using the Lucene API, or their default values can be set via
system properties (only up to including Lucene 1.4) described in this document. Starting
with Lucene 1.9, the system properties are not supported anymore and the API
(i.e. the get/set methods) should be used directly.
</p>
</section>