public interface EntitySearcher
Site.| Modifier and Type | Field and Description |
|---|---|
static String |
QUERY_URI
The key used to define the baseUri of the query service used for the
implementation of this interface.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResultList<Representation> |
find(FieldQuery query)
Searches for Entities based on the parsed
FieldQuery and returns
for each entity an Representation over the selected fields and values |
QueryResultList<String> |
findEntities(FieldQuery query)
Searches for Entities based on the parsed
FieldQuery |
static final String QUERY_URI
SiteConfiguration#QUERY_URIQueryResultList<String> findEntities(FieldQuery query) throws IOException
FieldQueryquery - the queryIOExceptionQueryResultList<Representation> find(FieldQuery query) throws IOException
FieldQuery and returns
for each entity an Representation over the selected fields and valuesquery - the queryIOExceptionCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.