----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71344/ -----------------------------------------------------------
(Updated Aug. 22, 2019, 3:52 a.m.) Review request for atlas and Nixon Rodrigues. Changes ------- fix test Bugs: https://issues.apache.org/jira/browse/ATLAS-3384 https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/ATLAS-3384 Repository: atlas Description ------- Per janusgraph documentation https://docs.janusgraph.org/latest/index-parameters.html strings are indexed as text by default. Atlas uses string search which is suboptimal and leads to significant performance loss. This switches to use fulltext predicates which give a significant speedup. Diffs (updated) ----- repository/src/main/java/org/apache/atlas/query/GremlinClause.java ca8419a8c repository/src/test/java/org/apache/atlas/query/GremlinQueryComposerTest.java 568667054 Diff: https://reviews.apache.org/r/71344/diff/2/ Changes: https://reviews.apache.org/r/71344/diff/1-2/ Testing ------- Tested in prod with Solr/Hbase non embedded Thanks, Bolke de Bruin
