Class Defaults.VectorIndex

java.lang.Object
com.couchbase.lite.Defaults.VectorIndex
Enclosing class:
Defaults

public static final class Defaults.VectorIndex extends Object
  • Field Details

    • IS_LAZY

      public static final boolean IS_LAZY
      Vectors are not lazily indexed, by default
      See Also:
    • ENCODING

      public static final VectorEncoding.ScalarQuantizerType ENCODING
      Vectors are encoded by using 8-bit Scalar Quantizer encoding, by default
    • DISTANCE_METRIC

      public static final VectorIndexConfiguration.DistanceMetric DISTANCE_METRIC
      By default, vectors are compared using Euclidean metrics
    • MIN_TRAINING_SIZE

      public static final long MIN_TRAINING_SIZE
      By default, the value will be determined based on the number of centroids, encoding types, and the encoding parameters.
      See Also:
    • MAX_TRAINING_SIZE

      public static final long MAX_TRAINING_SIZE
      By default, the value will be determined based on the number of centroids, encoding types, and the encoding parameters
      See Also:
    • NUM_PROBES

      public static final long NUM_PROBES
      By default, the value will be determined based on the number of centroids.
      See Also: