----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71282/ -----------------------------------------------------------
(Updated Sept. 15, 2019, 8:10 a.m.) Review request for atlas, Ashutosh Mestry, Aadarsh Jajodia, Sridhar K, Le Ma, Madhan Neethiraj, and Nixon Rodrigues. Changes ------- Addressed comments. Bugs: https://issues.apache.org/jira/browse/ATLAS-3367 https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/ATLAS-3367 Repository: atlas Description ------- Both ElasticSearch and SOLR can expose the total count of results without returning all results. This is useful to give the user or client an idea how many results there are. This patch ensures the total is returned if available. This total is an approximate as scrubbing of the results still needs to happen. Therefore, one should not only rely on this information to provide ,for example, pagination. Diffs (updated) ----- intg/src/main/java/org/apache/atlas/model/discovery/AtlasSearchResult.java d274cc07e repository/src/main/java/org/apache/atlas/discovery/ClassificationSearchProcessor.java 479ddfd89 repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java f667aa399 repository/src/main/java/org/apache/atlas/discovery/EntitySearchProcessor.java f7d8f08c7 repository/src/main/java/org/apache/atlas/discovery/FreeTextSearchProcessor.java 1dd1afaa3 repository/src/main/java/org/apache/atlas/discovery/FullTextSearchProcessor.java 0ffd61c07 repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java f7847edff repository/src/main/java/org/apache/atlas/discovery/TermSearchProcessor.java c253d544b Diff: https://reviews.apache.org/r/71282/diff/5/ Changes: https://reviews.apache.org/r/71282/diff/4-5/ Testing ------- Thanks, Bolke de Bruin
