----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71726/#review218521 -----------------------------------------------------------
Fix it, then Ship it! repository/src/main/java/org/apache/atlas/repository/graph/SolrIndexHelper.java Lines 54 (patched) <https://reviews.apache.org/r/71726/#comment306263> Not sure if search-weight for custom-attributes should be same as classifications & labels; perhaps these shouldn't be appear in suggestions as well. Consider assigning default search-weight (3) for custom-attributes. - Madhan Neethiraj On Nov. 6, 2019, 6:15 a.m., Sarath Subramanian wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/71726/ > ----------------------------------------------------------- > > (Updated Nov. 6, 2019, 6:15 a.m.) > > > Review request for atlas, Ashutosh Mestry, Aadarsh Jajodia, Sridhar K, Le Ma, > Madhan Neethiraj, mayank jain, Nikhil Bonte, Nixon Rodrigues, Saqeeb Shaikh, > and Sidharth Mishra. > > > Bugs: ATLAS-3510 > https://issues.apache.org/jira/browse/ATLAS-3510 > > > Repository: atlas > > > Description > ------- > > Searching on label name in quicksearch box doesn't return entities matching > label names. This should follow the same behavior of classification name > search in quick search > > > Solution: > > label and user-defined properties are specially added manually when > registering search-weights using solr-client > > > Diffs > ----- > > > repository/src/main/java/org/apache/atlas/repository/graph/SolrIndexHelper.java > 73108617c > > repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java > 7853dc15c > > > Diff: https://reviews.apache.org/r/71726/diff/1/ > > > Testing > ------- > > Mamnually validated quick search and suggestions yields right result. > > > Thanks, > > Sarath Subramanian > >
