| Package | Description |
|---|---|
| org.apache.stanbol.entityhub.servicesapi.query |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.clone()
Clones the 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.