SOLR-5005: remove accidental inclusion of JavaScriptRequestHandler in r1075960 (SOLR-2397)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1527150 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2013-09-28 04:57:54 +00:00
parent a593916466
commit a8d9e70b73
1 changed files with 0 additions and 1 deletions

View File

@ -1485,7 +1485,6 @@
<searchComponent name="terms" class="solr.TermsComponent"/>
<!-- A request handler for demonstrating the terms component -->
<requestHandler name="/js" class="org.apache.solr.handler.js.JavaScriptRequestHandler" startup="lazy"/>
<requestHandler name="/terms" class="solr.SearchHandler" startup="lazy">
<lst name="defaults">
<bool name="terms">true</bool>