Class SearchResultResource
java.lang.Object
io.goobi.viewer.api.rest.v1.search.SearchResultResource
SearchResultResource class.
-
Constructor Summary
ConstructorDescriptionSearchResultResource
(javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
getRISAsFile
(String query, String sortString, String activeFacetString, int proximitySearchDistance)
-
Constructor Details
-
SearchResultResource
public SearchResultResource() -
SearchResultResource
public SearchResultResource(javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
-
-
Method Details
-
getRISAsFile
@GET @Path("/ris") @Produces("text/plain") public javax.ws.rs.core.Response getRISAsFile(@PathParam("query") String query, @PathParam("sortString") String sortString, @PathParam("activeFacetString") String activeFacetString, @PathParam("proximitySearchDistance") int proximitySearchDistance) throws PresentationException, IndexUnreachableException, DAOException, de.unigoettingen.sub.commons.contentlib.exceptions.ContentLibException, ViewerConfigurationException - Throws:
PresentationException
IndexUnreachableException
DAOException
de.unigoettingen.sub.commons.contentlib.exceptions.ContentLibException
ViewerConfigurationException
-