Thank you both for the responses. I was able to get the import working through telnet, and I'll see if I can get the post utility working as that seems like a better option.
Thanks, Adam On Mon, Aug 20, 2018, 2:04 PM Alexandre Rafalovitch <arafa...@gmail.com> wrote: > Admin UI just hits Solr for a particular URL with specific parameters. > You could totally call it from the command line, but it _would_ need > to be an HTTP client of some sort. You could encode all of the > parameters into the DIH (or a new) handler, it is all defined in > solrconfig.xml (/dataimport is the default one). > > If you don't have curl, maybe you have wget? Or lynx? Or, just for > giggles, you could Telnet into port 80 and manually type the required > command ( > http://blog.tonycode.com/tech-stuff/http-notes/making-http-requests-via-telnet/ > ): > GET /dataimport?param=value HTTP/1.0 > > Regards, > Alex. > P.s. And yes, maybe bin/post could be used as well. Or the previous > direct java invocation of the posttool jar. May need to massage the > parameters a bit though. > > On 20 August 2018 at 13:45, Adam Blank <adam.bl...@gmail.com> wrote: > > Hi, > > > > I'm running Solr 5.5.0 on AIX, and I'm wondering if there's a way to > import > > the index from the command line instead of using the admin console? I > > don't have the ability to use a HTTP client such as cURL to connect to > the > > console. > > > > Thank you, > > Adam >