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

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

Introduction

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

The text is from its open source code.

Constructor

HalfFloatPoint(String name, float... point)
Creates a new FloatPoint, indexing the provided N-dimensional float point.

Method

shorthalfFloatToSortableShort(float v)
Convert a half-float to a short value that maintains ordering.
floatsortableShortToHalfFloat(short bits)
Convert short bits to a half-float value that maintains ordering.