You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/10/17 10:22:42 UTC

[jira] [Commented] (SOLR-5219) Rewritten selection of the default search and document clustering algorithms

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

ASF subversion and git services commented on SOLR-5219:
-------------------------------------------------------

Commit 1533006 from [~dawidweiss] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1533006 ]

SOLR-5219: This comment is no longer valid (the first component becomes the default).

> Rewritten selection of the default search and document clustering algorithms
> ----------------------------------------------------------------------------
>
>                 Key: SOLR-5219
>                 URL: https://issues.apache.org/jira/browse/SOLR-5219
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Minor
>             Fix For: 4.5, 5.0
>
>
> This is currently quite messy: the user needs to explicitly name one algorithm as the "default", the code of processing that is a bit hairy.
> The new logic is:
> 1) if there is a clustering algorithm named 'default' it becomes the default one.
> 2) if there's any algorithm defined at all, the first one in declaration order becomes the default one.
> There is no need to declare clustering.algorithm parameter for the clustering component, unless the default from the above procedure needs to be altered.
> This is a fully backwards compatible improvement that allows one to declare more than one algorithm and give them sensible names.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org