[Apache Solr ReRanking] Sort Clauses Bug

2019-09-25 Thread Alessandro Benedetti
Hi all, I was playing a bit with the reranking capability and I discovered that: *Sort by score, then by secondary field -> OK* http://localhost:8983/solr/books/select?q=vegeta ssj&*sort=score desc,downloads desc*=id,title,score,downloads *ReRank, Sort by score, then by secondary field -> KO*

ASCIIFoldingFilter question

2019-09-25 Thread Jarett Lear
Hope this is the right list to ask this, not sure if this is a bug or if I'm doing something wrong. We're running some text with some emojis through this filter and if I'm reading the code right when it finds a U+203C (:bangbang: | double exclamation) it replaces that with an appropriate !! ASCII

Re: Undefined field - solr 7.2.1 cloud

2019-09-25 Thread Antony A
Thanks Erick. I have removed the managed-schema for now. This setup was running perfectly for couple of years. I implemented basic auth around the collection a year back. But nothing really changed on my process to update the schema. Let me see if removing managed-schema has any impact and will

Re: Trying to add model name to classify() output

2019-09-25 Thread Joel Bernstein
You can use the val function, which will just returns the string. val(CRIME) as expected Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Sep 23, 2019 at 10:00 PM Peter Davie < peter.da...@convergentsolutions.com.au> wrote: > Hi, > > I have trained a number of logistic regression

Re: Undefined field - solr 7.2.1 cloud

2019-09-25 Thread Erick Erickson
Then something sounds wrong with your setup. The configs are stored in ZK, and read from ZooKeeper every time Solr starts. So how the replica “does not have the correct schema” is a complete mystery. You say you have ClassicIndexSchemaFactory set up. Take a look at your configs _through the

Critical issue SOLR-13141

2019-09-25 Thread Arnold Bronley
Hi, I am using Solr version 8.2.0 and I see that there is one critical JIRA issue open(link below) for CDCR. The issue does not mention anything about 8.2.0 but it says that it is fixed in 8.3.0. Does this mean that CDCR is not functional in Solr 8.2.0 and should I wait for 8.3.0 to be released?