[GitHub] metron pull request #677: METRON-1073: Add option to limit fields returned f...

2017-08-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/677 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] metron pull request #677: METRON-1073: Add option to limit fields returned f...

2017-08-23 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/677#discussion_r134860066 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/dao/ElasticsearchDao.java --- @@ -100,7 +107,16 @@ public Sea

[GitHub] metron pull request #677: METRON-1073: Add option to limit fields returned f...

2017-08-23 Thread mmiklavc
Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/metron/pull/677#discussion_r134839995 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/dao/ElasticsearchDao.java --- @@ -100,7 +107,16 @@ public Sear

[GitHub] metron pull request #677: METRON-1073: Add option to limit fields returned f...

2017-08-03 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/677#discussion_r131133901 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/dao/ElasticsearchDao.java --- @@ -81,8 +82,14 @@ public Search

[GitHub] metron pull request #677: METRON-1073: Add option to limit fields returned f...

2017-08-03 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/677#discussion_r131133808 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/dao/ElasticsearchDao.java --- @@ -81,8 +82,14 @@ public Search

[GitHub] metron pull request #677: METRON-1073: Add option to limit fields returned f...

2017-08-03 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/677#discussion_r131133566 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/dao/ElasticsearchDao.java --- @@ -81,8 +82,14 @@ public Search

[GitHub] metron pull request #677: METRON-1073: Add option to limit fields returned f...

2017-08-02 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/677 METRON-1073: Add option to limit fields returned from search query ## Contributor Comments This PR adds the option to explicitly declare which fields should be returned in search results. Add