Adding initial search web service for updating uris. VIVO-98
This commit is contained in:
parent
2b5af0f084
commit
7905b80df4
6 changed files with 372 additions and 3 deletions
|
@ -1151,6 +1151,15 @@
|
|||
<url-pattern>/admin/getObjectClasses</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>SearchServiceController</servlet-name>
|
||||
<servlet-class>edu.cornell.mannlib.vitro.webapp.search.controller.SearchServiceController</servlet-class>
|
||||
</servlet>
|
||||
<servlet-mapping>
|
||||
<servlet-name>SearchServiceController</servlet-name>
|
||||
<url-pattern>/searchService/*</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- VIVO OpenSocial Extension by UCSF -->
|
||||
<servlet>
|
||||
<servlet-name>GadgetController</servlet-name>
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<h2>Search Web Service</h2>
|
||||
|
||||
<p>Add information here about how to use the Search Web Service.</p>
|
||||
|
||||
<p>*** FOLLOWING FORM IS TOTALLY MESSED UP WITH A HARDCODED URL ***</p>
|
||||
|
||||
<form
|
||||
action="http://localhost:8080/vivo/searchService/updateUrisInSearch"
|
||||
enctype="multipart/form-data"
|
||||
method="post">
|
||||
|
||||
<input type="textarea" name="urisToUpdate"/>
|
||||
<button type="submit">submit</button>
|
||||
|
||||
</form>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue