Intermittent multi core creation failure from a configset

2022-03-31 Thread Hari Iyer
Hi, I have a batch process that indexes/re-indexes multiple cores from a database where each core data is processed by one thread. I am using solr 8.11.1. I get the following SAX parse exception (see below) on the managed schema when creating any one of the cores. At times, I get a “Unable to cr

Facet domain change filter capabilities

2021-06-10 Thread Hari Iyer
Hi, Is it possible to filter the changed domain (child) documents using fields from the original domain (parent) when faceting? Consider an example of Order documents which have OrderItem documents as children (block join/nested). Order -> fields: customerId, orderdate, type OrderItem -> fields:

RE: Solr 8.8.2 childFilter multiple conditions

2021-05-21 Thread Hari Iyer
I have the same problem and I solved it using the subquery result transformer e.g. fl=*, mychild:[subquery] query params as follows: mychild.q= {!terms v=$row.instanceid f=instanceid}&mychild.fq=(contenttype:blah AND quantity:5) From: Jonathan Bridges Sent: Tuesday