[ 
https://issues.apache.org/jira/browse/LUCENE-7043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir resolved LUCENE-7043.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 6.0

> add BigIntegerPoint and InetAddressPoint to sandbox
> ---------------------------------------------------
>
>                 Key: LUCENE-7043
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7043
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Robert Muir
>             Fix For: 6.0
>
>         Attachments: LUCENE-7043.patch, LUCENE-7043.patch
>
>
> We can now index 128-bit quantities, but still, making Fields for these is a 
> bit of work: you have to do some numericutils sign-extension/sign-flipping 
> magic for BigInteger quantities, deal with ipv4-mapped ipv6 addresses, etc.
> We can just provide some simple field types that also have static factory 
> methods for exact match/ranges.
> The BigIntegerPoint is N-dimensional, so acts just like any other primitive, 
> except its bigger (e.g. long long).
> InetAddressPoint is 1-dimensional by nature: of course you can have multiple 
> values per field, thats different. Since we prefix-compress values, we can 
> just map IPv4 addresses to IPv6 space and it works for both types. This is 
> consistent with what InetAddress does itself anyway.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to