Re: In Place Updates: Can we filter on fields with only docValues="true"

2019-09-14 Thread Shawn Heisey
On 9/14/2019 4:29 PM, Mikhail Khludnev wrote: Shawn, would you mind to provide some numbers? I'm experimenting with lucene 8.0.0. I have 100 shard index of 100M docs with 2000 docVals only updateable fields. Searching for such field turns to be blazingly fast $ curl 'localhost:39200/books/_search

Re: In Place Updates: Can we filter on fields with only docValues="true"

2019-09-14 Thread Mikhail Khludnev
Shawn, would you mind to provide some numbers? I'm experimenting with lucene 8.0.0. I have 100 shard index of 100M docs with 2000 docVals only updateable fields. Searching for such field turns to be blazingly fast $ curl 'localhost:39200/books/_search?pretty&size=20' -d ' {"query": {"bool": {"filte

Re: JWT Auth plugin (https://github.com/cominvent/solr-auth-jwt) for Solr 7.2 Errors

2019-09-14 Thread Tyrone
Jan Thanks for your help, I’m going recommend to my team to upgrade, we’re not in production yet so it shouldn’t be an issue. Sent from my iPhone > On Sep 14, 2019, at 9:00 AM, Jan Høydahl wrote: > > JWT auth is not backported to 7.x and also requires changes to other core > parts of Solr.

Re: Sample JWT Solr configuration

2019-09-14 Thread Jan Høydahl
See answer in other thread. JWT works for 8.1 or later, don’t attempt it in 7.x. You could try to turn on debug logging for or.apache.solr.security to get more logging. Jan Høydahl > 13. sep. 2019 kl. 00:24 skrev Tyrone Tse : > > Jan > > I tried using the JWT Plugin https://github.com/cominve

Re: JWT Auth plugin (https://github.com/cominvent/solr-auth-jwt) for Solr 7.2 Errors

2019-09-14 Thread Jan Høydahl
JWT auth is not backported to 7.x and also requires changes to other core parts of Solr. So just dropping in the jars will not work. I’d encourage you to upgrade to 8.x Jan Høydahl > 13. sep. 2019 kl. 19:54 skrev Tyrone Tse : > > I only copied the 2 jars > > - > > jwt-auth-1.0.0.jar > >