File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
objectbox-java-api/src/main/java/io/objectbox/annotation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959 /**
6060 * The distance type used for the HNSW index. Changing this value causes re-indexing.
6161 */
62- HnswDistanceType distanceType () default HnswDistanceType .DEFAULT ;
62+ VectorDistanceType distanceType () default VectorDistanceType .DEFAULT ;
6363
6464 /**
6565 * When repairing the graph after a node was removed, this gives the probability of adding backlinks to the repaired
Original file line number Diff line number Diff line change 1717package io .objectbox .annotation ;
1818
1919/**
20- * The distance algorithm used by an {@link HnswIndex} (vector search).
20+ * The vector distance algorithm used by an {@link HnswIndex} (vector search).
2121 */
22- public enum HnswDistanceType {
22+ public enum VectorDistanceType {
2323
2424 /**
2525 * The default; currently {@link #EUCLIDEAN}.
You can’t perform that action at this time.
0 commit comments