I don't have an answer, but I feel that maybe explaining the situation
in more details would help a bit more. Specifically, you explain your
data structure well, but not your actual presentation requirement in
enough details.
How would you like the multi-select to work, how it is working for you
n
Hi Walter,
>From a strict feasibility point of view, 2 totally separate Solr instances can
>perfectly run on the same server: this would be 2 distinct JVM process, I
>don't foresee any issue.
Nothing specific to look for except different ports, directories...
Do you mean using the same indexes?
Any examples would be greatly appreciated.
On Mon, Jan 25, 2021, 2:25 AM Lance Snell wrote:
> Hey all,
>
> I am having trouble finding current examples of multi-select faceting for
> nested documents. Specifically ones with *multiple *levels of nested
> documents.
>
> My current schema has a pa
Hi all,
is it possible to run multiple (different) Solr versions on a (Debian) server?
For development and production purposes I'd like to run
- a development version (Solr 8.7.0) and
- a productive version (Solr 7.4.0).
Which settings are available/necessary?
Thanks
Walter Claassen
Hi all,
is it possible to run multiple (different) Solr versions on a (Debian)
server?
For development and production purposes I'd like to run
- a development version (Solr 8.7.0) and
- a productive version (Solr 7.4.0).
Which settings are available/necessary?
Thanks
Walter Claassen
Hey Pavel,
Were you able to resolve this issue? We are facing the similar behaviour on
production cluster right now. Any insights are really appreciated.
Thank you,
Iana
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hi All,
I'm using Solr Cloud (version 8.3.0) with shards and replicas (replication
factor of 2).
Recently, I've encountered several times that running the same query
repeatedly yields different results. Restarting the nodes fixes the problem
(until next time).
I assume that some shards are not syn
Hey all,
I am having trouble finding current examples of multi-select faceting for
nested documents. Specifically ones with *multiple *levels of nested
documents.
My current schema has a parent document, two child documents(siblings), and
a grandchild document. I am using the JSON API.
Product