org.apache.stanbol.contenthub.search.featured
Class FeaturedSearchImpl
java.lang.Object
org.apache.stanbol.contenthub.search.featured.FeaturedSearchImpl
- All Implemented Interfaces:
- FeaturedSearch
@Service
public class FeaturedSearchImpl
- extends java.lang.Object
- implements FeaturedSearch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeaturedSearchImpl
public FeaturedSearchImpl()
activate
@Activate
public void activate(org.osgi.service.component.ComponentContext context)
search
public SearchResult search(java.lang.String queryTerm)
throws SearchException
- Specified by:
search in interface FeaturedSearch
- Throws:
SearchException
search
public SearchResult search(java.lang.String queryTerm,
java.lang.String ontologyURI,
java.lang.String ldProgramName)
throws SearchException
- Specified by:
search in interface FeaturedSearch
- Throws:
SearchException
search
public SearchResult search(org.apache.solr.common.params.SolrParams solrQuery)
throws SearchException
- Specified by:
search in interface FeaturedSearch
- Throws:
SearchException
search
public SearchResult search(org.apache.solr.common.params.SolrParams solrParams,
java.lang.String ontologyURI,
java.lang.String ldProgramName)
throws SearchException
- Specified by:
search in interface FeaturedSearch
- Throws:
SearchException
getAllFacetResults
public java.util.List<FacetResult> getAllFacetResults()
throws SearchException
- Specified by:
getAllFacetResults in interface FeaturedSearch
- Throws:
SearchException
getAllFacetResults
public java.util.List<FacetResult> getAllFacetResults(java.lang.String ldProgramName)
throws SearchException
- Specified by:
getAllFacetResults in interface FeaturedSearch
- Throws:
SearchException
tokenizeEntities
public java.util.List<java.lang.String> tokenizeEntities(java.lang.String queryTerm)
- Specified by:
tokenizeEntities in interface FeaturedSearch
Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.