Java org.apache.lucene.document InetAddressPoint fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.document InetAddressPoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.document InetAddressPoint.

The text is from its open source code.

Field

InetAddressMAX_VALUE
The maximum value that an ip address can hold.

Constructor

InetAddressPoint(String name, InetAddress point)
Creates a new InetAddressPoint, indexing the provided address.

Method

InetAddressdecode(byte value[])
Decodes InetAddress value from binary encoding
byte[]encode(InetAddress value)
Encode InetAddress value into binary encoding
QuerynewExactQuery(String field, InetAddress value)
Create a query for matching a network address.
QuerynewPrefixQuery(String field, InetAddress value, int prefixLength)
Create a prefix query for matching a CIDR network range.
QuerynewRangeQuery(String field, InetAddress lowerValue, InetAddress upperValue)
Create a range query for network addresses.