Re: where is the

2023-10-27 Thread Vince McMahon
Thank you, Shawn. On Fri, Oct 27, 2023 at 11:05 AM Shawn Heisey wrote: > On 10/27/23 06:46, Vince McMahon wrote: > > in our environment, I can't get a shell to make changes . I am finding > ways > > to make the shema change and do a proof of concept. > > > > how can I find more examples of solr

Re: where is the

2023-10-27 Thread Shawn Heisey
On 10/27/23 06:46, Vince McMahon wrote: in our environment, I can't get a shell to make changes . I am finding ways to make the shema change and do a proof of concept. how can I find more examples of solr schema api? i can do POST via curl. But, it seems POST has length limitations. Solr's de

Re: where is the

2023-10-27 Thread Vince McMahon
in our environment, I can't get a shell to make changes . I am finding ways to make the shema change and do a proof of concept. how can I find more examples of solr schema api? i can do POST via curl. But, it seems POST has length limitations. On Fri, Oct 27, 2023 at 4:17 AM ufuk yılmaz wrote

RE: where is the

2023-10-27 Thread ufuk yılmaz
I think there are two options, - Edit files on the disk directly, then restart Solr or reload the collection - Use Solr’S Schema API to modify the schema through http api calls I don’t think Solr admin UI allows direct editing of config files. Btw since you are running examples, I’m assuming thi