[
https://issues.apache.org/jira/browse/SOLR-6900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14277921#comment-14277921
]
Erik Hatcher edited comment on SOLR-6900 at 1/15/15 2:50 AM:
-------------------------------------------------------------
Several improvements committed. Here's the latest:
{code}
$ bin/post -h
Usage: post -c <collection/core> <files|directories|urls> [OPTIONS]
or post -help
collection name defaults to DEFAULT_SOLR_COLLECTION if not specified
OPTIONS
=======
Solr options:
-url <base Solr update URL> (overrides collection, host, and port)
-host <host> (default: localhost)
-port <port> (default: 8983)
-commit yes|no (default: yes)
Web crawl options:
-recursive <depth> (default: 1)
-delay <seconds> (default=10)
Directory crawl options:
-delay <seconds> (default=0)
Other options:
-filetypes <type>[,<type>,...] (default:
xml,json,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log)
-params "<key>=<value>[&<key>=<value>...]" (values must be URL-encoded;
these pass through to Solr update request)
-out yes|no (default=no; yes outputs Solr response to console)
Examples:
JSON file: bin/post -c wizbang events.json
XML files: bin/post -c records article*.xml
CSV file: bin/post -c signals LATEST-signals.csv
Directory of files: bin/post -c myfiles ~/Documents
Web crawl: bin/post -c gettingstarted http://lucidworks.com -recursive 2 -delay
1
{code}
was (Author: ehatcher):
Several improvements committed. Here's the latest:
{code}
$ bin/post -h
Usage: post -c <collection/core> <files|directories|urls> [OPTIONS]
or post -help
collection name defaults to DEFAULT_SOLR_COLLECTION if not specified
OPTIONS
=======
Solr options:
url=<base Solr update URL> (overrides collection, host, and port)
host=<host> (default: localhost)
port=<port> (default: 8983)
commit=yes|no (default: yes)
Web crawl options:
recursive=<depth> (default: 1)
delay=<seconds> (default=10)
Directory crawl options:
delay=<seconds> (default=0)
Other options:
filetypes=<type>[,<type>,...] (default:
xml,json,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log)
params="<key>=<value>[&<key>=<value>...]" (values must be URL-encoded)
out=yes|no (default=no; yes outputs Solr response to console)
Examples:
JSON file: bin/post -c wizbang events.json
XML files: bin/post -c records article*.xml
CSV file: bin/post -c signals LATEST-signals.csv
Directory of files: bin/post -c myfiles ~/Documents
Web crawl: bin/post -c gettingstarted http://lucidworks.com recursive=2 delay=1
{code}
> bin/post improvements needed
> ----------------------------
>
> Key: SOLR-6900
> URL: https://issues.apache.org/jira/browse/SOLR-6900
> Project: Solr
> Issue Type: Bug
> Affects Versions: 5.0, Trunk
> Reporter: Erik Hatcher
> Assignee: Erik Hatcher
> Priority: Blocker
> Fix For: 5.0, Trunk
>
>
> * Fix glob patterns. They don't work as expected: bin/post collection1
> \*.xml expands \*.xml such that the script gets all the file names as
> parameters not just literally "\*.xml"
> * Add error handling to check that the collection exists
> * Create Windows version
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]