Re: Data Import from Command Line

2018-08-20 Thread Adam Blank
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 wrote: > Admin UI just hits Solr for a particular URL wi

Re: Data Import from Command Line

2018-08-20 Thread Alexandre Rafalovitch
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

Re: Data Import from Command Line

2018-08-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Adam, On 8/20/18 1:45 PM, Adam Blank wrote: > 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 > a

Data Import from Command Line

2018-08-20 Thread Adam Blank
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