Re: Core name mismatch in Solr admin panel 8.3

2020-03-20 Thread vishal patel
I want to change the core name not coreNodeName. Actually I want to check the status of core using

Can Solr-Zookeeper traffic be encrypted in 8.x?

2020-03-20 Thread S G
Hi, Documentation says that this is not supported https://lucene.apache.org/solr/guide/8_4/enabling-ssl.html#ssl-with-solrcloud But most of the ZK-issues mentioned there are resolved or duplicates of resolved issues. And Zookeeper has a page on how to use SSL with no mention of any issues.

RE: CVEs (vulnerabilities) that apply to Solr 8.4.1

2020-03-20 Thread Ahlberg, Christopher C.
Thanks for the link Kevin! We’ll check it out. From: Kevin Risden Sent: Friday, March 20, 2020 11:40 AM To: solr-user@lucene.apache.org Cc: Canzoneri, Salvatore A. ; All Team Cache and Search Engineering Personnel ; Tuch, Barry S. ; Brenenson, Aryeh Subject: Re: CVEs (vulnerabilities) that

Re: CVEs (vulnerabilities) that apply to Solr 8.4.1

2020-03-20 Thread Kevin Risden
https://lucene.apache.org/solr/security.html The security page on the Solr website has details about how to report security items. It also has a link to the wiki page with details about some of these that are false positives. Each version of Solr has dependency updates and addresses different

Re: Weird issues when using synonyms and stopwords together

2020-03-20 Thread Walter Underwood
Do not remove stopwords. Stopword removal was a hack invented for 16-bit machines and multi-megabyte disks. That hack is not needed now. tf.idf addresses the same problem as stopwords with a much better algorithm. Removing stopwords is an on/off decision for a guess at common words. tf.idf is a

Weird issues when using synonyms and stopwords together

2020-03-20 Thread Vikas Kumar
I have a field title in my solr schema: text_en is defined as follows: I'm encountering strange behaviour when using

CVEs (vulnerabilities) that apply to Solr 8.4.1

2020-03-20 Thread Ahlberg, Christopher C.
Our TRM team (Technology Risk Management) has provided us with the attached vulnerabilities analysis for Solr 8.4.1, (security issues extracted below.) Has anyone out there in the Solr community done anything to document workarounds or mitigations for any of these identified vulnerabilities in

Re: Core name mismatch in Solr admin panel 8.3

2020-03-20 Thread Erick Erickson
coreNodeName is the name of the znode that contains the data for the replica, including the replica’s name. So the znode core_node3 contains a property “core” with a value of catalogue_shard1_replca_n1 I’ve always found this a bit confusing, but that’s been true since very early days. Note

phrase boosting by edismax

2020-03-20 Thread Szűcs Roland
Hi all, Context: I use solr 8.4.1. A have a small database with books around 3500 documents. I recognized that I can not search on the copyfield of all fields (author, title, publisher, description) because description has different analyze workflow than the others (it has stemming and stop word

Re: How to get boosted field and values?

2020-03-20 Thread Alessandro Benedetti
Hi Taisuke, there are various ways of approaching boosting and scoring in Apache Solr. First of all you must decide if you are interested in multiplicative or additive boost. Multiplicative will multiply the score of your search result by a certain factor while the additive will just add the