This is an automated email from the ASF dual-hosted git repository. sblackmon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/streams.git
commit 0a69606343f6fd83276f0813edc37a915621eb2f Merge: 11247eb fa6fb99 Author: Steve Blackmon <[email protected]> AuthorDate: Mon Dec 4 19:57:09 2017 -0600 Merge pull request #405 from steveblackmon/STREAMS-553 STREAMS-553: Implement Premium Search in streams-provider-twitter .../streams/twitter/api/ThirtyDaySearch.java | 48 ++++++ .../streams/twitter/api/ThirtyDaySearchCounts.java | 45 +++++ .../org/apache/streams/twitter/api/Twitter.java | 31 +++- .../apache/streams/twitter/search/SearchUtil.java | 114 +++++++++++++ .../twitter/api/ThirtyDaySearchCountsRequest.json | 42 +++++ .../twitter/api/ThirtyDaySearchCountsResponse.json | 41 +++++ .../twitter/api/ThirtyDaySearchRequest.json | 42 +++++ .../twitter/api/ThirtyDaySearchResponse.json | 28 ++++ .../streams/twitter/search/SearchGroups.json | 105 ++++++++++++ .../twitter/search/ThirtyDaySearchOperator.json | 183 +++++++++++++++++++++ .../apache/streams/twitter/test/api/TwitterIT.java | 42 +++++ .../twitter/test/search/SearchUtilTest.java | 79 +++++++++ 12 files changed, 799 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
