[ https://issues.apache.org/jira/browse/LUCENE-7232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15249864#comment-15249864
]
ASF subversion and git services commented on LUCENE-7232:
---------------------------------------------------------
Commit 22d633509a1aea05b2c3a76aaa5c1de030bb75b7 in lucene-solr's branch refs/heads/branch_6x
from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=22d6335 ]
LUCENE-7232: Fixed InetAddressPoint.newPrefixQuery.
> InetAddressPoint.newPrefixQuery is not correct when prefixLength is not a multiple of
8
> ---------------------------------------------------------------------------------------
>
> Key: LUCENE-7232
> URL: https://issues.apache.org/jira/browse/LUCENE-7232
> Project: Lucene - Core
> Issue Type: Bug
> Affects Versions: 6.0
> Reporter: Adrien Grand
> Assignee: Adrien Grand
> Priority: Minor
> Attachments: LUCENE-7232.patch
>
>
> The reason is that it applies masks on individual bytes in the wrong order: it goes from
the lower bits to the upper bits instead of the opposite.
--
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
|