|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntitySearcher
Interface used to provide service/technology specific implementation of the
search interface provided by Site.
| Field Summary | |
|---|---|
static String |
QUERY_URI
The key used to define the baseUri of the query service used for the implementation of this interface. This constants actually uses the value of SiteConfiguration#QUERY_URI |
| Method Summary | |
|---|---|
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 |
| Field Detail |
|---|
static final String QUERY_URI
SiteConfiguration#QUERY_URI
| Method Detail |
|---|
QueryResultList<String> findEntities(FieldQuery query)
throws IOException
FieldQuery
query - the query
IOException
QueryResultList<Representation> find(FieldQuery query)
throws IOException
FieldQuery and returns
for each entity an Representation over the selected fields and values
query - the query
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||