From c223db7a293d5789d8df0b94b07a9085d62f04a0 Mon Sep 17 00:00:00 2001
From: Daniel Naber
Date: Thu, 30 Jun 2005 19:26:13 +0000
Subject: [PATCH] small update, adding links
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@208666 13f79535-47bb-0310-9956-ffa450edef68
---
docs/features.html | 9 +++++++--
xdocs/features.xml | 9 +++++++--
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/docs/features.html b/docs/features.html
index c23a36c654e..99a5e3492b1 100644
--- a/docs/features.html
+++ b/docs/features.html
@@ -153,12 +153,13 @@ limitations under the License.
- ranked searching -- best results returned first
-- sorting by any field
- many powerful query types: phrase queries, wildcard queries, proximity
queries, range queries and more
- fielded searching (e.g., title, author, contents)
- date-range searching
+- sorting by any field
- multiple-index searching with merged results
+- allows simultaneous update and searching
@@ -174,8 +175,12 @@ limitations under the License.
+- Available as Open Source software under the
+ Apache License
+ which lets you use Lucene in both commercial and Open Source programs
- 100%-pure Java
-- implementations in other programming languages available that are index-compatible
+- implementations in other
+ programming languages available that are index-compatible
diff --git a/xdocs/features.xml b/xdocs/features.xml
index adbee1cec0f..7384033ac65 100644
--- a/xdocs/features.xml
+++ b/xdocs/features.xml
@@ -21,19 +21,24 @@
- ranked searching -- best results returned first
-- sorting by any field
- many powerful query types: phrase queries, wildcard queries, proximity
queries, range queries and more
- fielded searching (e.g., title, author, contents)
- date-range searching
+- sorting by any field
- multiple-index searching with merged results
+- allows simultaneous update and searching
+- Available as Open Source software under the
+ Apache License
+ which lets you use Lucene in both commercial and Open Source programs
- 100%-pure Java
-- implementations in other programming languages available that are index-compatible
+- implementations in other
+ programming languages available that are index-compatible
|