public class EsResult extends Object
Constructor and Description |
---|
EsResult(DocumentModelList documents,
List<Aggregate> aggregates) |
EsResult(IterableQueryResult rows,
List<Aggregate> aggregates) |
Modifier and Type | Method and Description |
---|---|
List<Aggregate> |
getAggregates() |
DocumentModelList |
getDocuments()
Get the list of Nuxeo documents, this is populated when using a SELECT * clause, or when submitting esQuery.
|
IterableQueryResult |
getRows()
Iterator to use when selecting fields: SELECT ecm:uuid ...
|
public EsResult(DocumentModelList documents, List<Aggregate> aggregates)
public EsResult(IterableQueryResult rows, List<Aggregate> aggregates)
public DocumentModelList getDocuments()
public IterableQueryResult getRows()
Copyright © 2015 Nuxeo SA. All rights reserved.