-
...We need to test whether a plain-old-backup of Solr works.
1. Back up Solr.
2. Create a new Solr container.
3. Restore the backup into the new container's data directory.
4. Test all of the Solr cor…
JRice updated
11 months ago
-
**What should be done in the scope of this task?**
Make EXT:solr backend modules compatible with TYPO3 12 and TYPO3 13, eliminate deprecations.
-
## User Story
In order to be able to recover from a failed SOLR cloud, data.gov admins want a warm SOLR cloud standby that we could switch to in order to keep the site up.
## Acceptance Criteria…
-
```
docker run -d -v "$PWD/solrdata:/var/solr" -p 8983:8983 --name my_solr solr:8 solr-precreate gettingstarted
```
This command runs and the shutdown right after.
-
On line https://github.com/AtlasOfLivingAustralia/ala-install/blob/master/ansible/roles/solr5/tasks/main.yml#L95
/data should be replace by {{data_dir}}, isn't it?
`url="{{ solr_base_url }}/solr/adm…
JeGoi updated
5 years ago
-
APP Servers:
- [x] provision 3 new VMs
- [x] request new SSL certs containing ALL app names, derivatives, FQDNs
(newcatalog, search, bestbets, holdings, etc.)
- [x] make sure search redirect is in p…
-
## Current behavior
The rejection system is showing success on dev instance even though rejection was not successful.
https://jam.dev/c/370a4cf9-2fda-4483-89f7-cd711a8037e9
-
Solr instance is hard coded to run at localhost. This should be configurable.
Existing references to Solr API URL:
~~~php
$solrPath = $this->getIndexName();
$baseUrl = 'http://localhost:8983…
-
Hi!
We use `solr 5.x` and `spring-data-solr`. I try to understand is it possible to use multi-core in multi-tenancy mode.
We have several tenants and we want to have a single solr core per tenant. …
-
I'm attempting to use Drupal 10.0.3 with Search API 4.2.10.
I followed the instructions on the README, but after I set the number of shards to 3 and submit (while trying to upload a new config set …