how can i get the filename of an uploaded file for indexing?

2022-03-17 Thread Solange Silva Ajuria
hello, your collaboration please. I'm using solr 8.11 I need to configure the requestHandler (/update/extract) to add a field that stores the name of the uploaded file, but I can't find how to do it. in mager-schema.xml, I define a field : FieldType string is defined. But I don't know how to

RE: How to run on ip address and not on localhost?

2022-03-17 Thread Solange Silva Ajuria
Thanks, I'll try everything you suggest. Saludos Cordiales, Solange Silva Ajuria               -Mensaje original- De: Shawn Heisey Enviado el: jueves, 17 de marzo de 2022 10:10 Para: users@solr.apache.org Asunto: Re: How to run on ip address and not on localhost? On 3/

How to run on ip address and not on localhost?

2022-03-17 Thread Solange Silva Ajuria
Hello, I have solar installed on my server which is accessed via vpn (putty) to the service installed in linux centos eg: 172.16.100.75:8983 but when I need to execute the indexing command line as shown in the examples of the reference guide, the following error appears: [root@centos-sgd sol