@Service public class OntologyResourceSearch extends Object implements org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearch
| Constructor and Description |
|---|
OntologyResourceSearch() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword>> |
search(String keyword) |
Map<String,List<org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword>> |
search(String keyword,
String ontologyURI)
Search for the given keyword in the external ontology as OWL individual, OWL class or CMS object by
appending a "*" character at the end of the keyword if there is not any
|
public Map<String,List<org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword>> search(String keyword, String ontologyURI) throws org.apache.stanbol.contenthub.servicesapi.search.SearchException
search in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchorg.apache.stanbol.contenthub.servicesapi.search.SearchExceptionpublic Map<String,List<org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword>> search(String keyword) throws org.apache.stanbol.contenthub.servicesapi.search.SearchException
search in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchorg.apache.stanbol.contenthub.servicesapi.search.SearchExceptionCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.