public interface GraphSearchService
| Modifier and Type | Method and Description | 
|---|---|
List<SearchSuggestion> | 
getSuggestions(String namespace,
              String input)
Returns a list of suggestions for the given namespace and input, where input may only be a
 snippet of the whole data, e.g. 
 | 
List<GenericVertex> | 
search(SearchCriteria searchCriteria)  | 
List<SearchSuggestion> getSuggestions(String namespace, String input)
namespace - The namespace to search ininput - The "thing" to searchList<GenericVertex> search(SearchCriteria searchCriteria)
Copyright © 2020. All rights reserved.