Changing `tlogReplicas` property on existing collections in Solr Cloud

2023-02-22 Thread Nikolay Ivanov
Hello guys, I have an issue that I cannot find an answer to. Can you please try to assist me? I will briefly explain our setup: We, at VMWare, have a Solr Cloud cluster setup(ver. 8.9). We are using TLOG replication of 3. Due to underutilized replicas, we are considering of decreasing the tlogR

Re: Changing `tlogReplicas` property on existing collections in Solr Cloud

2023-02-22 Thread Shawn Heisey
On 2/22/23 01:39, Nikolay Ivanov wrote: Hello guys, I have an issue that I cannot find an answer to. Can you please try to assist me? I will briefly explain our setup: We, at VMWare, have a Solr Cloud cluster setup(ver. 8.9). We are using TLOG replication of 3. Due to underutilized replicas,

Inconsistent Solr Learning to Rank Feature Store State - SolrCloud / 7.7

2023-02-22 Thread Doug Turnbull
Hi all, In SolrCloud mode, Solr 7.7, I uploaded a feature store, and notice it in zookeeper under the collection's config. I've tried to upload various feature store names with the command: ``` curl -XPUT "http://localhost:8983/solr/collection/schema/feature-store"; --data-binary "@ltr/collectio

Re: Inconsistent Solr Learning to Rank Feature Store State - SolrCloud / 7.7

2023-02-22 Thread Doug Turnbull
It's important to always listen to Alessandro Benedetti. Reloading the collection is the solution https://sease.io/2021/03/common-errors-with-apache-solr-feature-stores-and-models.html On Wed, Feb 22, 2023 at 10:49 AM Doug Turnbull wrote: > Hi all, > > In SolrCloud mode, Solr 7.7, I uploaded

Re: Inconsistent Solr Learning to Rank Feature Store State - SolrCloud / 7.7

2023-02-22 Thread Doug Turnbull
Oof I mean Anna Rugerro :) but also listen to Alessandro, he's smart too! On Wed, Feb 22, 2023 at 10:57 AM Doug Turnbull wrote: > It's important to always listen to Alessandro Benedetti. Reloading the > collection is the solution > > > https://sease.io/2021/03/common-errors-with-apache-solr-feat

synonym file

2023-02-22 Thread Matthew Castrigno
Hello, Is there a source for a general english synonym file? One for medical terms? Thank you, [cid:112c8584-f545-4233-8ab5-2d09ede23c3b] Matthew Castrigno IHT Developer II St. Luke’s Health System • 208-859-4276 • castr...@slhs.org ---

Re: synonym file

2023-02-22 Thread Matthew Castrigno
Yes, I realize a really good synonym list would be very specific to the site. I was wanting to start with some basic English words or even plurals that are spelled differently. I realize these are not really synonyms but the synonym.txt file is an expedient way of expanding results. ie baby, bab

Re: synonym file

2023-02-22 Thread Mikhail Khludnev
I suppose tricky plurals are handled well with https://solr.apache.org/guide/solr/latest/indexing-guide/filters.html#hunspell-stem-filter Medical terminology it's the whole industry. Perhaps you were lucky to get something from https://www.nlm.nih.gov/research/umls/licensedcontent/umlsknowledgesour

Re: synonym file

2023-02-22 Thread Thomas Corthals
I let the content team define their own synonyms as they see fit in the backend and use Managed Resources to push their changes to Solr. https://solr.apache.org/guide/solr/latest/configuration-guide/managed-resources.html Thomas Op wo 22 feb. 2023 om 20:32 schreef Mikhail Khludnev : > I suppose

About Using Hadoop in SolrCloud

2023-02-22 Thread Zara Parst
Hi, I read at many places about using Hadoop in solrCloud. I try to find the reason why to use Hadoop in place of a local file system. Can someone briefly explain why to use Hadoop with SolrCloud when solr is just using Hadoop for indexing and storing logs in Hadoop. Is there any compelling reason

Return field aliasing for id field does not work

2023-02-22 Thread Rajani Maski
Hi, Solr 9.x, aliasing "id" field in return fields list with a different field value does not work the same as 7.x. fl=unique_key:id,id:some_field. This returns an empty docs array in the response. Any alternative? Thanks, rajani