SOLR-1183 -- Analysis example script has incorrect path to handler after SOLR-1099 commit

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@778421 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2009-05-25 13:43:05 +00:00
parent d2ff05e332
commit 44918ec04b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# limitations under the License.
FILES=$*
URL=http://localhost:8983/solr/analysis
URL=http://localhost:8983/solr/analysis/document
for f in $FILES; do
echo Posting file $f to $URL