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

G1 warming on lucene wiki

2018-09-27 Thread Jeff Courtade
Hello, I have been looking into tuning the garbage collector for solr. I found this entry on the lucene wiki that seems to be out of date. The bug referenced is reported as resolved now. Could someone validate whether it is safe to use G1 garbage collection with lucene? "Do not, under any circum

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

Re: Running query against a single document

2018-09-27 Thread Aurélien MAZOYER
Hi Tom and Erick, Thank you a lot for your answers. @Tom : Yes, we have considered MemoryIndex. But as far as I understood, we will have to create a MemoryIndex that contains 1 single document every time we will want to test our query against a document. I think we'll have to perform some tests to