org.apache.stanbol.contenthub.search.related
Class RelatedKeywordSearchResult
java.lang.Object
org.apache.stanbol.contenthub.search.related.RelatedKeywordSearchResult
- All Implemented Interfaces:
- SearchResult
public class RelatedKeywordSearchResult
- extends java.lang.Object
- implements 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(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<RelatedKeyword>>> relatedKeywords)
getDocuments
public java.util.List<DocumentResult> getDocuments()
- Specified by:
getDocuments in interface SearchResult
getFacets
public java.util.List<FacetResult> getFacets()
- Specified by:
getFacets in interface SearchResult
getRelatedKeywords
public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<RelatedKeyword>>> getRelatedKeywords()
- Specified by:
getRelatedKeywords in interface SearchResult
setDocuments
public void setDocuments(java.util.List<DocumentResult> resultantDocuments)
- Specified by:
setDocuments in interface SearchResult
setFacets
public void setFacets(java.util.List<FacetResult> facets)
- Specified by:
setFacets in interface SearchResult
setRelatedKeywords
public void setRelatedKeywords(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<RelatedKeyword>>> relatedKeywords)
- Specified by:
setRelatedKeywords in interface SearchResult
Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.