Class UpdateUrisInIndex


  • public class UpdateUrisInIndex
    extends Object
    Class that performs the update of the uris in the search index for the SearchService.
    • Field Detail

      • DELIMITER

        public static final Pattern DELIMITER
        Pattern to split URIs on whitespace and commas.
    • Constructor Detail

      • UpdateUrisInIndex

        public UpdateUrisInIndex()
    • Method Detail

      • doUpdateUris

        protected int doUpdateUris​(javax.servlet.http.HttpServletRequest req,
                                   SearchIndexer indexer)
                            throws javax.servlet.ServletException,
                                   IOException
        Web service for update in search index of a list of URIs.
        Throws:
        IOException
        javax.servlet.ServletException