Solr is an open source enterprise search platform from the Apache Lucene project, written in Java.
Questions tagged [solr]
197 questions
0
votes
1 answer
I lost my password on lucidworks 1.7
I have installed lucidworks-enterprise-installer-1.7 on my ubuntu server at /etc/solr
it is working fine. but when i go to
http://XXX.YY.ZZZ.VV:8989/login
i can't login using the default username/password (admin/admin)... it seems i have changed…

Alaa Alomari
- 638
- 6
- 19
- 37
0
votes
1 answer
Ideas for a technical hands-on exam
I need to come up with a technical hands-on exam for a new sysadmin position in our company as part of our recruitment process. I'm looking for ideas to make an interesting exam to both check the candidates' technical aptitude but also make the job…

Max
- 3,523
- 16
- 53
- 71
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
- 6
- 19
- 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,022
- 2
- 13
- 18
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,022
- 2
- 13
- 18
0
votes
1 answer
How can I increase entropy in a Rhel 9.1 virtual machine running on Azure with the Rhel image hardened by the Centre for Internet Security?
I am having trouble running Solr 9.2 on the above virtual machine (Rhel9.1 on Azure, image from CIS).
The problem is low entropy as seen in the logs below:
Started Apache Solr 9.
Java 17 detected. Enabled workaround for SOLR-16463
Warning: Available…

Obirieni Simeo
- 11
- 3