|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.stanbol.contenthub.search.related.ontologyresource.OntologyResourceSearch
@Service public class OntologyResourceSearch
| Constructor Summary | |
|---|---|
OntologyResourceSearch()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.util.List<RelatedKeyword>> |
search(java.lang.String keyword)
|
java.util.Map<java.lang.String,java.util.List<RelatedKeyword>> |
search(java.lang.String keyword,
java.lang.String ontologyURI)
Search for the given keyword in the external ontology as OWL individual, OWL class or CMS object by appending a "*" character at the end of the keyword if there is not any |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OntologyResourceSearch()
| Method Detail |
|---|
public java.util.Map<java.lang.String,java.util.List<RelatedKeyword>> search(java.lang.String keyword,
java.lang.String ontologyURI)
throws SearchException
search in interface RelatedKeywordSearchSearchException
public java.util.Map<java.lang.String,java.util.List<RelatedKeyword>> search(java.lang.String keyword)
throws SearchException
search in interface RelatedKeywordSearchSearchException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||