small update, adding links

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@208666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-06-30 19:26:13 +00:00
parent 5bf11bffaf
commit c223db7a29
2 changed files with 14 additions and 4 deletions

View File

@ -153,12 +153,13 @@ limitations under the License.
<blockquote>
<ul>
<li>ranked searching -- best results returned first</li>
<li>sorting by any field</li>
<li>many powerful query types: phrase queries, wildcard queries, proximity
queries, range queries and more</li>
<li>fielded searching (e.g., title, author, contents)</li>
<li>date-range searching</li>
<li>sorting by any field</li>
<li>multiple-index searching with merged results</li>
<li>allows simultaneous update and searching</li>
</ul>
</blockquote>
</p>
@ -174,8 +175,12 @@ limitations under the License.
<tr><td>
<blockquote>
<ul>
<li>Available as Open Source software under the
<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License</a>
which lets you use Lucene in both commercial and Open Source programs</li>
<li>100%-pure Java</li>
<li>implementations in other programming languages available that are index-compatible</li>
<li>implementations <a href="http://wiki.apache.org/jakarta-lucene/LuceneImplementations">in other
programming languages available</a> that are index-compatible</li>
</ul>
</blockquote>
</p>

View File

@ -21,19 +21,24 @@
<section name="Powerful, Accurate and Efficient Search Algorithms">
<ul>
<li>ranked searching -- best results returned first</li>
<li>sorting by any field</li>
<li>many powerful query types: phrase queries, wildcard queries, proximity
queries, range queries and more</li>
<li>fielded searching (e.g., title, author, contents)</li>
<li>date-range searching</li>
<li>sorting by any field</li>
<li>multiple-index searching with merged results</li>
<li>allows simultaneous update and searching</li>
</ul>
</section>
<section name="Cross-Platform Solution">
<ul>
<li>Available as Open Source software under the
<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License</a>
which lets you use Lucene in both commercial and Open Source programs</li>
<li>100%-pure Java</li>
<li>implementations in other programming languages available that are index-compatible</li>
<li>implementations <a href="http://wiki.apache.org/jakarta-lucene/LuceneImplementations">in other
programming languages available</a> that are index-compatible</li>
</ul>
</section>