Questions tagged [solr]

Solr is a free open source enterprise search platform developed by Apache.

Solr is a free open source enterprise search platform developed by Apache.

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.

Source:Apache Solr

26 questions
18
votes
1 answer

How to uninstall Solr

I used this DigitalOcean article to install Solr 5.3.1 in my system. It worked fine. Now I wish to uninstall it. How do I carry that out? All the existing articles seem to specify using apt-get but I can't find any solr-* packages to remove. I also…
6
votes
1 answer

How to install Latest version of Apache Solr on Ubuntu and how to uninstall

How to install Latest version of Apache Solr on Ubuntu and how to uninstall (remove) completely
Ravan
  • 9,567
3
votes
3 answers

Solr doesn't start and log file is getting deleted

solr-5.2.1 version My Java version: java version "1.8.0_66" Java(TM) SE Runtime Environment (build 1.8.0_66-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode) I used this url to install solr, did all steps but after sudo…
3
votes
1 answer

Can't use PHP extension Solr in Ubuntu 13.10 (Apache)

After I upgraded to Ubuntu 13.10, the local development version of my website stopped working with a PHP warning: include(SolrQuery.php): failed to open stream: No such file or directory I checked the pecl solr extension is installed: > sudo pecl…
Tom
  • 5,077
3
votes
1 answer

Setting up multiple cores for apache solr for Ubuntu 12.04 and Drupal 7

I'm setting up solr locally for my development purposes and integration with Drupal 7. I'm not very familiar with tomcat. My background has primarily been LAMP setups. So I went and installed the package provided by ubuntu for apache solr following…
2
votes
1 answer

nutch,solr and ubuntu server 12.04lts

I use Ubuntu server 12.04lts and i would know what version of nutch and solr can be compatible with it. Any solution please?
kadija
  • 21
2
votes
1 answer

Solr-Jetty on Ubuntu 12.04.3

I've installed a fresh Ubuntu 12.04.3 64bit and all current updates! And then installed the solr-jetty package, which I'm using successfully on Ubuntu for several month now. But it is not working anymore. The Jetty is starting but the Solr Server is…
2
votes
1 answer

How can I install a later version of solr-jetty via apt-get?

Using apt-get to install solr-jetty only gives me version 1.4 of Solr, but I would like to use one of the 3.x versions. I'm not yet confident enough to do a manual installation (something usually goes wrong or I end up irreversibly breaking…
James
  • 121
1
vote
1 answer

End-to-end Installation Script for Solr 6 on Ubuntu 16.x

I did a bit of digging around and only found a handful of long procedures like say the one on Digital Ocean for Ubuntu 14, which actually is pretty good. But there is still an awful lot of things to keep in mind. I dug up the usual sources, but…
1
vote
0 answers

Installation process of Apache Nutch in Ubuntu 16.04 , hadoop 2.6 already installed

What is the correct compatible format of Apache Nutch for Ubuntu 16.04 and hadoop 2.6 ? What is the installation process ?
1
vote
3 answers

Problem with installation of apache solr

I am trying to install apache solr and I am following this tutorial. The problem is when I am trying to run bin/install_solr_service.sh --strip-components=2 it tells that Supported OPTIONS include: -d Directory for live / writable Solr files,…
Horcrux
  • 11
1
vote
1 answer

install solr-4.2.1-src.tgz

I have installed JDK 1.7 in order to run solr. I downloaded solr and tried the following command tar xzf solr-4.2.1-src.tgz There was no change here though. But what is the next step to install ? I tried extracting it but i am unsure on the steps.…
sandy
  • 113
  • 1
  • 6
1
vote
1 answer

How to enable Apache Solr service on Rackspace Ubuntu Server?

We have setup Apache Solr on Rackspace dedicated ubuntu server. But, I think because of Firewall this service is not available. I tried adding following line as per Rackspace documentation: /sbin/iptables -I RH-Firewall-1-INPUT 1 -p tcp --dport 8983…
1
vote
0 answers

Process path shown by ps -ef doesn't exist

I'm in the process of tracing a process that autostarts on my machine so that I can stop it happening. I want to stop it because it's causing port 8983 clash with something else. $ ps -ef | grep solr and get: root 87178 87157 0 14:40 ? …
1
vote
0 answers

Is it possible to install Solr in Ubuntu Server 18.04 completely from repositories?

I'm looking into improving email search speed on my Dovecot server by integrating with Solr. On my servers, I try to keep as much of my software as possible installed from the repositories for ease of updating. I've noticed that there's a…
glibdud
  • 777
1
2