From eca1e969f176870e2f96e891ec6644852e97f862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Mon, 22 Jul 2019 14:24:43 +0200 Subject: [PATCH] SOLR-6520: Replace old wiki link with versioned RefGuide link in version specific release docs (cherry picked from commit 369a5dc796e998f11fa5f76b40ade5aad8cff6ea) --- solr/site/index.xsl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/solr/site/index.xsl b/solr/site/index.xsl index 20eeea7f46c..c2ac0105afd 100644 --- a/solr/site/index.xsl +++ b/solr/site/index.xsl @@ -56,23 +56,23 @@ Documentation -

Solr is the popular, blazing fast open source enterprise search platform from the Apache Lucene project. - Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, - database integration, rich document (e.g., Word, PDF) handling, and geospatial search. Solr is highly scalable, - providing distributed search and index replication, and it powers the search and navigation features of many - of the world's largest internet sites.

-

Solr is written in Java and runs as a standalone full-text search server within a servlet container such as - Jetty. Solr uses the Lucene Java search library at its core for full-text indexing and search, and has REST-like - HTTP/XML and JSON APIs that make it easy to use from virtually any programming language. Solr's powerful external - configuration allows it to be tailored to almost any type of application without Java coding, and it has an extensive - plugin architecture when more advanced customization is required.

+

Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major + features include powerful full-text search, hit highlighting, faceted search and analytics, rich document + parsing, geospatial search, extensive REST APIs as well as parallel SQL. Solr is enterprise grade, secure and + highly scalable, providing fault tolerant distributed search and indexing, and powers the search and navigation + features of many of the world's largest internet sites.

+

Solr is written in Java and runs as a standalone full-text search server. Solr uses the Lucene Java search + library at its core for full-text indexing and search, and has REST-like JSON APIs that make it easy to use + from virtually any programming language. Solr's powerful configuration APIs and files allows it to be tailored + to almost any type of application without Java coding, and it has an extensive plugin architecture when more + advanced customization is required.

This is the official documentation for Apache Solr .

Reference Documents