Re: Sorting on ip address

2018-06-18 Thread David Hastings
sorry, I mean to an ip adress as a numeric value, example in MySQL: https://dev.mysql.com/doc/refman/8.0/en/miscellaneous-functions.html#function_inet-aton On Mon, Jun 18, 2018 at 12:35 PM, root23 wrote: > I am sorry i am not sure what you mean by store as atom. Is that an > fieldType > in solr

Re: Sorting on ip address

2018-06-18 Thread root23
I am sorry i am not sure what you mean by store as atom. Is that an fieldType in solr ? I couldnt find it in here https://lucene.apache.org/solr/guide/6_6/field-types-included-with-solr.html -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Sorting on ip address

2018-06-18 Thread Dave
Store it as an atom rather than an up address. > On Jun 18, 2018, at 12:14 PM, root23 wrote: > > Hi all, > is there a built in data type which i can use for ip address which can > provide me sorting ip address based on the class? if not then what is the > best way to sort based on ip address ?