Solr Payloads

2019-09-20 Thread John Davis
We are using solr payload field and noticed the values extracted using payload() sometimes don't match the value stored in the field. Is there a lossy encoding for the payload value? fq=payload_field:*, fl=payload_field,payload(payload_field, 573131) "payload_field": "573131|*1568263581*"

Re: Custom auth plugin for SolrCloud

2019-09-20 Thread Jan Høydahl
Note that authentication plugins is not per-core/collection, they are system wide. Try to create a lib/ folder inside your SOLR_HOME and put the jar there. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 19. sep. 2019 kl. 16:19 skrev Shawn Heisey : > > On 9/19/2019

Re: Sample JWT Solr configuration

2019-09-20 Thread Jan Høydahl
HS256 is symmetric, so signing with the shared key should be all you need. I don't see what you did wrong. Perhaps a space has sneaked in somewhere in the key or how you copy it is not pure ascii? I'd encourage you to try evaluating the token you build in Java or Javascript using the online tool