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

Review request for atlas and Bolke de Bruin.


Repository: atlas


Description
-------

Current implementation of FreeTextSearchProcessor applies filtering in memory 
to exclude deleted entities. This introduces significant performance overhead 
by generating redundant calls to solr index. The goal is to improve performance 
of FreeTextSearchProcessor by applying filter in solr query.


Diffs
-----

  
repository/src/main/java/org/apache/atlas/discovery/FreeTextSearchProcessor.java
 92b5eb4d2 


Diff: https://reviews.apache.org/r/72446/diff/1/


Testing
-------

Verified on our dev env and achieved 10x faster response for simple call to 
atlas basic search with over 50k entities.


Thanks,

Damian Warszawski

Reply via email to