mirror of https://github.com/apache/lucene.git
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:
parent
5bf11bffaf
commit
c223db7a29
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue