public abstract class ElementSearchBase extends Object
| Constructor and Description |
|---|
ElementSearchBase(ElementSearchRunnerBase searchRunner) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.visallo.web.clientapi.model.ClientApiElement> |
convertElementsToClientApi(ElementSearchRunnerBase.QueryAndData queryAndData,
Iterable<? extends org.vertexium.Element> searchResults,
Map<String,Double> scores,
String workspaceId,
org.vertexium.Authorizations authorizations) |
protected Integer |
getCommonCount(ElementSearchRunnerBase.QueryAndData queryAndData,
org.vertexium.Element element) |
org.visallo.web.clientapi.model.ClientApiElementSearchResponse |
handle(javax.servlet.http.HttpServletRequest request,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations) |
public ElementSearchBase(ElementSearchRunnerBase searchRunner)
public org.visallo.web.clientapi.model.ClientApiElementSearchResponse handle(javax.servlet.http.HttpServletRequest request,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations)
throws Exception
Exceptionprotected List<org.visallo.web.clientapi.model.ClientApiElement> convertElementsToClientApi(ElementSearchRunnerBase.QueryAndData queryAndData, Iterable<? extends org.vertexium.Element> searchResults, Map<String,Double> scores, String workspaceId, org.vertexium.Authorizations authorizations)
protected Integer getCommonCount(ElementSearchRunnerBase.QueryAndData queryAndData, org.vertexium.Element element)
Copyright © 2013–2016 V5 Analytics. All rights reserved.