org.apache.stanbol.contenthub.search.related
Class RelatedKeywordSearchManagerImpl

java.lang.Object
  extended by 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


Constructor Summary
RelatedKeywordSearchManagerImpl()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedKeywordSearchManagerImpl

public RelatedKeywordSearchManagerImpl()
Method Detail

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.