Re: Solr User with "Document is missing mandatory uniqueKey"

2021-10-01 Thread Shawn Heisey
On 10/1/21 10:51 AM, KARTHIK SHIVAKUMAR wrote: Problem : Error from server at http://localhost:8081/solr/Log-Test: Document is missing mandatory uniqueKey field: id. Process : I have written a small Solr-Client code to push content to solr-indexer on port 8081 Question : I have encountered th

Backup solr fail with error Set system property 'solr.allowPaths' to add other allowed paths."},

2021-10-01 Thread Tran Van Hoan
hi, I implemented backup to NFS for solr 8.7. After run command backup it has error "/data_nas/Backup_solr/backup_collection must be relative to SOLR_HOME, SOLR_DATA_HOME coreRootDirectory. Set system property 'solr.allowPaths' to add other allowed paths."},"in solr.in.sh i already add "SOLR_OPT

Solr User with "Document is missing mandatory uniqueKey"

2021-10-01 Thread KARTHIK SHIVAKUMAR
Hi Spec : Jdk 15, Solr 8.8.1 Problem : Error from server at http://localhost:8081/solr/Log-Test: Document is missing mandatory uniqueKey field: id. Process : I have written a small Solr-Client code to push content to solr-indexer on port 8081 Question : I have encountered this problem for the

Solr 8.9.0 GCSBackupRepository Options throwing ClassNotFoundException

2021-10-01 Thread Ammunnikutty, Shameer
Hi, We are using Solr 8.9.0 in cloud mode . We are trying to backing up the collection to GCS bucket using GCSRepository Option . We have configured Solr.xml and solrconfig.xml as below. We are getting below Error: { "responseHeader":{ "status":500, "QTime":5}, "error":{ "m

Re: "Negative Boost" removed from Solr 8.4

2021-10-01 Thread Erik Hatcher
The take away is that greater than zero and less than 1 values, such as 0.1, will down boost a document. Erik On Fri, Oct 1, 2021, 06:13 Amrit Sarkar wrote: > Thank you Jan, Sayanti, Govind. > > Amrit Sarkar > Engineer | Search and Kubernetes > https://seamadic.com/ > Twitter https://twitte

Re: "Negative Boost" removed from Solr 8.4

2021-10-01 Thread Amrit Sarkar
Thank you Jan, Sayanti, Govind. Amrit Sarkar Engineer | Search and Kubernetes https://seamadic.com/ Twitter https://twitter.com/sarkaramrit2 LinkedIn: https://www.linkedin.com/in/sarkaramrit2 Medium: https://medium.com/@sarkaramrit2 On Fri, Oct 1, 2021 at 3:39 PM govind nitk wrote: > @Jan, @Sa

Re: "Negative Boost" removed from Solr 8.4

2021-10-01 Thread govind nitk
@Jan, @Sayanti Thanks for the insights. On Fri, Oct 1, 2021 at 3:24 PM sayanti dey wrote: > Scorer must produce positive scores (LUCENE-7996 > ) > > Scorers are no longer allowed to produce negative scores. If you have > custom query implement

Re: "Negative Boost" removed from Solr 8.4

2021-10-01 Thread sayanti dey
Scorer must produce positive scores (LUCENE-7996 ) Scorers are no longer allowed to produce negative scores. If you have custom query implementations, you should make sure their score formula may never produce negative scores. As a side-effect of

Re: "Negative Boost" removed from Solr 8.4

2021-10-01 Thread Jan Høydahl
I think it may be related to https://issues.apache.org/jira/browse/LUCENE-7996 Jan > 1. okt. 2021 kl. 08:14 skrev Amrit Sarkar : > > Hi fellow users, > > I am not able to locate any JIRA for removal of "Using Negative Boost" in > Solr 8.4, nor any discussion around the same. I will be grateful