mirror of https://github.com/apache/lucene.git
Update post.jar usage text based since /update now handles CSV and JSON too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1348977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f5821bc977
commit
d2bee89f1e
|
@ -72,8 +72,8 @@ public class SimplePostTool {
|
|||
" java -jar post.jar *.xml\n"+
|
||||
" java -Ddata=args -jar post.jar '<delete><id>42</id></delete>'\n"+
|
||||
" java -Ddata=stdin -jar post.jar < hd.xml\n"+
|
||||
" java -Durl=http://localhost:8983/solr/update/csv -Dtype=text/csv -jar post.jar *.csv\n"+
|
||||
" java -Durl=http://localhost:8983/solr/update/json -Dtype=application/json -jar post.jar *.json\n"+
|
||||
" java -Dtype=text/csv -jar post.jar *.csv\n"+
|
||||
" java -Dtype=application/json -jar post.jar *.json\n"+
|
||||
" java -Durl=http://localhost:8983/solr/update/extract?literal.id=a -Dtype=application/pdf -jar post.jar a.pdf\n"+
|
||||
"Other options controlled by System Properties include the Solr\n"+
|
||||
"URL to POST to, the Content-Type of the data, whether a commit\n"+
|
||||
|
|
Loading…
Reference in New Issue