Re: Upload/use a plugin JAR in ZooKeeper

2019-07-18 Thread Chee Yee Lim
Not sure if this is the recommended way, but I managed to use plugin JARs with Solr Cloud. Either include the absolute path to JAR in solrconfig.xml, or put the JAR in a "lib" folder relative to your instanceDir. See the following text from solrconfig.xml. If a "./lib" directory exists in your in

Re: Using custom scoring formula

2019-08-08 Thread Chee Yee Lim
Hi Arnold, One way to approach this is to store the topic vector you calculated with each of the associated Solr document into a pseudo-vector field (i.e. formatted string field). Then parse the string field into actual vector for calculation when you need it. Something similar to this, https://gi

Re: Need more info on MLT (More Like This) feature

2019-09-12 Thread Chee Yee Lim
I've been working with MLT handler (Solr 8.1.1) by calling it the same way you did, http://[SOLR URL]/mlt. But the response is very unreliable with 90% of the same queries resulting in Java null pointer exception, and only 10% returning expected response. I do not know what is the cause of this. I

Re: Need more info on MLT (More Like This) feature

2019-09-13 Thread Chee Yee Lim
ha Rao Pyla* > > *IBM Talent Management SolutionsMobile :*+91 9849315546 > *E-mail :**srisp...@in.ibm.com* > [image: IBM] > > IBM Visakha Hills > Visakhapatnam, AP 530045 > India > > > > > > > > > - Original message - > From: Chee Yee L

Re: Need more info on MLT (More Like This) feature

2019-09-13 Thread Chee Yee Lim
M Talent Management SolutionsMobile :*+91 9849315546 > *E-mail :**srisp...@in.ibm.com* > [image: IBM] > > IBM Visakha Hills > Visakhapatnam, AP 530045 > India > > > > > > From:Chee Yee Lim > To:Srisatya Pyla > Cc:solr-user@lucene.apach