Questions tagged [solr9]
22 questions
0
votes
1 answer
Start solr cloud and attach to existing collection
I'm trying to run solr 9 on windows. I've created a collection and indexed some files but cannot figure out how to start solr in cloud mode and connect to my existing collection. The docs don't show any argument for something like this:
solr start…

mrcrag
- 310
- 3
- 16
0
votes
0 answers
solr 9 on ubuntu - bad permissions
I'm trying to set up a solr cloud instance on ubuntu and am having this issue (5 years later, under solr 9): solr installation, cannot start examples
The suggested solution (chown solr.solr...) does not work for me, nor can I run solr as root.
As a…

mrcrag
- 310
- 3
- 16
0
votes
1 answer
Solr 9 UI not loading but working with CLI
Recently updated the solr version from 8.4.1 to 9.0.0 on EC2 Linux AMI 2.
I'm getting the result when i'm using the cli using the localhost domain-> curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET…
0
votes
1 answer
Define custom field type in Solr Cloud Mode [Solr Source]
I'm working with Solr source code trying to implement my own custom field types for my schema. How can I make this work in Solr cloud? With the original Solr legacy files I know I should just edit Solr's xml config files and do sth like this, but…

jetski
- 182
- 2
- 16
0
votes
1 answer
Solr 9 - 404 when auto indexing
I have Solr 9 installed and working (on Windows 10) after following these tutorials - https://solr.apache.org/guide/solr/latest/getting-started/solr-tutorial.html
I'm using the techproducts_config that comes with the install and is supposed to…

mrcrag
- 310
- 3
- 16
-1
votes
1 answer
How To configure apache solr 9.0.0 dataimport handler
I am not getting correct way of configure dataimport handler.
i want to import mysql AND SQL server dataimport in solr.
Want to import mysql database in solr version.
or migrate solr version 8 to 9.
I was configure dataimport handler old way but…