Match$json top-level constant

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

Implementation

@$core.Deprecated('Use matchDescriptor instead')
const Match$json = {
  '1': 'Match',
  '2': [
    {'1': 'keyword', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'keyword'},
    {'1': 'integer', '3': 2, '4': 1, '5': 3, '9': 0, '10': 'integer'},
    {'1': 'boolean', '3': 3, '4': 1, '5': 8, '9': 0, '10': 'boolean'},
    {'1': 'text', '3': 4, '4': 1, '5': 9, '9': 0, '10': 'text'},
    {'1': 'keywords', '3': 5, '4': 1, '5': 11, '6': '.qdrant.RepeatedStrings', '9': 0, '10': 'keywords'},
    {'1': 'integers', '3': 6, '4': 1, '5': 11, '6': '.qdrant.RepeatedIntegers', '9': 0, '10': 'integers'},
    {'1': 'except_integers', '3': 7, '4': 1, '5': 11, '6': '.qdrant.RepeatedIntegers', '9': 0, '10': 'exceptIntegers'},
    {'1': 'except_keywords', '3': 8, '4': 1, '5': 11, '6': '.qdrant.RepeatedStrings', '9': 0, '10': 'exceptKeywords'},
  ],
  '8': [
    {'1': 'match_value'},
  ],
};