----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61721/#review183156 -----------------------------------------------------------
repository/src/main/java/org/apache/atlas/repository/graph/FullTextMapperV2.java Line 127 (original), 143 (patched) <https://reviews.apache.org/r/61721/#comment259181> excludeAttributes - has attributes for the entity-type. It should be for classification.getTypeName() here. Please review. - Madhan Neethiraj On Aug. 17, 2017, 9:02 p.m., Sarath Subramanian wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61721/ > ----------------------------------------------------------- > > (Updated Aug. 17, 2017, 9:02 p.m.) > > > Review request for atlas and Madhan Neethiraj. > > > Bugs: ATLAS-2054 > https://issues.apache.org/jira/browse/ATLAS-2054 > > > Repository: atlas > > > Description > ------- > > Add property in atlas-application.properties to exclude listed attributes to > be excluded when mapping fulltext > > e.g. > atlas.search.fulltext.type.hive_table.attributes.exclude=profileData > atlas.search.fulltext.type.hive_column.attributes.exclude=profileData > > > Diffs > ----- > > > repository/src/main/java/org/apache/atlas/repository/graph/FullTextMapperV2.java > 1ed12bc0 > > > Diff: https://reviews.apache.org/r/61721/diff/1/ > > > Testing > ------- > > mvn clean package suceeded. > > > Thanks, > > Sarath Subramanian > >
