msokolov commented on PR #13566:
URL: https://github.com/apache/lucene/pull/13566#issuecomment-2227508427

   I tried implementing a "strongly-connected" version of this thing. My 
implementation is super slow (makes indexing take way longer) and the result in 
terms of search metrics was about the same. I might see about using another 
implementation, maybe this one? 
https://www.geeksforgeeks.org/tarjan-algorithm-find-strongly-connected-components/
 but it may not be worth it given this whole thing is best-effort anyway


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to