Re: Multi-select faceting for nested documents

2021-01-25 Thread Alexandre Rafalovitch
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

RE: Run multiple (different) Solr versions on a server

2021-01-25 Thread Gael Jourdan-Weil
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?

Re: Multi-select faceting for nested documents

2021-01-25 Thread Lance Snell
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

Run multiple (different) Solr versions on a server

2021-01-25 Thread solr
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

Run multiple (different) Solr versions on a server

2021-01-25 Thread 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

Re: Unable to finish sending updates

2021-01-25 Thread Iana
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

Ghost Documents or Shards out of Sync

2021-01-25 Thread Ronen Nussbaum
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

Multi-select faceting for nested documents

2021-01-25 Thread Lance Snell
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