You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2013/04/26 21:51:08 UTC

svn commit: r1476361 - /lucene/cms/trunk/content/solr/index.mdtext

Author: rmuir
Date: Fri Apr 26 19:51:08 2013
New Revision: 1476361

URL: http://svn.apache.org/r1476361
Log:
Tomcat->Jetty to reflect reality of what is actually tested

Modified:
    lucene/cms/trunk/content/solr/index.mdtext

Modified: lucene/cms/trunk/content/solr/index.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/index.mdtext?rev=1476361&r1=1476360&r2=1476361&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/index.mdtext (original)
+++ lucene/cms/trunk/content/solr/index.mdtext Fri Apr 26 19:51:08 2013
@@ -2,11 +2,11 @@ Title: Apache Solr
 
 Solr<span style="vertical-align: super; font-size: xx-small">TM</span> is the popular, blazing fast open source enterprise search platform from the Apache Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> project. Its major features include powerful full-text search, hit highlighting, faceted search, near real-time indexing, dynamic clustering, database integration, rich document (e.g., Word, PDF) handling, and geospatial search. Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr 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 Tomcat. 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 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.
 
 See the complete feature list for more details.
 
 For more information about Solr, please see the [Solr wiki][1].
 
 
-  [1]: http://wiki.apache.org/solr/
\ No newline at end of file
+  [1]: http://wiki.apache.org/solr/