SparseIndexConfig$json top-level constant

  1. @Deprecated('Use sparseIndexConfigDescriptor instead')
Map<String, Object> const SparseIndexConfig$json

Implementation

@$core.Deprecated('Use sparseIndexConfigDescriptor instead')
const SparseIndexConfig$json = {
  '1': 'SparseIndexConfig',
  '2': [
    {'1': 'full_scan_threshold', '3': 1, '4': 1, '5': 4, '9': 0, '10': 'fullScanThreshold', '17': true},
    {'1': 'on_disk', '3': 2, '4': 1, '5': 8, '9': 1, '10': 'onDisk', '17': true},
    {'1': 'datatype', '3': 3, '4': 1, '5': 14, '6': '.qdrant.Datatype', '9': 2, '10': 'datatype', '17': true},
  ],
  '8': [
    {'1': '_full_scan_threshold'},
    {'1': '_on_disk'},
    {'1': '_datatype'},
  ],
};