snappuller
Enterprise search server based on Lucene3 - common files
Install
- All systems
-
curl cmd.cat/snappuller.sh
- Debian
-
apt-get install solr-common
- Ubuntu
-
apt-get install solr-common
- Kali Linux
-
apt-get install solr-common
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install solr-common
- Raspbian
-
apt-get install solr-common
- Dockerfile
- dockerfile.run/snappuller
solr-common
Enterprise search server based on Lucene3 - common files
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 omitting dataimporthandler-extras, clustering, extraction and velocity due to missing dependencies. libmysql-java is necessary to connect the dataimporthandler to MySQL.