Solr 8.8.2 childFilter multiple conditions

2021-05-04 Thread Jonathan Bridges
Hello, With Solr 8.8.2 I am unable to provide more than one filter in the fl "childFilter" param. For example, fq={!parent which='docType:parent_doc_type'} docType: child_doc_type AND color: Red AND size: Large This fq will filter all parent documents which have child documents that are 'Red' a

Re: [VOTE] Solr Operator Logo

2021-05-04 Thread Houston Putman
Thank you everyone for voting. As David pointed out, and Christine relayed privately, there are some concerns about the usage of the Kubernetes trademark in the logo, and violations of some of their trademark rules. We will discuss this internally, and I will update this thread once decisions hav

Re: Solr equivalent of relational joins on nested documents

2021-05-04 Thread Timothy Potter
Did you try routing all docs for the same customer ID to the same shard (not block join), just docs of different types in the same shard based on customer ID and then using Joins? On Tue, May 4, 2021 at 4:06 AM Alain Rogister wrote: > > It sounds like nobody knows. Just one last try. Up ! > > Tx

Solr numerical searching on text field

2021-05-04 Thread Neha IndiaMART
Hi All, I have a query regarding the searching of numerical based searches in the solr text field. we have a text field (isq) which contains the description of a product. *product*: Elanpro Metal Mini Bar Solid Door Refrigerator, Top-Freezer, 2 To 12 Deg C *Definition of field:- * *Data ind

Re: Solr equivalent of relational joins on nested documents

2021-05-04 Thread Alain Rogister
It sounds like nobody knows. Just one last try. Up ! Tx On 2021/04/21 10:08:16, Alain Rogister wrote: > Hi, > > Imagine that you have been tasked with designing a Solr-based system that > indexes and queries data aggregated from several relational databases. All > the data items are ultimate

Solr - Multiple Collections with facets

2021-05-04 Thread Avi Steiner
This is a question related to Solr (8.8.x) with 2 types of data on a distributed environment. One type that rarely changes. Another type that is frequently changes. I'm having a Books collections with the following schema: Books - Title [Stored, indexed] - Author [Stored, indexed] - ISBN [Stor