[jira] [Commented] (LUCENE-7403) Don't artificially lower the leaf block size of points in the 1D case

2016-08-03 Thread ASF subversion and git services (JIRA)

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

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

Commit 234ea3ef8954325923f4e85c5c0aa72c3bb15baa in lucene-solr's branch 
refs/heads/master from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=234ea3e ]

LUCENE-7403: Use blocks of exactly maxPointsInLeafNodes values in the 1D case.


> Don't artificially lower the leaf block size of points in the 1D case
> -
>
> Key: LUCENE-7403
> URL: https://issues.apache.org/jira/browse/LUCENE-7403
> Project: Lucene - Core
>  Issue Type: Bug
>Reporter: Adrien Grand
>Priority: Minor
> Attachments: LUCENE-7403.patch
>
>
> Points currently put 0.75*maxPointsInLeafNode values in the leaf nodes, as an 
> attempt to have as many values as multi-dimensional points on average. 
> However, I don't think this is necessary, especially since 1D points are now 
> written the same way at flush and write time (from a sorted iterator).



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

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



[jira] [Commented] (LUCENE-7403) Don't artificially lower the leaf block size of points in the 1D case

2016-08-03 Thread ASF subversion and git services (JIRA)

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

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

Commit e360afe70ce99d0d0b7c23cec0439f8773618de4 in lucene-solr's branch 
refs/heads/branch_6x from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=e360afe ]

LUCENE-7403: Use blocks of exactly maxPointsInLeafNodes values in the 1D case.


> Don't artificially lower the leaf block size of points in the 1D case
> -
>
> Key: LUCENE-7403
> URL: https://issues.apache.org/jira/browse/LUCENE-7403
> Project: Lucene - Core
>  Issue Type: Bug
>Reporter: Adrien Grand
>Priority: Minor
> Attachments: LUCENE-7403.patch
>
>
> Points currently put 0.75*maxPointsInLeafNode values in the leaf nodes, as an 
> attempt to have as many values as multi-dimensional points on average. 
> However, I don't think this is necessary, especially since 1D points are now 
> written the same way at flush and write time (from a sorted iterator).



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

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



[jira] [Commented] (LUCENE-7403) Don't artificially lower the leaf block size of points in the 1D case

2016-08-03 Thread Michael McCandless (JIRA)

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

Michael McCandless commented on LUCENE-7403:


+1

> Don't artificially lower the leaf block size of points in the 1D case
> -
>
> Key: LUCENE-7403
> URL: https://issues.apache.org/jira/browse/LUCENE-7403
> Project: Lucene - Core
>  Issue Type: Bug
>Reporter: Adrien Grand
>Priority: Minor
> Attachments: LUCENE-7403.patch
>
>
> Points currently put 0.75*maxPointsInLeafNode values in the leaf nodes, as an 
> attempt to have as many values as multi-dimensional points on average. 
> However, I don't think this is necessary, especially since 1D points are now 
> written the same way at flush and write time (from a sorted iterator).



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

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