CoreSearchPoints$json top-level constant

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

Implementation

@$core.Deprecated('Use coreSearchPointsDescriptor instead')
const CoreSearchPoints$json = {
  '1': 'CoreSearchPoints',
  '2': [
    {'1': 'collection_name', '3': 1, '4': 1, '5': 9, '10': 'collectionName'},
    {'1': 'query', '3': 2, '4': 1, '5': 11, '6': '.qdrant.QueryEnum', '10': 'query'},
    {'1': 'filter', '3': 3, '4': 1, '5': 11, '6': '.qdrant.Filter', '10': 'filter'},
    {'1': 'limit', '3': 4, '4': 1, '5': 4, '10': 'limit'},
    {'1': 'with_payload', '3': 5, '4': 1, '5': 11, '6': '.qdrant.WithPayloadSelector', '10': 'withPayload'},
    {'1': 'params', '3': 6, '4': 1, '5': 11, '6': '.qdrant.SearchParams', '10': 'params'},
    {'1': 'score_threshold', '3': 7, '4': 1, '5': 2, '9': 0, '10': 'scoreThreshold', '17': true},
    {'1': 'offset', '3': 8, '4': 1, '5': 4, '9': 1, '10': 'offset', '17': true},
    {'1': 'vector_name', '3': 9, '4': 1, '5': 9, '9': 2, '10': 'vectorName', '17': true},
    {'1': 'with_vectors', '3': 10, '4': 1, '5': 11, '6': '.qdrant.WithVectorsSelector', '9': 3, '10': 'withVectors', '17': true},
    {'1': 'read_consistency', '3': 11, '4': 1, '5': 11, '6': '.qdrant.ReadConsistency', '9': 4, '10': 'readConsistency', '17': true},
  ],
  '8': [
    {'1': '_score_threshold'},
    {'1': '_offset'},
    {'1': '_vector_name'},
    {'1': '_with_vectors'},
    {'1': '_read_consistency'},
  ],
};