Re: HTTPSolrClient - help required [Singleton Recommended?]

2021-07-05 Thread Reej Nayagam
Thanks a lot Shawn. Regards Reej On Mon, 5 Jul 2021 at 1:27 PM, Shawn Heisey wrote: > On 7/4/2021 8:55 PM, Reej Nayagam wrote: > > Please find the versions as below > > Solr core - 8.8.2 > > Solrj - 8.8.2 > > Zookeeper - 3.6.3 > > Zookeeper jute - 3.6.3 > > > > Kindly do share any code samples

Re: Payload Fields - Are they still best practise?

2021-07-05 Thread Ashwin Ramesh
Thanks Markus! On Tue, 6 Jul 2021, 5:11 am Markus Jelsma, wrote: > Hello Ash, > > We rely heavily on payloads to do the Part-of-Speech scoring for user > queries. When using edismax, you must translate all underlying Query > objects to their Payload supported counterparts, i believe that is in >

Re: Payload Fields - Are they still best practise?

2021-07-05 Thread Markus Jelsma
Hello Ash, We rely heavily on payloads to do the Part-of-Speech scoring for user queries. When using edismax, you must translate all underlying Query objects to their Payload supported counterparts, i believe that is in the rewrite() method. Payloads are an excellent tool to distinguish homonyms,