Questions tagged [solr]

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

197 questions
0
votes
1 answer

ubuntu server tar -xvf failed for solr.tar.gz

I am trying to extract solr server downloaded from https://www.apache.org/dyn/closer.lua/lucene/solr/7.7.2/solr-7.7.2.tgz But am getting an error on ubuntu server. gzip: stdin: not in gzip format I can confirm that I extracted this file with no…
Dr Deo
  • 157
  • 1
  • 8
0
votes
1 answer

Change WebApp ROOT application in tomcat 8 (No WAR file)

I am trying to change the ROOT application for another one that I installed using Maven but I do not achieve it, the application also uses apache solr. Is there any way to place both at root level? And if I would have to recompile it, what would the…
ayar
  • 1
0
votes
1 answer

In solr query hyphen is replaced with question mark

I have two different collections- test1 and test3 in SolrCloud. When I search for "BUG-123" in test1 I see following parsed query in debug section. "debug": { "rawquerystring": "\"BUG-123\"", "querystring": "\"BUG-123\"", "parsedquery":…
Shubhangi
  • 131
  • 1
0
votes
1 answer

Where is solr.xml on datastax 5 (dse)?

I have dse 5.0 setup with solr and I can't find solr.xml file in solr/home or solr web home. Where it stores solr.xml on dse ?
0
votes
1 answer

Search service installation on existing ColdFusion 11

We have ColdFusion 11 installed and working on production Windows Server 2012 R2 server. Search Services and Solr were not initially installed. What would be the steps to add them now? Is there a simple way to do it on a running system? Your input…
0
votes
1 answer

Importing Solr Cores from one old Solr to another

I have old version of Solr on one server. I have 4 Cores in it. I have installed new fresh Solr on new server. I have physically moved the old core directories as well, to new server Cores directory, but I cannot find a way to import them to new…
Farhan
  • 4,269
  • 11
  • 49
  • 80
0
votes
1 answer

Unknown Job Issue: Ubuntu Upstart Conf though syntax is ok

I am trying to run Apache Solr 4.10.4 as service in Ubuntu 14.04. I have written the following upstart conf file : sudo vim /etc/init/my-solr-job.conf # my-solr - Search Backend Engine description "my solr search engine" start on runlevel…
Pankaj Goyal
  • 131
  • 3
0
votes
1 answer

Dovecot Solr schema location on Ubuntu 16.04?

Short: where do I put the Dovecot solr-schema.xml on Ubuntu 16.04? Long: I'm currently setting up Dovecot, Postfix and a few other plugins to interact with each other. For FTS (Fast text search) I want to use Solr via the dovecot-solr (lucene)…
0
votes
1 answer

Jetty service fail on start in ubuntu 14

I install the solr-jetty package in a Ubuntu 14 container running in a cloud9 workspace. To install the package I run the following command: sudo apt-get install solr-jetty The installation doesn't return any error. Then I try to start solr with…
0
votes
1 answer

Create a Normal Non-Managed Schema in Solr

I have been scouring the internet trying to figure out how to create a Solr collection that does not use the managed schema. I want to be able to create what I am going to call a normal collection where I have to manually modify the schema.xml file…
Josh Pennington
  • 288
  • 1
  • 6
  • 21
0
votes
1 answer

Zookeeper will not join the cluster. How to apply patch/upgrade?

I am running a 3 node zookeeper ensemble on ubuntu 14.04. After noticing that node1 was not running, I had to remove the snapshots of this node and now the server did start, but refuses to join the cluster. This is the log from zookeeper: 2016-01-15…
merlin
  • 2,093
  • 11
  • 39
  • 78
0
votes
0 answers

Can't create cores on solr 5.2.x due to access rights

I have installed solr 5.2.1 on Ubuntu 14.04 LTS with Java 8.0_51 Somehow the system does not let me create cores. Not through the webmin interface and not through CLI. It seems to be an access right problem. I therefore created the data and conf…
merlin
  • 2,093
  • 11
  • 39
  • 78
0
votes
0 answers

Installing Solr on Debian 8.1

I managed to get Solr installed on my last server, but I can't seem to figure it out this time. I've followed the details here (not directly for Debian 8.1, but the same instructions worked on my Debian 7…
Andrew Newby
  • 1,102
  • 2
  • 25
  • 58
0
votes
1 answer

How to override default `solr.home` in XML files under `Catalina/localhost`?

I'm trying to configure two instances of Solr on the same host and I'd like to override solr.home for each instance. I've created two files under Catalina/localhost/ as suggested in Solr Tomcat wiki: $ cat solr-prod.xml
kenorb
  • 6,499
  • 2
  • 46
  • 54
0
votes
1 answer

ASP.NET/IIS <---> Solr/Tomcat setup on EC2 - "best practice" configuration

I am an ec2 newbie and deploying an asp.net application that interfaces with Apache solr (on Tomcat). In my dev environment I am running ASP.NET and Solr/Tomcat on my windows box. I am also thinking of using a single c3.2xlarge instance to run all…