Index: solr/contrib/dataimporthandler/src/webapp/admin/dataimport.jsp =================================================================== --- solr/contrib/dataimporthandler/src/webapp/admin/dataimport.jsp (revision 1299618) +++ solr/contrib/dataimporthandler/src/webapp/admin/dataimport.jsp (working copy) @@ -1,53 +0,0 @@ -<%@ page import="org.apache.solr.request.SolrRequestHandler" %> -<%@ page import="java.util.Map" %> -<%@ page contentType="text/html; charset=utf-8" pageEncoding="UTF-8"%> -<%-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---%> -<%-- do a verbatim include so we can use the local vars --%> -<%@include file="_info.jsp"%> - -<% - String handler = request.getParameter("handler"); - - if (handler == null) { - Map handlers = core.getRequestHandlers(); -%> - - DataImportHandler Interactive Development - - - -Select handler: - - -<% } else { %> - - - - - -<% } %> - Index: solr/contrib/dataimporthandler/src/webapp/admin/debug.jsp =================================================================== --- solr/contrib/dataimporthandler/src/webapp/admin/debug.jsp (revision 1299618) +++ solr/contrib/dataimporthandler/src/webapp/admin/debug.jsp (working copy) @@ -1,103 +0,0 @@ -<%@ page contentType="text/html; charset=utf-8" pageEncoding="UTF-8"%> -<%-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---%> -<%-- do a verbatim include so we can use the local vars --%> -<%@include file="_info.jsp"%> - - -DataImportHandler Interactive Development - - - - - - -

DataImportHandler Development Console

-<% - String handler = request.getParameter("handler"); // must be specified -%> -
- - - - - - - - - - - - - - - - -
Handler: <%=handler%> change handler
- - - - - - - - - -
- - Verbose Commit Clean Start Row No. of Rows 
-
data config xml -
-
-
- - - - - - - -
-
- - - - -
-
- - - - - -
- -Return to Admin Page - -