Package com.github.jelmerk.hnswlib.core
package com.github.jelmerk.hnswlib.core
-
ClassDescriptionDistanceFunction<TVector,
TDistance> Calculates distance between 2 vectors.Collection of distance functions.K-nearest neighbors search index.Base class for exceptions thrown byIndex
implementations.Item<TId,TVector> Indexable item.Implementation ofObjectSerializer
that uses java serialization to write the value.Implementation ofProgressListener
that does nothing.Implementations of this interface are used to customize how objects will be stored when the index is persistedCallback interface for reporting on the progress of an index operation.SearchResult<TItem,TDistance> Result of a nearest neighbour search.SparseVector<TVector>A sparse vector represented by an index array and a value array.Thrown to indicate that a nested exception occurred in one of the worker threads.