summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_es_query.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: es: add support for != operatorYehuda Sadeh2019-01-261-1/+33
* rgw: clean-up -- insure C++ source code files contain editor directivesJ. Eric Ivancich2018-12-111-0/+3
* Merge pull request #21637 from ceph/wip-da-SCA-20180423Kefu Chai2018-05-061-2/+2
|\
| * misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-2/+2
* | misc: mark functions with 'override' specifierDanny Al-Gaaf2018-05-021-9/+9
|/
* [cleanup] Remove namespace using directives for stdShinobu Kinjo2017-11-271-1/+0
* rgw: initialize Non-static class member val in ESQueryNodeLeafVal_IntJos Collin2017-06-231-1/+1
* rgw: fix time format that is sent to elasticsearchYehuda Sadeh2017-05-301-2/+3
* rgw: guard restricted fields in es queryYehuda Sadeh2017-05-301-1/+8
* rgw: add dout defsYehuda Sadeh2017-05-301-0/+3
* rgw: support field aliases in es compilerYehuda Sadeh2017-05-301-15/+24
* rgw: support more meaningful compilation error stringYehuda Sadeh2017-05-301-26/+40
* rgw: support for generic entities types in esYehuda Sadeh2017-05-301-52/+139
* rgw: initial support for multiple types in es requestsYehuda Sadeh2017-05-301-25/+78
* rgw: add permissions and bucket to es queryYehuda Sadeh2017-05-301-0/+11
* rgw: move code aroundYehuda Sadeh2017-05-301-29/+0
* rgw: work on REST handler for es moduleYehuda Sadeh2017-05-301-158/+103
* rgw: rename rgw_rest_es.cc to rgw_es_query.ccYehuda Sadeh2017-05-301-0/+559