org.apache.stanbol.contenthub.search.related
Class RelatedKeywordSearchManagerImpl
java.lang.Object
org.apache.stanbol.contenthub.search.related.RelatedKeywordSearchManagerImpl
- All Implemented Interfaces:
- org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchManager
@Service
public class RelatedKeywordSearchManagerImpl
- extends Object
- implements org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelatedKeywordSearchManagerImpl
public RelatedKeywordSearchManagerImpl()
bindRelatedKeywordSearch
protected void bindRelatedKeywordSearch(org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearch relatedKeywordSearch)
unbindRelatedKeywordSearch
protected void unbindRelatedKeywordSearch(org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearch relatedKeywordSearch)
getRelatedKeywordsFromAllSources
public org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult getRelatedKeywordsFromAllSources(String keyword)
throws org.apache.stanbol.contenthub.servicesapi.search.SearchException
- Specified by:
getRelatedKeywordsFromAllSources in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchManager
- Throws:
org.apache.stanbol.contenthub.servicesapi.search.SearchException
getRelatedKeywordsFromAllSources
public org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult getRelatedKeywordsFromAllSources(String keyword,
String ontologyURI)
throws org.apache.stanbol.contenthub.servicesapi.search.SearchException
- Specified by:
getRelatedKeywordsFromAllSources in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchManager
- Throws:
org.apache.stanbol.contenthub.servicesapi.search.SearchException
getRelatedKeywordsFromOntology
public org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult getRelatedKeywordsFromOntology(String keyword,
String ontologyURI)
throws org.apache.stanbol.contenthub.servicesapi.search.SearchException
- Specified by:
getRelatedKeywordsFromOntology in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchManager
- Throws:
org.apache.stanbol.contenthub.servicesapi.search.SearchException
getRelatedKeywordsFromReferencedSites
public org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult getRelatedKeywordsFromReferencedSites(String keyword)
throws org.apache.stanbol.contenthub.servicesapi.search.SearchException
- Specified by:
getRelatedKeywordsFromReferencedSites in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchManager
- Throws:
org.apache.stanbol.contenthub.servicesapi.search.SearchException
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.