InetAddressPoint support in Solr or other IP type?

2018-03-22 Thread Mike Cooper
I have scoured the web and cannot find any discussion of having the Lucene InetAddressPoint type exposed in Solr. Is there a reason this is omitted from the Solr supported types? Is it on the roadmap? Is there an alternative recommended way to index and store Ipv4 and Ipv6 addresses for optimal ran

RE: InetAddressPoint support in Solr or other IP type?

2018-03-23 Thread Mike Cooper
P type? Hi, For IPv4, use TrieIntField with precisionStep=8 For IPv6 https://issues.apache.org/jira/browse/SOLR-6741 There's nothing there yet; you could help out if you are familiar with the codebase. Or you might try something relatively simple involving edge ngrams. ~ David On Th