|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.esri.gpt.catalog.lucene.SingleIndexingServlet
public class SingleIndexingServlet
Lucene indexing service for a single JVM/IndexWriter combination.
Constructor Summary | |
---|---|
SingleIndexingServlet()
|
Method Summary | |
---|---|
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Handles a GET request. |
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Handles a POST request. |
protected void |
executeDelete(HttpServletRequest request,
HttpServletResponse response,
RequestContext context,
String[] ids)
Executes an index deletion request. |
protected void |
executePublish(HttpServletRequest request,
HttpServletResponse response,
RequestContext context,
String[] ids)
Executes an index publication request. |
protected String |
readInputCharacters(HttpServletRequest request)
Fully reads the characters from the request input stream. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleIndexingServlet()
Method Detail |
---|
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet
in class HttpServlet
request
- the servlet requestresponse
- the servlet response
ServletException
IOException
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost
in class HttpServlet
request
- the servlet requestresponse
- the servlet response
ServletException
IOException
protected void executeDelete(HttpServletRequest request, HttpServletResponse response, RequestContext context, String[] ids) throws Exception
request
- the HTTP requestresponse
- the HTTP responsecontext
- the request contextids
- the document ids to delete
Exception
- if an exception occursprotected void executePublish(HttpServletRequest request, HttpServletResponse response, RequestContext context, String[] ids) throws Exception
request
- the HTTP requestresponse
- the HTTP responsecontext
- the request contextids
- the document ids to publish
Exception
- if an exception occursprotected String readInputCharacters(HttpServletRequest request) throws IOException
request
- the HTTP servlet request
IOException
- if an exception occurs
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |