Package | Description |
---|---|
org.alfresco.repo.search.impl.querymodel | |
org.alfresco.service.cmr.search |
Modifier and Type | Method and Description |
---|---|
Map<Set<String>,ResultSet> |
QueryEngineResults.getResults() |
Constructor and Description |
---|
QueryEngineResults(Map<Set<String>,ResultSet> results) |
Modifier and Type | Method and Description |
---|---|
ResultSet |
ResultSetRow.getResultSet()
Get the containing result set
|
ResultSet |
SearchService.query(SearchParameters searchParameters)
Search using the given SearchParameters
|
ResultSet |
SearchService.query(StoreRef store,
QName queryId,
QueryParameter[] queryParameters)
Execute a canned query
|
ResultSet |
SearchService.query(StoreRef store,
String language,
String query)
Search against a store.
|
ResultSet |
SearchService.query(StoreRef store,
String language,
String query,
QueryParameterDefinition[] queryParameterDefinitions)
Search against a store.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.