Questions tagged [solr]

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

190 questions
0
votes
1 answer

Solr Read Timeout (only in production environment)

I am working with a Java application that uses SolrJ to index documents to a Solr server. In my local test environment, I run a local Solr instance on a Tomcat server on my windows xp box. When I run the Java app from a different Windows box, the…
Kyle
  • 101
  • 1
  • 3
0
votes
1 answer

Solr could not index my table from mysql

I have ubuntu server and mysql version 5.1.41-3ubuntu12.10-log. i need to run solr on my webserver. i have installed lucidworks-enterprise-installer-1.7 and mysql-connector-java-5.1.17-bin.jar on the webserver already. but i can't build the index…
Alaa Alomari
  • 638
  • 5
  • 18
  • 37
0
votes
2 answers

Help with Jetty crash log

Greetings, I am currently using solr as the backend behind a log aggregation and search system my team is developing. All was well and good until I noticed a test server crashing quite unexpectedly. We'd like to dig more into the incident but none…
user39530
  • 68
  • 5
0
votes
1 answer

different levels of security configuration for Apache SOLR

this is what we need for our SOLR instance 1) all urls except for select need ip as well as password restrictions 2) select url can be accessed from any ip but needs a password to be accessed. this password is different than the password used for…
Raj
  • 103
  • 4
0
votes
1 answer

how to establish connection between drupal and solr

I am working on technologies like drupal & solr.I have installed all required modules.but i need to know that how to crawl data from drupal.& how to form connector between drupal & solr.
netra
  • 1
  • 1
0
votes
2 answers

Solr dataimporthandler problem import data latin

I'm using Solr 1.4 and Tomcat6. DB mysql 5.1 store data latin. when i run dataimporthandler this data => view data in solr admin error font. 295 Tuấn Tú − ...
Alvin
  • 1
  • 1
0
votes
1 answer

Where can I find details on installing and using Solr on Tomcat using the solr-common and solr-tomcat packages?

I'm seeing lots of Solr/Tomcat installation instructions, but all of them install at least one of these packages from source. Since there's tomcat6, solr-common, and solr-tomcat packages (in Ubuntu 10.4), I'd love to use them, but I can't find any…
danieltalsky
  • 131
  • 5
0
votes
1 answer

Solr capacity on a single dedicated server

I have Solr running on a large Amazon EC2 Ubuntu instance. There are a number of other Rails services running on this EC2 instance too. Today, Solr choked and had to be restarted. Here is some more information: Number of documents: + 5…
jensendarren
  • 383
  • 2
  • 12
0
votes
1 answer

search options based on data

I write an example to be more practive. I need to know if it is possible to next search based on the data I have in my database, fulltextsearch engines in sqlserver-2008 or Apache Solr: Case 1: Data in the…
andres descalzo
  • 209
  • 2
  • 4
  • 11
0
votes
1 answer

Solr At Runtime

Is there any way that we don't have to run solr_start.bat on runtime. Means I want the user to search their queries in a website using solr search server and I want to run solr_start.bat automatically at the back end. Please help me out.
Romita
0
votes
2 answers

Password protect with apache2.conf works on files, but not on ports

I have changed the apache2.conf so that my website requires authentication. This works fine when typing the adress like this: www.domain.com or my_ip/ Problem is, I have Solr, which admin interface is on port 8983, so this: …
Anonymous12345
  • 1,012
  • 1
  • 12
  • 17
0
votes
1 answer

Ubuntu server; Backup of server and MySql database, and Solr database

How is backup done on ubuntu servers? I have a server (Ubuntu 9.10) which has apache2 installed, php5, mysql etc... The website is a classifieds website where all classifieds are stored in mysql and Solr. I need to backup this server with all…
Anonymous12345
  • 1,012
  • 1
  • 12
  • 17
0
votes
1 answer

List of services affected by the Apache Log4jshell Vulnerability

Does there yet exist a list of software that is potentially affected by the Apache Log4jshell vulnerability (CVE-2021-44228) that was announced last Friday? As someone managing a number of servers with lots of different software running on them it…
twhitney
  • 33
  • 6
0
votes
0 answers

Dovecot slow searching a huge mailbox

We store a bcc of every outsent mail in a mailbox and we store the Message-ID in our DB. We have a web page that gets the sent mail from imap using the message-id using "SEARCH HEADER Message-ID " On our old Zimbra mail server this was reasonably…
user997904
  • 161
  • 3
0
votes
1 answer

Dovecot FTS by Apache Solr: How to secure Solr?

I set up a Solr server on my Debian 10 VPS to do Full Text Search in my email archiv with email clients. I use Dovecot as IMAP server on the same host. Everythings works fine so far. But what I don't understand is: How to secure Solr? By default…
alf-on
  • 1
  • 1
  • 3
1 2 3
12
13