Re: Suggester index replication

2023-03-02 Thread gnandre
Can anybody please answer this? Many thanks in advance! On Wed, Feb 16, 2022 at 12:52 AM gnandre wrote: > Is there a way to get suggester index replicated to all search nodes from > index node? Do I need to build suggester index for each search node > separately? >

Donating to Solr

2023-03-02 Thread gnandre
I find this open source project very useful. Is there any way to donate money for it?

Re: Suggester index replication

2023-03-02 Thread Walter Underwood
You need to send a build request to each node. I used to have some code to dig out the nodes from a cluster status, then send a build to each one, but I think that is marooned at my previous company. It isn’t super hard, just dig it out of the JSON. wunder Walter Underwood wun...@wunderwood.org

Re: Donating to Solr

2023-03-02 Thread Doug Turnbull
Not sure about Solr, but you can donate to the Apache Software Foundation: https://www.apache.org/foundation/contributing.html On Thu, Mar 2, 2023 at 12:04 PM gnandre wrote: > I find this open source project very useful. Is there any way to donate > money for it? >

Re: Donating to Solr

2023-03-02 Thread gnandre
Thanks! On Thu, Mar 2, 2023, 1:02 PM Doug Turnbull wrote: > Not sure about Solr, but you can donate to the Apache Software Foundation: > > https://www.apache.org/foundation/contributing.html > > On Thu, Mar 2, 2023 at 12:04 PM gnandre wrote: > > > I find this open source project very useful. Is

Re: Suggester index replication

2023-03-02 Thread gnandre
Thanks! I am using non-cloud mode at the moment. So, there is no way to just index it to the index node and get it replicated to the search nodes? Do I have to index to each search node? Do you know why the suggester indexing does not follow the usual search indexing model? On Thu, Mar 2, 2023, 1

Re: Donating to Solr

2023-03-02 Thread Jan Høydahl
I know the project has been looking for more hardware resources for running tests, and some companies are currently sponsoring benchmark hardware and Jenkins servers for other OS'es. So that is one non-money way to contribute. In any case you could start the dialogue with Apache centrally and th

Re: Donating to Solr

2023-03-02 Thread David Smiley
Another way to donate if it's a significant sum is to fund Outreachy https://www.outreachy.org with some note that it's intended for sponsoring an Apache Solr based intern project. This basically pays stipends to an intern. Unfortunately, sending money to the ASF doesn't work to fund this sort of

Re: Number of Collections in a SolrCloud

2023-03-02 Thread David Smiley
I second Brian's experience. Specific version & numbers reached vary somewhat. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Mon, Jun 28, 2021 at 7:23 PM Brian Lininger wrote: > Hi Matt, > We're currently running Solr 6.6.6 using Solr Cloud. De

Hadoop Auth module / HadoopAuthPlugin; anyone using?

2023-03-02 Thread David Smiley
Is anyone using the hadoop-auth Solr module? It's called this in Solr 9; in Solr 8 and previously it was a part of Solr-core. HadoopAuthPlugin is the class name. Apparently it supports Kerberos auth; perhaps more things. There is some support burden to maintaining Solr as a whole with this incl

Re: Reversed leftOuterJoin on clause returns incorrect results

2023-03-02 Thread Geren White
No worries I appreciate the response, I just got a jira account setup so I'll open up a bug around it and might take a stab at fixing. Thanks, On Tue, Feb 28, 2023 at 8:16 PM t sornin wrote: > Hi Geren, > > > > Sorry about the initial response, I just looked over your expression and > didn't re

Re: Suggester index replication

2023-03-02 Thread Walter Underwood
When we were using old style replication, I did have the suggester lexicon replicated along with other config files, and I think I triggered a suggester build on replication or maybe commit (which happens with every replication). I remember it being kind of fussy to set up. You might want to set u

Result Grouping on alias collection

2023-03-02 Thread Vinayak Hegde
Hello everyone, I hope this email finds you well. I am reaching out to discuss a strange situation we are facing with result grouping. We currently have two collections, CollectionA and CollectionB, both of which contain an identical document, document1. We have created a new alias collection that

Re: Result Grouping on alias collection

2023-03-02 Thread Mikhail Khludnev
Hello Vinayak. Please find the second caveat https://solr.apache.org/guide/solr/latest/query-guide/result-grouping.html#distributed-result-grouping-caveats Two collections are equivalent to two or more shards. Sic. Grouping is not a full-fledged map-reduce engine. On Fri, Mar 3, 2023 at 6:46 AM Vi