org.apache.stanbol.contenthub.search.related
Class RelatedKeywordSearchResult
java.lang.Object
org.apache.stanbol.contenthub.search.related.RelatedKeywordSearchResult
- All Implemented Interfaces:
- org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult
public class RelatedKeywordSearchResult
- extends Object
- implements org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult
- Author:
- anil.sinaci
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelatedKeywordSearchResult
public RelatedKeywordSearchResult(Map<String,Map<String,List<org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword>>> relatedKeywords)
getDocuments
public List<org.apache.stanbol.contenthub.servicesapi.search.featured.DocumentResult> getDocuments()
- Specified by:
getDocuments in interface org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult
getFacets
public List<org.apache.stanbol.contenthub.servicesapi.search.featured.FacetResult> getFacets()
- Specified by:
getFacets in interface org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult
getRelatedKeywords
public Map<String,Map<String,List<org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword>>> getRelatedKeywords()
- Specified by:
getRelatedKeywords in interface org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult
setDocuments
public void setDocuments(List<org.apache.stanbol.contenthub.servicesapi.search.featured.DocumentResult> resultantDocuments)
- Specified by:
setDocuments in interface org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult
setFacets
public void setFacets(List<org.apache.stanbol.contenthub.servicesapi.search.featured.FacetResult> facets)
- Specified by:
setFacets in interface org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult
setRelatedKeywords
public void setRelatedKeywords(Map<String,Map<String,List<org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword>>> relatedKeywords)
- Specified by:
setRelatedKeywords in interface org.apache.stanbol.contenthub.servicesapi.search.featured.SearchResult
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.