mirror of https://github.com/apache/lucene.git
SOLR-3288: dangling sentence and formatting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1347323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b9d51ab793
commit
c876896b59
|
@ -56,12 +56,15 @@ To follow along with this tutorial, you will need...
|
|||
|
||||
<li>Java 1.6 or greater. Some places you can get it are from
|
||||
<a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Oracle</a>,
|
||||
<a href="http://openjdk.java.net/">Open JDK</a>,
|
||||
<a href="http://www.ibm.com/developerworks/java/jdk/">IBM</a>, or
|
||||
<br />
|
||||
Running <span class="codefrag">java -version</span> at the command line should indicate a version
|
||||
number starting with 1.6. Gnu's GCJ is not supported and does not work with Solr.
|
||||
</li>
|
||||
<a href="http://openjdk.java.net/">Open JDK</a>, or
|
||||
<a href="http://www.ibm.com/developerworks/java/jdk/">IBM</a>.
|
||||
<ul>
|
||||
<li>Running <span class="codefrag">java -version</span> at the command
|
||||
line should indicate a version number starting with 1.6.
|
||||
</li>
|
||||
<li>Gnu's GCJ is not supported and does not work with Solr.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>A <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">Solr release</a>.
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue