org.noggit and solrj

2021-07-16 Thread Subhajit Das
Hi, I am trying to use solrj 8.8.1 with noggit 0.6 present in the classpath. This is leading to issue. The noggit is not removable (or at least a replacement required with super-set of functionality). This seems to be a well known issue, as I found this : https://lucene.472066.n3.nabble.com/sol

Re: MultipleAdditiveTreeModel

2021-07-16 Thread Alessandro Benedetti
Hi Roopa, I was not able to find why that slack was added. I am not sure why we would like to change the threshold. I would recommend creating a Jira issue and tag at least myself, Christine Poerschke and Diego Ceccarelli, so we can discuss and potentially open a pull request. Cheers ---

Re: MultipleAdditiveTreeModel

2021-07-16 Thread Roopa Rao
Okay, thank you for the input Roopa On Fri, Jul 16, 2021 at 5:55 AM Alessandro Benedetti wrote: > Hi Roopa, > I was not able to find why that slack was added. > I am not sure why we would like to change the threshold. > I would recommend creating a Jira issue and tag at least myself, Christine

Re: MultipleAdditiveTreeModel

2021-07-16 Thread Spyros Kapnissis
Hello, Just to verify this, we had come across the exact same issue when converting an XGBoost model to MUltipleAdditiveTrees. This was an issue specifically with the categorical features that take on integer values. We ended up subtracting 0.5 from the threshold value on any such split point on t

Re: CDCR replacement -- Timelines

2021-07-16 Thread Anshum Gupta
Hi Rajeswari, There's some effort around CDCR, and that would finally all be in the solr-sandbox (https://github.com/apache/solr-sandbox) repository . The intention is for the replacement CDCR mechanism to have its own release cadence and independent binary release. The dependency on Solr for the

Re: MultipleAdditiveTreeModel

2021-07-16 Thread Roopa Rao
Spyros, thank you for verifying this, we are planning to do something similar. Thanks, Roopa On Fri, Jul 16, 2021 at 12:09 PM Spyros Kapnissis wrote: > Hello, > > Just to verify this, we had come across the exact same issue when > converting an XGBoost model to MUltipleAdditiveTrees. This was a

Solr filter

2021-07-16 Thread bmjprasad
Hello, I am Prasad working one Solr performance improvement in current project. We have solr collection with 10 shards with 500 million documents . API query using q & fq. In fq we have multiple fields and multiple or conditions.currently it takes 3500 msecs for response. We tried using cost

Re: CDCR replacement -- Timelines

2021-07-16 Thread Natarajan, Rajeswari
Hi Anushum, Thanks for your reply. I looked at the PR you shared. It involves processing the MirroredSolrRequest .How is the solr request coming to primary solrcloud being intercepted and sent to Kafka , interested in this part. We can send the same solr request from application to kafka and m