| Package | Description |
|---|---|
| org.apache.stanbol.entityhub.servicesapi.query |
| Modifier and Type | Method and Description |
|---|---|
QueryResultList<? extends Representation> |
QueryService.find(Query query)
Searches for entities based on the parsed
FieldQuery and returns
representations as defined by the selected fields of the query. |
QueryResultList<String> |
QueryService.findReferences(Query query)
Searches for entities based on the parsed
FieldQuery and returns
the references (ids). |
QueryResultList<? extends Entity> |
QueryService.findSigns(Query query)
Searches for Signs based on the parsed
FieldQuery and returns
the selected Signs including the whole representation. |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.