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>
|
<blockquote>
|
||||||
<ul>
|
<ul>
|
||||||
<li>ranked searching -- best results returned first</li>
|
<li>ranked searching -- best results returned first</li>
|
||||||
<li>sorting by any field</li>
|
|
||||||
<li>many powerful query types: phrase queries, wildcard queries, proximity
|
<li>many powerful query types: phrase queries, wildcard queries, proximity
|
||||||
queries, range queries and more</li>
|
queries, range queries and more</li>
|
||||||
<li>fielded searching (e.g., title, author, contents)</li>
|
<li>fielded searching (e.g., title, author, contents)</li>
|
||||||
<li>date-range searching</li>
|
<li>date-range searching</li>
|
||||||
|
<li>sorting by any field</li>
|
||||||
<li>multiple-index searching with merged results</li>
|
<li>multiple-index searching with merged results</li>
|
||||||
|
<li>allows simultaneous update and searching</li>
|
||||||
</ul>
|
</ul>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</p>
|
</p>
|
||||||
|
@ -174,8 +175,12 @@ limitations under the License.
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<ul>
|
<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>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>
|
</ul>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -21,19 +21,24 @@
|
||||||
<section name="Powerful, Accurate and Efficient Search Algorithms">
|
<section name="Powerful, Accurate and Efficient Search Algorithms">
|
||||||
<ul>
|
<ul>
|
||||||
<li>ranked searching -- best results returned first</li>
|
<li>ranked searching -- best results returned first</li>
|
||||||
<li>sorting by any field</li>
|
|
||||||
<li>many powerful query types: phrase queries, wildcard queries, proximity
|
<li>many powerful query types: phrase queries, wildcard queries, proximity
|
||||||
queries, range queries and more</li>
|
queries, range queries and more</li>
|
||||||
<li>fielded searching (e.g., title, author, contents)</li>
|
<li>fielded searching (e.g., title, author, contents)</li>
|
||||||
<li>date-range searching</li>
|
<li>date-range searching</li>
|
||||||
|
<li>sorting by any field</li>
|
||||||
<li>multiple-index searching with merged results</li>
|
<li>multiple-index searching with merged results</li>
|
||||||
|
<li>allows simultaneous update and searching</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section name="Cross-Platform Solution">
|
<section name="Cross-Platform Solution">
|
||||||
<ul>
|
<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>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>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue