SearchParams$json top-level constant

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

Implementation

@$core.Deprecated('Use searchParamsDescriptor instead')
const SearchParams$json = {
  '1': 'SearchParams',
  '2': [
    {'1': 'hnsw_ef', '3': 1, '4': 1, '5': 4, '9': 0, '10': 'hnswEf', '17': true},
    {'1': 'exact', '3': 2, '4': 1, '5': 8, '9': 1, '10': 'exact', '17': true},
    {'1': 'quantization', '3': 3, '4': 1, '5': 11, '6': '.qdrant.QuantizationSearchParams', '9': 2, '10': 'quantization', '17': true},
    {'1': 'indexed_only', '3': 4, '4': 1, '5': 8, '9': 3, '10': 'indexedOnly', '17': true},
  ],
  '8': [
    {'1': '_hnsw_ef'},
    {'1': '_exact'},
    {'1': '_quantization'},
    {'1': '_indexed_only'},
  ],
};