[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-08-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/662 --- 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 #662: METRON-1056: Get field types from Elasticsearch

2017-08-01 Thread james-sirota
Github user james-sirota commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r130675495 --- Diff: metron-platform/metron-indexing/src/test/java/org/apache/metron/indexing/dao/IndexingDaoIntegrationTest.java --- @@ -27,28 +28,32 @@ imp

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-25 Thread simonellistonball
Github user simonellistonball commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129241629 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/controller/SearchController.java --- @@ -45,4 +49,18 @@ Respons

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129156078 --- Diff: metron-platform/metron-indexing/src/main/java/org/apache/metron/indexing/dao/search/FieldType.java --- @@ -0,0 +1,52 @@ +/** + * Lic

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129152184 --- Diff: metron-platform/metron-indexing/src/test/java/org/apache/metron/indexing/dao/IndexingDaoIntegrationTest.java --- @@ -27,28 +28,32 @@ im

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129152107 --- Diff: metron-platform/metron-indexing/src/main/java/org/apache/metron/indexing/dao/search/FieldType.java --- @@ -0,0 +1,52 @@ +/** + * Lic

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129147554 --- Diff: metron-platform/metron-indexing/src/test/java/org/apache/metron/indexing/dao/IndexingDaoIntegrationTest.java --- @@ -27,28 +28,32 @@ import

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129147257 --- Diff: metron-platform/metron-indexing/src/main/java/org/apache/metron/indexing/dao/search/FieldType.java --- @@ -0,0 +1,52 @@ +/** + * License

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129145507 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/controller/SearchController.java --- @@ -45,4 +49,18 @@ ResponseEntity

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129143530 --- Diff: metron-interface/metron-rest/README.md --- @@ -353,6 +355,20 @@ Request and Response objects are JSON formatted. The JSON schemas are available

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129051676 --- Diff: metron-interface/metron-rest/README.md --- @@ -353,6 +355,20 @@ Request and Response objects are JSON formatted. The JSON schemas are availa

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129051990 --- Diff: metron-interface/metron-rest/src/main/java/org/apache/metron/rest/controller/SearchController.java --- @@ -45,4 +49,18 @@ ResponseEnt

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129052380 --- Diff: metron-interface/metron-rest/README.md --- @@ -353,6 +355,20 @@ Request and Response objects are JSON formatted. The JSON schemas are availa

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129055024 --- Diff: metron-platform/metron-indexing/src/test/java/org/apache/metron/indexing/dao/IndexingDaoIntegrationTest.java --- @@ -27,28 +28,32 @@ im

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129054322 --- Diff: metron-platform/metron-indexing/src/main/java/org/apache/metron/indexing/dao/search/FieldType.java --- @@ -0,0 +1,52 @@ +/** + * Lic

[GitHub] metron pull request #662: METRON-1056: Get field types from Elasticsearch

2017-07-24 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/662#discussion_r129052922 --- Diff: metron-interface/metron-rest/README.md --- @@ -353,6 +355,20 @@ Request and Response objects are JSON formatted. The JSON schemas are availa