-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72610/#review221053
-----------------------------------------------------------


Ship it!




Ship It!

- Madhan Neethiraj


On June 23, 2020, 11:49 a.m., Pinal Shah wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72610/
> -----------------------------------------------------------
> 
> (Updated June 23, 2020, 11:49 a.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Jayendra Parab, Madhan Neethiraj, 
> Nixon Rodrigues, and Sarath Subramanian.
> 
> 
> Bugs: ATLAS-3850
>     https://issues.apache.org/jira/browse/ATLAS-3850
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> During basic search, terms(meanings) in the entity response header is empty, 
> because while fetching terms from the vertex edge, term label is wrong
> 
> **Solution: Removed "__" prefix from the term edge label while fetching.**
> 
> TO-DO: Find out reason or remove this line
> GraphBackedSearchIndexer.initialize(){
>  --> createEdgeLabel(management, Constants.TERM_ASSIGNMENT_LABEL);
> }
> 
> Added below index field names for FreetextSearchProcessor
> "Referenceable.qualifiedName" -> "3eh1_t"
> "__labels" -> "yrp_t"
> "__propagatedClassificationNames" -> "m4l_t"
> "__classificationNames" -> "kjp_t"
> "__classificationsText" -> "iyt_t"
> "__typeName" -> "cn9_t"
> "__customAttributes" -> "x6t_t"
> "__state" -> "hdx_t"
> "Asset.__s_name" -> "3ksl_s"
> "Asset.__s_owner" -> "3qbp_s"
> "Asset.__s_displayName" -> "3mdh_s"
> "Asset.__s_userDescription" -> "3oqt_s"
> "Asset.description" -> "3nyd_t"
> "hive_db.clusterName" -> "7uv9_t"
> "hive_table.tableType" -> "7ldx_t"
> 
> 
> Diffs
> -----
> 
>   
> repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexer.java
>  4a09b08a4 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
>  757fcb116 
>   test-tools/src/main/resources/solr/core-template/solrconfig.xml ef74a0a45 
> 
> 
> Diff: https://reviews.apache.org/r/72610/diff/3/
> 
> 
> Testing
> -------
> 
> Precommit : https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/1973
> 
> 
> Thanks,
> 
> Pinal Shah
> 
>

Reply via email to