|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| org.apache.stanbol.entityhub.servicesapi.query | |
| Uses of Query in org.apache.stanbol.entityhub.servicesapi.query |
|---|
| Subinterfaces of Query in org.apache.stanbol.entityhub.servicesapi.query | |
|---|---|
interface |
EntityQuery
A simple Search service that is intended for Entity lookup based on Tags/Keywords by parsing the exact name Prefix to provide suggestions for users that type some characters into a search field. |
interface |
FieldQuery
Simple query interface that allows to search for representations based on fields and there values. |
| Methods in org.apache.stanbol.entityhub.servicesapi.query that return Query | |
|---|---|
Query |
Query.clone()
Clones the query. |
| Methods in org.apache.stanbol.entityhub.servicesapi.query with parameters of type Query | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||