(assistant) Fix logic error in filtering related domains
This commit is contained in:
parent
d715b1f9ca
commit
3da38d0483
@ -259,7 +259,7 @@ public class SimilarDomainsService {
|
|||||||
// or not very interesting
|
// or not very interesting
|
||||||
if (!domainResult.indexed()
|
if (!domainResult.indexed()
|
||||||
&& !domainResult.active()
|
&& !domainResult.active()
|
||||||
&& domainResult.relatedness() < 50)
|
&& domainResult.relatedness() > 50)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user