No schema designer in Admin of Solr 9.4.0

2023-12-17 Thread Szűcs Roland
Hi folks, In the documentation I saw a very handy tool to manuallyanage the schema. I do not see at all the Schema Designer menu element on the left in the Admin. Any idea? Thanks, Roland

Re: my solr 8.11 is indexing 5000 only using custom code.

2023-12-17 Thread Vince McMahon
Thanks, Gus. I wish I can "bookmark this reply. lol. On Sat, Dec 16, 2023 at 11:10 PM Gus Heck wrote: > Yes. see the detectChangesViaHashing option here: > https://github.com/nsoft/jesterj/wiki/Scanners > > In any Lucene index there's not really such a thing as incremental update. > When you wa

Re: my solr 8.11 is indexing 5000 only using custom code.

2023-12-17 Thread Mike Drob
You can! https://lists.apache.org/thread/brw7r0cf0t0m1wltxg5sky6t6d9crgxm On Sun, Dec 17, 2023 at 3:12 PM Vince McMahon wrote: > Thanks, Gus. I wish I can "bookmark this reply. lol. > > On Sat, Dec 16, 2023 at 11:10 PM Gus Heck wrote: > > > Yes. see the detectChangesViaHashing option here: > >

Re: Solr authentication options

2023-12-17 Thread Jan Høydahl
The SolrRequest supports addHeader(), so you may be able to add the JWT header to the request, then call mySolrRequest.process(myHttpSolrClient) Jan > 16. des. 2023 kl. 08:46 skrev ufuk yılmaz : > > Isn’t jwt token just some http header? I wonder if it could be added easily > by constructing a

Re: No schema designer in Admin of Solr 9.4.0

2023-12-17 Thread Jan Høydahl
Have you tried to refresh your browser (SHIFT+F5), you may be looking at an old cached admin page. Jan > 17. des. 2023 kl. 12:43 skrev Szűcs Roland : > > Hi folks, > > In the documentation > > I saw a very handy to

Re: Solr authentication options

2023-12-17 Thread Rahul Goswami
Thanks for your responses. Good pointers on setting the header at request and client level. I might just go with Ufuk's tip and set the JWT token in the HttpClient and pass it in the withHttpClient() method of the Builder while building the SolrClient. Having said that, would still be interested i