Uses of Interface
org.apache.lucene.util.hnsw.IntToIntFunction
-
Packages that use IntToIntFunction Package Description org.apache.lucene.util.hnsw Navigable Small-World graph, nominally Hierarchical but currently only has a single layer. -
-
Uses of IntToIntFunction in org.apache.lucene.util.hnsw
Fields in org.apache.lucene.util.hnsw declared as IntToIntFunction Modifier and Type Field Description private IntToIntFunction
OrdinalTranslatedKnnCollector. vectorOrdinalToDocId
Constructors in org.apache.lucene.util.hnsw with parameters of type IntToIntFunction Constructor Description OrdinalTranslatedKnnCollector(KnnCollector in, IntToIntFunction vectorOrdinalToDocId)
-