mirror of https://github.com/apache/lucene.git
fix some out of date docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
22f37cf1f1
commit
1eaa40e7b4
|
@ -240,10 +240,7 @@ document.write("Last Published: " + document.lastModified);
|
|||
|
||||
<li>ANT 1.7.0 or greater.</li>
|
||||
|
||||
<li>JUnit 3.8.2 if you wish to run the unit tests.</li>
|
||||
|
||||
<li>CPU, Disk and Memory requirements are based on the many choices made in implementing Lucene (document size, number of documents, and number of hits retrieved to name a few.)
|
||||
The benchmarks page has some information related to performance on particular platforms.</li>
|
||||
<li>CPU, Disk and Memory requirements are based on the many choices made in implementing Lucene (document size, number of documents, and number of hits retrieved to name a few.)</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -15,9 +15,7 @@
|
|||
<ul>
|
||||
<li>Java 1.5.x or greater.</li>
|
||||
<li>ANT 1.7.0 or greater.</li>
|
||||
<li>JUnit 3.8.2 if you wish to run the unit tests.</li>
|
||||
<li>CPU, Disk and Memory requirements are based on the many choices made in implementing Lucene (document size, number of documents, and number of hits retrieved to name a few.)
|
||||
The benchmarks page has some information related to performance on particular platforms.</li>
|
||||
<li>CPU, Disk and Memory requirements are based on the many choices made in implementing Lucene (document size, number of documents, and number of hits retrieved to name a few.)</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>Contrib modules may have other requirements, refer to their documentation and build files for information.</p>
|
||||
|
|
Loading…
Reference in New Issue