~james-page/ubuntu/oneiric/solr/universe-housekeeping

« back to all changes in this revision

Viewing changes to debian/README

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-01-31 12:20:00 UTC
  • mfrom: (1.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090131122000-uita1ni48djgczhc
Tags: 1.2.0+ds2-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/patches/ubuntu_07_junit-ignore-online-tests.dpatch:
    * Do not fail in tests, if there is no internet connection.
  - debian/control, debian/rules
    * Re-enable solr-jetty package since Ubuntu still has jetty in archives.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
README for solr
2
 
---------------
3
 
 
4
 
Solr is an enterprise search server based on the Lucene Java library. The
5
 
Debian packaging of Solr consists of three binary packages:
6
 
- solr-common contains the Solr software itself and general configuration.
7
 
- solr-tomcat5.5 installs Solr as a servlet in Tomcat 5.5. After installation,
8
 
  point your browser to http://localhost:8180/solr/admin
9
 
  to see the Solr web administration interface.
10
 
- solr-jetty installs Solr as a servlet in Jetty. The Solr admin interface is at
11
 
  http://localhost:8280/solr/admin/
12
 
 
13
 
Solr-tomcat5.5 and solr-jetty use the same index files. If you remove solr-tomcat5.5 
14
 
and install solr-jetty, you keep the indexes. This implies that solr-tomcat5.5 and 
15
 
solr-jetty cannot be installed at the same time.
16
 
 
17
 
Jetty is broken: you need to add the line
18
 
  $(java.lib.home)/commons-el.jar
19
 
near the end of your /etc/jetty/start.config (see bug #352093).
20
 
 
21
 
Homepage: http://lucene.apache.org/solr/
22
 
 
23
 
Replication
24
 
-----------
25
 
Solr's replication scripts are installed into /usr/share/solr/scripts