@Service public class RelatedKeywordSearchManagerImpl extends Object implements org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchManager
| Constructor and Description |
|---|
RelatedKeywordSearchManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindRelatedKeywordSearch(org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearch relatedKeywordSearch) |
org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult |
getRelatedKeywordsFromAllSources(String keyword) |
org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult |
getRelatedKeywordsFromAllSources(String keyword,
String ontologyURI) |
org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult |
getRelatedKeywordsFromOntology(String keyword,
String ontologyURI) |
org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult |
getRelatedKeywordsFromReferencedSites(String keyword) |
protected void |
unbindRelatedKeywordSearch(org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearch relatedKeywordSearch) |
protected void bindRelatedKeywordSearch(org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearch relatedKeywordSearch)
protected void unbindRelatedKeywordSearch(org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearch relatedKeywordSearch)
public org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult getRelatedKeywordsFromAllSources(String keyword) throws org.apache.stanbol.contenthub.servicesapi.search.SearchException
getRelatedKeywordsFromAllSources in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchManagerorg.apache.stanbol.contenthub.servicesapi.search.SearchExceptionpublic org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult getRelatedKeywordsFromAllSources(String keyword, String ontologyURI) throws org.apache.stanbol.contenthub.servicesapi.search.SearchException
getRelatedKeywordsFromAllSources in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchManagerorg.apache.stanbol.contenthub.servicesapi.search.SearchExceptionpublic org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult getRelatedKeywordsFromOntology(String keyword, String ontologyURI) throws org.apache.stanbol.contenthub.servicesapi.search.SearchException
getRelatedKeywordsFromOntology in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchManagerorg.apache.stanbol.contenthub.servicesapi.search.SearchExceptionpublic org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult getRelatedKeywordsFromReferencedSites(String keyword) throws org.apache.stanbol.contenthub.servicesapi.search.SearchException
getRelatedKeywordsFromReferencedSites in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchManagerorg.apache.stanbol.contenthub.servicesapi.search.SearchExceptionCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.