-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73155/
-----------------------------------------------------------
Review request for atlas, Madhan Neethiraj and Verdan Mahmood.
Bugs: ATLAS-4108
https://issues.apache.org/jira/browse/ATLAS-4108
Repository: atlas
Description
-------
Currently atlas does not allow to use the free text search processor with
elasticsearch. Only Solr is supported. Since we're using elasticsearch we did
some investigation and it turns out that if we remove one line which adds a qt
param that is solr specific, the rest of the code works with elasticsearch just
fine.
Diffs
-----
repository/src/main/java/org/apache/atlas/discovery/FreeTextSearchProcessor.java
56b514de1
repository/src/main/java/org/apache/atlas/util/AtlasRepositoryConfiguration.java
c37d75760
Diff: https://reviews.apache.org/r/73155/diff/1/
Testing
-------
We are running a fork with this change and elasticsearch and it works fine.
Thanks,
jcellary