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 2016/12/12 09:01:14 UTC

[jira] [Commented] (LUCENE-7591) Let DatasetSplitter approximate no. of class values by no. of terms

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

ASF subversion and git services commented on LUCENE-7591:
---------------------------------------------------------

Commit 87d8b5450a6d75fdd4b724b24a3722054b6d00f8 in lucene-solr's branch refs/heads/master from [~teofili]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=87d8b54 ]

LUCENE-7591 - approximate to no. of terms when DVs are not available


> Let DatasetSplitter approximate no. of class values by no. of terms
> -------------------------------------------------------------------
>
>                 Key: LUCENE-7591
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7591
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/classification
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: master (7.0)
>
>
> Currently {{DatasetSplitter}} throws an exception if it's not possible to find {{SortedDocValues}} or {{SortedSetDocValues}} on the class field as it wouldn't be possible to correctly split the indexes in a balanced way.
> As a fallback we could instead use the no. of terms per leaf reader as an approximate count (upper bound) to the no. of classes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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