Other Clients
Shell
Solr clients programmed in a Shell language: sh, bash, etc
Post Multiple Files to a Solr Server
Tue, 03/23/2010 - 14:22 | admin
This shell script will post all xml files found in the /exports/xml directory to a solr installation on the localhost. The xml files must end with 'xml'. Once the xml file is posted the file is renamed added the date as a suffix.
Solr Delete Post for Shells
Tue, 03/23/2010 - 14:18 | admin
This script is used to delete entries from a solr installation. In this case the delete query is 'url:http*' which is and record which contains http* in the url field. Be sure to change this portion of the code to fit your needs.