Relevancy Score Calculation

2019-02-03 Thread Ashish Bisht
Hi, Currently score is calculated based on "Max Doc" instead of "Num Docs".Is it possible to change it to "Num Docs"(i.e without deleted docs).Will it require a code change or some config change. Regards Ashish -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr relevancy score different on replicated nodes

2019-02-03 Thread Ashish Bisht
Thanks Erick and everyone.We are checking on stats cache. I noticed stats skew again and optimized the index to correct the same.As per the documents. https://lucidworks.com/2017/10/13/segment-merging-deleted-documents-optimize-may-bad/ and https://lucidworks.com/2018/06/20/solr-and-optimizing-y

Re: Java object binding not working

2019-02-03 Thread Ray Niu
did you use multi values field? On Sun, Feb 3, 2019 at 8:22 PM Swapnil Katkar wrote: > Greetings! > > I am working on a requirement where I want to query the data and want to > do the object mapping for the retrieved result using Solrj. For this, I am > referring to the official document at > *

Java object binding not working

2019-02-03 Thread Swapnil Katkar
Greetings! I am working on a requirement where I want to query the data and want to do the object mapping for the retrieved result using Solrj. For this, I am referring to the official document at *https://lucene.apache.org/solr/guide/7_6/using-solrj.html#java-object-binding

Solr -plugins Jar in Cloud mode

2019-02-03 Thread Lucky Sharma
Hi, I was trying to add plugins to solr-cloud by following https://lucene.apache.org/solr/guide/6_6/adding-custom-plugins-in-solrcloud-mode.html It works well for all other components, but It's giving an unknown class exception when I use some custom analyzers with custom classes. Any suggestion

Re: Error getting replica locations : unable to get autoscaling policy session when creating collection

2019-02-03 Thread Zheng Lin Edwin Yeo
Hi, I have found that the issue is due to the https clusterprop configuration is not correctly loaded to zookeeper. As such, they are still communicating on http, when Solr is already configured to use https. Regards, Edwin On Sat, 2 Feb 2019 at 13:49, Zheng Lin Edwin Yeo wrote: > Hi, > > I am