@Service public class ReferencedSiteSearch extends Object implements org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearch
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
organizationTypedProperties
dbpedia-owl:organization ranged properties for related organizations
|
static List<String> |
personTypedProperties
dbpedia-owl:person ranged properties for related persons
|
static List<String> |
placeTypedProperties
dbpedia-owl:place ranged properties for related places
|
| Constructor and Description |
|---|
ReferencedSiteSearch() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword>> |
search(String keyword) |
Map<String,List<org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword>> |
search(String keyword,
String ontologyURI) |
public static final List<String> placeTypedProperties
public static final List<String> personTypedProperties
public Map<String,List<org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword>> search(String keyword) throws org.apache.stanbol.contenthub.servicesapi.search.SearchException
search in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchorg.apache.stanbol.contenthub.servicesapi.search.SearchExceptionpublic Map<String,List<org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword>> search(String keyword, String ontologyURI) throws org.apache.stanbol.contenthub.servicesapi.search.SearchException
search in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordSearchorg.apache.stanbol.contenthub.servicesapi.search.SearchExceptionCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.