BinaryPoint

constructor(name: String, point: Array<ByteArray>)

General purpose API: creates a new BinaryPoint, indexing the provided N-dimensional binary point.

Parameters

name

field name

point

byte[][] value

Throws

if the field name or value is null.


constructor(name: String, packedPoint: ByteArray, type: IndexableFieldType)

Expert API