
Solr is an open source enterprise search server based on the lucene java search library, with xml/http and json apis, hit highlighting, faceted search, caching, replication, and a web administration interface. it runs in a java servlet container such as tomcat.
this package provides the common files for solr. install solr-tomcat or solr-jetty to use solr under tomcat or jetty.
this package also contains the dataimporthandler contrib while omiting dataimporthandler-extras, clustering, extraction and velocity due to missing dependencies.
libmysql-java is necessary to connect the dataimporthandler to mysql.