remove JSP and XSLT javadoc references

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2012-04-18 08:10:55 +00:00
parent e149d3e8cc
commit e8c176e9c0
4 changed files with 1 additions and 21 deletions

View File

@ -35,8 +35,7 @@ import java.io.Reader;
import java.io.IOException;
/**
* RequestHandler that provides much the same functionality as analysis.jsp. Provides the ability to specify multiple
* field types and field names in the same request. Expected parameters:
* Provides the ability to specify multiple field types and field names in the same request. Expected parameters:
* <table border="1">
* <tr>
* <th align="left">Name</th>

View File

@ -30,13 +30,6 @@ import org.apache.solr.request.SolrQueryRequest;
import org.apache.solr.response.SolrQueryResponse;
/**
* similar to "admin/registry.jsp"
*
* NOTE: the response format is still likely to change. It should be designed so
* that it works nicely with an XSLT transformation. Until we have a nice
* XSLT front end for /admin, the format is still open to change.
*
*
* @since solr 1.2
*/
public class PluginInfoHandler extends RequestHandlerBase

View File

@ -17,7 +17,6 @@
package org.apache.solr.handler.admin;
import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.File;
import java.lang.management.ManagementFactory;
@ -46,11 +45,6 @@ import org.slf4j.LoggerFactory;
/**
* This handler returns system info
*
* NOTE: the response format is still likely to change. It should be designed so
* that it works nicely with an XSLT transformation. Until we have a nice
* XSLT front end for /admin, the format is still open to change.
*
*
* @since solr 1.2
*/
public class SystemInfoHandler extends RequestHandlerBase

View File

@ -29,13 +29,7 @@ import org.apache.solr.request.SolrQueryRequest;
import org.apache.solr.response.SolrQueryResponse;
/**
* Copied from "admin/threaddump.jsp"
*
* NOTE: the response format is still likely to change. It should be designed so
* that it works nicely with an XSLT transformation. Until we have a nice
* XSLT front end for /admin, the format is still open to change.
*
*
* @since solr 1.2
*/
public class ThreadDumpHandler extends RequestHandlerBase