-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57434/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Sarath
Subramanian, Suma Shivaprasad, and Vimal Sharma.
Bugs: ATLAS-1659
https://issues.apache.org/jira/browse/ATLAS-1659
Repository: atlas
Description
-------
Currently the remapping is not done when the trait/tag gets added/removed from
entity. This patch fixes it.
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/graph/FullTextMapperV2.java
e029c399
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityChangeNotifier.java
41674fe6
Diff: https://reviews.apache.org/r/57434/diff/1/
Testing
-------
mvn clean install works
Was able to see the updated fullText field using gremlin after performing
add/delete tags from UI
Thanks,
Apoorv Naik