You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/05/16 15:58:41 UTC

svn commit: r406949 - /incubator/solr/trunk/example/exampledocs/post.sh

Author: yonik
Date: Tue May 16 06:58:40 2006
New Revision: 406949

URL: http://svn.apache.org/viewcvs?rev=406949&view=rev
Log:
fix update URL in post.sh

Modified:
    incubator/solr/trunk/example/exampledocs/post.sh

Modified: incubator/solr/trunk/example/exampledocs/post.sh
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/example/exampledocs/post.sh?rev=406949&r1=406948&r2=406949&view=diff
==============================================================================
--- incubator/solr/trunk/example/exampledocs/post.sh (original)
+++ incubator/solr/trunk/example/exampledocs/post.sh Tue May 16 06:58:40 2006
@@ -1,7 +1,6 @@
 #!/bin/sh
 FILES=$*
-#URL=http://localhost:8983/solr/update
-URL=http://localhost:7070/update
+URL=http://localhost:8983/solr/update
 
 for f in $FILES; do
   echo Posting file $f to $URL