Re: IP Address as number

2013-02-10 Thread Erick Erickson
Not really, non text fields really don't get an analysis chain. The simplest thing would probably be to use copyField and store it both textually and as a numeric. You could handle that on the indexing side from the client or by writing an update component. But IPv4 addresses are really just 32-b

Re: IP Address as number

2013-02-07 Thread Isaac Hebsh
Small addition: To support query, I probably have to implement an analyzer (query time)... An analyzer can be configured on numeric (i.e non TEXT) field? On Thu, Feb 7, 2013 at 6:48 PM, Isaac Hebsh wrote: > Hi. > > I have to index field which contains an IP address. > Users want to query this f