-
We frequently get "can not sort on multivalued field" in the solr logs:
```
cyp@fido /project/lindat-dspace/installation/log $ grep "ERROR.*can not sort on multivalued field" solr.log* | tail -10
…
-
Good evening!
I tried to deploy a new installation of ACS 7.4 using the installer, on a ARM64 machine on AWS.
All containers work ok except Solr, I get this error:
` java.lang.UnsupportedClassV…
-
# `solr-init` container doesn't initialize Solr cores
- [X] I have tried with the latest version of Docker for Windows (Stable or Edge) or Docker Enterprise.
- [X] Windows version is at least 1809…
-
```
What steps will reproduce the problem?
1. I followed every steps listed in the [wiki][1]
2. started tomcat and waited until the timer kicked off and it did
3. saw 415 code in console and no data …
-
For ukwa/w3act#582, we need to add some fields to the Solr Collections instance, and to make things clearer this whole repo should be refactored to provide a Dockerized Solr server.
i.e. merge the …
-
Hello, I have recently worked on a customized tool that use Dataverse Installation Search API and I was questionning myself on some choices done in code.
My need was to find all datasets without o…
-
### User story
As a catalog user, I'd like to perform a search for items published in a particular location.
### Acceptance criteria
- [ ] We create a new multi-valued searchable solr field
…
-
I fired up an Ubuntu 11.04 instance, used
apt-get install tomcat6 solr-tomcat
to install the software, copied the schema.xml from my application (sunspot 2.0.0 / sunspot_solr 2.0.0) and restarted …
-
```
請教solr-4.6.0下想要使用jcseg遇到問題
jcseg-core-1.9.1.jar, jcseg.properties, jcseg-solr-1.9.1.jar,
lexicon語系目錄皆已放置在/root/solr-4.6.0/example/lib下
jcseg.properties裡的lexicon.path=/root/solr-4.6.0/example/li…
-
We are currently using a standard set of stop words when indexing, which may be inadequate for helping narrow down searches.
The basic process might be like:
1. Generate a list of distinct terms…