Questions tagged [solr]

Solr is an open source enterprise search platform from the Apache Lucene project, written in Java.

190 questions
3
votes
3 answers

How to change base path of Solr example?

I've followed the Solr tutorial, but the URL they make you use is: http://localhost:8983/solr/ What is the most simple way to change this URL to: http://localhost:8983/foobar/
arussell84
  • 233
  • 3
  • 8
3
votes
1 answer

Apache2 + Solr: Tomcat or Jetty?

I have an (Ubuntu 10.4) server running Apache2 web server. So far so good, I have a few extensions setup just the way I hoped for, I'm happy. But now I'd like to try out Apache Solr because I'd rather work out the quirks to setup a nice robust…
wildpeaks
  • 465
  • 2
  • 11
3
votes
2 answers

how to enable access to port from network in ubuntu?

when i "netstat -an | grep LISTEN" i have line: tcp6 0 0 127.0.0.1:24030 :::* LISTEN i want it to be tcp6 0 0 ::24030 :::* LISTEN in other words i want to have…
Marek
  • 33
  • 1
  • 1
  • 3
3
votes
4 answers

What is a Servlet Container and how to install one?

I am about to order a VPS (virtual private server) from a provider, and I guess I have to install some Servlet Container right? I am about to use SOLR and my website is PHP MYSQL JAVASCRIPT based. How does an installation of a servlet container…
Anonymous12345
  • 1,012
  • 1
  • 12
  • 17
3
votes
1 answer

Can Linux RAID 1 account for high latency?

Scenario: we're running a large (3TB total in cluster) Solr installation in EC2. I'm only concerned about disk performance on the read side of things. We suspect that we are limited by disk I/O and specifically get problems when an EBS volume…
Kevin Peterson
  • 205
  • 1
  • 6
2
votes
2 answers

How to check if an IP address is EC2 instance

We have an IP address in configuration file (which hosts a solr server that accepts requests at a specific port). The developer who has added that IP address in the configuration file in the source code has left the company. I feel that it might be…
Vineel
  • 123
  • 1
  • 5
2
votes
0 answers

Installing Solr 6.5.0 on Ubuntu 16.04; can't access admin UI

I am trying to install Solr on an Ubuntu server. I followed this guide: https://www.howtoforge.com/tutorial/how-to-install-and-configure-solr-on-ubuntu-1604/ Everything appeared to work, except I cannot access the Solr admin. Attempting to access…
Kevin
  • 169
  • 1
  • 7
2
votes
1 answer

Restore Solr core on server restart?

When our Solr 5.5.4 server restarts, it loses any cores it was running with previously. When I try to re-create/re-add them using the original paths (via the web interface) I am told the core already exists and cannot be added. What am I missing?
James
  • 121
  • 5
2
votes
2 answers

solr 6.4.0 - Sorry, no dataimport-handler defined

I have installed solr 6.4.0 on ubuntu 16.04 LTS and want to use a configuration previously used on solr CLOUD 5.2.1 After creating a new core and linking the config files I can now see the core on the web interface and the files correctly under the…
merlin
  • 2,033
  • 11
  • 37
  • 72
2
votes
1 answer

Debian Solr Version

Looking into installing Solr on Debian, I've noticed the Debian packages are all for Solr 3.6.2, which is positively ancient, considering the latest stable version of Solr is 6.3.0. Is there any reason I should stick to the Debian-packaged…
Itai
  • 121
  • 4
2
votes
0 answers

Restoring Solr Cloud 4.7 index

I have a test environment which is created every morning and then destroyed every night. Part of the environment is a SolrCloud (version 4.7) instance connected to a remote Zookeeper cluster. The Solr instance has one shard and around 8 cores. Some…
wimnat
  • 299
  • 2
  • 10
2
votes
2 answers

Solrcloud: Error 500 after restart

I have 3 vm windows, on all of them is installed solr 5.4.0 and 3.4.6 zookeeper; the two services start automatically when the vm start. After reboot vms the solr does not respond correctly, it gives me error500: HTTP ERROR 500 Problem accessing…
kasher
  • 63
  • 1
  • 8
2
votes
0 answers

Memory usage in docker container - 600MB for OS only?

I am running docker swarm across two Debian 8 nodes, each with 1GB ram. I wanted to see how much memory was available to my application process (which will be a Solr server) so I did: docker-compose run solr bash In other words, instead of the solr…
Anentropic
  • 939
  • 2
  • 11
  • 17
2
votes
1 answer

What are the negatives of setting a high wait_timeout setting in MySQL?

I'm looking at the possibility of increasing the wait_timeout on a MySQL server in an effort to avoid a streaming JDBC SELECT in a Solr Data Import Handler from timing out after the default 28800 seconds. Note: Setting autoReconnect=true on the…
Brian
  • 135
  • 8
2
votes
0 answers

How to restrict access to the SolrCloud 5.3.x Admin UI?

I just installed SolrCloud 5.3.x and found that the way to secure the Admin UI has changed. Apparently there is a new plugin which does role based authentication and all info on how to secure the Admin UI found on the net is outdated. I do not need…
merlin
  • 2,033
  • 11
  • 37
  • 72
1 2
3
12 13