Re: Aligning Shards from different Collections on the same Solr server based on Date Range

2021-07-09 Thread Joel Bernstein
Can you solve this problem by adding all documents into the same collection and performing self joins. You could add a field called rec_type to differentiate between the records. There are two good reasons for wanting to do this. 1) This allows you to route by the join key and easily co-locate re

Re: Microsoft.sqlserver.jdbc.SQLServerException on SOLR after upgrading SQL Server from 2012 --> 2019

2021-07-09 Thread Dwane Hall
Hey Lulu, While this is not a Solr specific issue I suspect your server is not configured to accept connections over older TLS/SSL versions but without seeing the handshake it can only be an assumption. So in this instance setting your client to handshake over TLS 1.1 is not going to fix your

Re: Aligning Shards from different Collections on the same Solr server based on Date Range

2021-07-09 Thread Matt Kuiper
Thanks Joel! On my list is to investigate Block Joins and Nested Child docs. https://solr.apache.org/guide/8_8/other-parsers.html#block-join-query-parsers https://solr.apache.org/guide/8_8/indexing-nested-documents.html#indexing-nested-documents However, it looks like you are not suggesting usi

Re: Aligning Shards from different Collections on the same Solr server based on Date Range

2021-07-09 Thread Joel Bernstein
Block join is another option. If that works for you, from an indexing standpoint, it's the most performant query time join. If block indexing doesn't work for you then the optimized self join is almost as fast. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Jul 9, 2021 at 11:31 AM Matt K

Solr operator and pod disruption budget

2021-07-09 Thread Joel Bernstein
WIth the Solr operator I see there is an updateStrategy for the managed Solr upgrades. But I don't see anything mentioned about pod disruption budgets. I saw that a Zookeeper pod disruption budget is installed with the Zookeeper that deploys with the Solr operator but I didn't see one for Solr. Do

Re: Solr operator and pod disruption budget

2021-07-09 Thread Houston Putman
Unfortunately the podDisruptionBudget isn't so useful for Solr applications. If we are merely talking about doing restarts of the Pod Spec (which could include the OS that the Solr image uses), then the updateStrategy takes care of that very well. If you are talking about doing upgrades of the Kub

Re: Solr operator and pod disruption budget

2021-07-09 Thread Joel Bernstein
Thanks Houston, that answers my question perfectly. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Jul 9, 2021 at 12:02 PM Houston Putman wrote: > Unfortunately the podDisruptionBudget isn't so useful for Solr > applications. > > If we are merely talking about doing restarts of the Po

Re: Solr Phonetic Search funny

2021-07-09 Thread David Smiley
Using debug=all you can review in what field(s) the match was on. That should give clues. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Jul 7, 2021 at 3:23 PM Flowerday, Matthew J < matthew.flower...@gb.unisys.com> wrote: > Hi There > > > >