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

(Updated June 23, 2020, 11:47 a.m.)


Review request for atlas, Ashutosh Mestry, Jayendra Parab, Madhan Neethiraj, 
Nixon Rodrigues, and Sarath Subramanian.


Changes
-------

Update index field names for testcases


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);
}


Diffs (updated)
-----

  
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/

Changes: https://reviews.apache.org/r/72610/diff/2-3/


Testing
-------

Precommit : 
https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/1971/console


Thanks,

Pinal Shah

Reply via email to