Thank you for your reply.
Regards
Reej
On Fri, 2 Jul 2021 at 10:58 PM, Vincenzo D'Amore wrote:
> the solrclients are thread safe so, yes, I recommend to use a single
> instance during all the life of your application (as said I prefer have an
> instance for each index/collection)
> If a network
Hi Shawn,
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 if you have them.
Thanks & Regards
Reej
On Fri, 2 Jul 2021 at 9:05 AM, Shawn Heisey wrote:
> On 7/1/2021 6:36 PM, Reej M wrote:
> > Hi Shawn /
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 if you have them.
I built some code and pasted it here:
https://apaste.info/fI0a
In my example, this class is
Hi everyone,
My team is exploring whether to use payload fields (
https://lucidworks.com/post/solr-payloads/). Our use case is to have term,
double-value pair. E.g. dog|2.0, cat|3.1 etc.
We would use this to boost based on a given term. However, I'm not sure
this field type will work with Edismax