-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56953/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Sarath
Subramanian, Suma Shivaprasad, and Vimal Sharma.
Bugs: ATLAS-1573
https://issues.apache.org/jira/browse/ATLAS-1573
Repository: atlas
Description
-------
Adding FullText mapping support for EntityStore V2
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/graph/FullTextMapper.java
b988b427
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityChangeNotifier.java
a532f31b
Diff: https://reviews.apache.org/r/56953/diff/
Testing
-------
Verified full text is getting set for the created/updated entity.
Text search from UI shows the entity in the result.
Gremlin search using the entity GUID shows that the vertex has entityText
property set.
mvn clean package executes successfully.
Thanks,
Apoorv Naik