Re: Hex support in Lucene

2018-09-27 Thread Adrien Grand
Hello Rajnish, Have you seen InetAddressPoint? https://lucene.apache.org/core/7_5_0/misc/org/apache/lucene/document/InetAddressPoint.html Le jeu. 27 sept. 2018 à 12:08, Rajnish kamboj a écrit : > Hi > > We want to index and search hex numbers (including hex ranges) in Lucene. > > We are using L

Hex support in Lucene

2018-09-27 Thread Rajnish kamboj
Hi We want to index and search hex numbers (including hex ranges) in Lucene. We are using Lucene 5.3.1 I could find only Int and long but not hex. My hex numbers are IPV6 excluding colon. Long can not hold such big hex numbers. What could be the possible solution to this. Regards Rajnish