Filter$json top-level constant

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

Implementation

@$core.Deprecated('Use filterDescriptor instead')
const Filter$json = {
  '1': 'Filter',
  '2': [
    {'1': 'should', '3': 1, '4': 3, '5': 11, '6': '.qdrant.Condition', '10': 'should'},
    {'1': 'must', '3': 2, '4': 3, '5': 11, '6': '.qdrant.Condition', '10': 'must'},
    {'1': 'must_not', '3': 3, '4': 3, '5': 11, '6': '.qdrant.Condition', '10': 'mustNot'},
    {'1': 'min_should', '3': 4, '4': 1, '5': 11, '6': '.qdrant.MinShould', '9': 0, '10': 'minShould', '17': true},
  ],
  '8': [
    {'1': '_min_should'},
  ],
};