mirror of https://github.com/apache/lucene.git
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:
parent
d2ff05e332
commit
44918ec04b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue