enum

Crig::VectorStore::IndexStrategy::Kind

Inherits Enum < Comparable < Value < Object

Constants

BruteForce = 0
LSH = 1

Instance methods

brute_force?

Returns true if this enum value equals BruteForce

Source
lsh?

Returns true if this enum value equals LSH

Source