[jira] [Commented] (ATLAS-3760) Optimize FreeTextSearchProcessor to apply exclude deleted entity filter on solr side.

2020-04-29 Thread Damian Warszawski (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095884#comment-17095884
 ] 

Damian Warszawski commented on ATLAS-3760:
--

[~madhan] thanks for getting this done so quickly.

> Optimize FreeTextSearchProcessor to apply exclude deleted entity  filter on 
> solr side.
> --
>
> Key: ATLAS-3760
> URL: https://issues.apache.org/jira/browse/ATLAS-3760
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Damian Warszawski
>Priority: Minor
> Fix For: 2.1.0, 3.0.0
>
>
> *Problem 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. 
> *Goals*
> Improve performance of FreeTextSearchProcessor by applying filter in solr 
> query.
> *Proposed solution*
>  * replace in-memory filtering with filter in solr query.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3760) Optimize FreeTextSearchProcessor to apply exclude deleted entity filter on solr side.

2020-04-29 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095522#comment-17095522
 ] 

ASF subversion and git services commented on ATLAS-3760:


Commit 204275cc2d7fc520e1f9ea2b0f2ad6161af706c5 in atlas's branch 
refs/heads/master from Damian Warszawski
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=204275c ]

ATLAS-3760: optimize freetext search handling of excludeDeletedEntities flag

Signed-off-by: Madhan Neethiraj 


> Optimize FreeTextSearchProcessor to apply exclude deleted entity  filter on 
> solr side.
> --
>
> Key: ATLAS-3760
> URL: https://issues.apache.org/jira/browse/ATLAS-3760
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Damian Warszawski
>Priority: Minor
> Fix For: 3.0.0
>
>
> *Problem 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. 
> *Goals*
> Improve performance of FreeTextSearchProcessor by applying filter in solr 
> query.
> *Proposed solution*
>  * replace in-memory filtering with filter in solr query.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-3760) Optimize FreeTextSearchProcessor to apply exclude deleted entity filter on solr side.

2020-04-29 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095525#comment-17095525
 ] 

ASF subversion and git services commented on ATLAS-3760:


Commit 3fba80f2fc16bc87e82d2bb5a3f57e6c028a5e06 in atlas's branch 
refs/heads/branch-2.0 from Damian Warszawski
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=3fba80f ]

ATLAS-3760: optimize freetext search handling of excludeDeletedEntities flag

Signed-off-by: Madhan Neethiraj 
(cherry picked from commit 204275cc2d7fc520e1f9ea2b0f2ad6161af706c5)


> Optimize FreeTextSearchProcessor to apply exclude deleted entity  filter on 
> solr side.
> --
>
> Key: ATLAS-3760
> URL: https://issues.apache.org/jira/browse/ATLAS-3760
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Damian Warszawski
>Priority: Minor
> Fix For: 3.0.0
>
>
> *Problem 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. 
> *Goals*
> Improve performance of FreeTextSearchProcessor by applying filter in solr 
> query.
> *Proposed solution*
>  * replace in-memory filtering with filter in solr query.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)