Blog data type, dataType parameter support
Added
- added
blogdata type. Various methods inEventRegistryclass accept it, such assuggestNewsSources(),suggestSourcesAtPlace()andgetNewsSourceUri().
Updated
QueryArticlesIter.initWithComplexQuery()now accepts also thedataTypeparameter (by defaultnews).
Removed
- Removed the parameter
articleBatchSizefromQueryArticlesIter.execQuerysince it was not useful. We are always returning the maximum number of results that can be obtained with a single query.