-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.9.3
-
Component/s: Elasticsearch
-
Epic Link:
-
Sprint:Sprint RepoTeam 5.9.5-2, Sprint RepoTeam 7.1-1, Sprint RepoTeam 7.1-2
On nuxeo-elasticsearch 5.9.3 there is no support of the select clause (fields, distinct max, min, avg, count).
Results should be exposed with a IterableQueryResult like queryAndFetch.
A first level impl is to provide access to Nuxeo fields, so we can handle queries like:
SELECT ecm:uuid, dc:title FROM Document WHERE ...