From fa9202e1622494c0c173633c5b138aa2202689dc Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 24 May 2024 17:29:59 +0000 Subject: [PATCH] move Apache Solr to Search Engines (#716) - improve description (use wikipedia description https://en.wikipedia.org/wiki/Apache_Solr) --- software/apache-solr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/apache-solr.yml b/software/apache-solr.yml index 39f390a422..5219902ca9 100644 --- a/software/apache-solr.yml +++ b/software/apache-solr.yml @@ -1,6 +1,6 @@ name: Apache Solr website_url: https://lucene.apache.org/solr/ -description: Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene. +description: Enterprise search platform featuring full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, and rich document (e.g., Word, PDF) handling. licenses: - Apache-2.0 platforms: @@ -8,7 +8,7 @@ platforms: - Docker - K8S tags: - - Miscellaneous + - Search Engines source_code_url: https://github.com/apache/solr stargazers_count: 1035 updated_at: '2024-05-23'