From 4ab4ab1e67308da8e2ae365fcf387e8e6b6d11ca Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Wed, 10 Mar 2021 11:33:47 +0100 Subject: [PATCH] LUCENE-9375: check gh actions --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index e6fe7faec6e..46637a3c67a 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: -- Solr: ## Building with Gradle