You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 10:59:22 UTC

[lucene] branch main updated: LUCENE-9375: check gh actions

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 4ab4ab1  LUCENE-9375: check gh actions
     new 44833dc  Merge pull request #1 from dweiss/LUCENE-9375
4ab4ab1 is described below

commit 4ab4ab1e67308da8e2ae365fcf387e8e6b6d11ca
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Wed Mar 10 11:33:47 2021 +0100

    LUCENE-9375: check gh actions
---
 README.md | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/README.md b/README.md
index e6fe7fa..46637a3 100644
--- a/README.md
+++ b/README.md
@@ -15,26 +15,19 @@
     limitations under the License.
  -->
 
-# Apache Lucene and Solr
+# Apache Lucene
 
 Apache Lucene is a high-performance, full featured text search engine library
 written in Java.
 
-Apache Solr is an enterprise search platform written in Java and using Apache Lucene.
-Major features include full-text search, index replication and sharding, and
-result faceting and highlighting.
-
-
 [![Build Status](https://ci-builds.apache.org/job/Lucene/job/Lucene-Artifacts-master/badge/icon?subject=Lucene)](https://ci-builds.apache.org/job/Lucene/job/Lucene-Artifacts-master/) [![Build Status](https://ci-builds.apache.org/job/Lucene/job/Solr-Artifacts-master/badge/icon?subject=Solr)](https://ci-builds.apache.org/job/Lucene/job/Solr-Artifacts-master/)
 
-
 ## Online Documentation
 
 This README file only contains basic setup instructions.  For more
 comprehensive documentation, visit:
 
 - Lucene: <http://lucene.apache.org/core/documentation.html>
-- Solr: <http://lucene.apache.org/solr/guide/>
 
 ## Building with Gradle