-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74996/
-----------------------------------------------------------
Review request for atlas, Jayendra Parab, Mandar Ambawane, Pinal Shah, and
Sheetal Shah.
Bugs: ATLAS-4864
https://issues.apache.org/jira/browse/ATLAS-4864
Repository: atlas
Description
-------
Problem:
When we perform a basic search, using a term with a query filter, it does not
produce the correct output. For example, if we use the filter Term as Term1 and
the query as Joe, the resulting output will be inaccurate.
Diffs
-----
repository/src/main/java/org/apache/atlas/discovery/SearchContext.java
9a9a5512a
repository/src/main/java/org/apache/atlas/discovery/TermSearchProcessor.java
b8a507eac
repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java
fb94aaedc
Diff: https://reviews.apache.org/r/74996/diff/1/
Testing
-------
Test cases have been added, and manual testing has been completed.
In the test case, we can filter using term0 and provide felt as the query,
which corresponds to the owner in the entity. This should give us the desired
output.
Thanks,
Darshil shah