Class UpdateUrisInIndex
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.search.controller.UpdateUrisInIndex
-
public class UpdateUrisInIndex extends Object
Class that performs the update of the uris in the search index for the SearchService.
-
-
Constructor Summary
Constructors Constructor Description UpdateUrisInIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScannercreateScanner(Reader in)protected intdoUpdateUris(javax.servlet.http.HttpServletRequest req, SearchIndexer indexer)Web service for update in search index of a list of URIs.
-
-
-
Field Detail
-
DELIMITER
public static final Pattern DELIMITER
Pattern to split URIs on whitespace and commas.
-
-
Method Detail
-
doUpdateUris
protected int doUpdateUris(javax.servlet.http.HttpServletRequest req, SearchIndexer indexer) throws javax.servlet.ServletException, IOExceptionWeb service for update in search index of a list of URIs.- Throws:
IOExceptionjavax.servlet.ServletException
-
-