[ https://issues.apache.org/jira/browse/SOLR-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17223631#comment-17223631 ]
Dawid Weiss commented on SOLR-14926: ------------------------------------ This is a rather large patch but I think the state it leaves Solr in is much better than before. The clustering extension now works in distributed mode, has fewer dependencies and just generally cleans up a lot of old, unused cruft that has accumulated over the years. If somebody wishes to take a look at the PR, please go ahead. I plan to create a backport PR soon and merge it next week if there are no objections. > Modernize and clean up document clustering contrib > -------------------------------------------------- > > Key: SOLR-14926 > URL: https://issues.apache.org/jira/browse/SOLR-14926 > Project: Solr > Issue Type: Improvement > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Dawid Weiss > Assignee: Dawid Weiss > Priority: Major > Fix For: 8.8 > > > The clustering contrib was written a long time ago and it shows its age. We > have two separate interfaces (for clustering search results and for > clustering documents). The second one never received any attention and no > implementation exists for it. > I plan to do the following: > - *remove* the document clustering interface entirely, leave only the > post-search results clustering extension, > - upgrade the implementation to Carrot2 4.x (this gets rid of those > long-standing odd dependencies), > - clean up the code where appropriate. > My plan is to apply this to master, initially, but also backport to 8x if > there are no objections. I don't think it'll hurt anybody. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org