mirror of https://github.com/milvus-io/milvus.git
See also #29113 The collection schema is crucial when performing search/query but some of the information is calculated for every request. This PR change schema field of cached collection info into a utility `schemaInfo` type to store some stable result, say pk field, partitionKeyEnabled, etc. And provided field name to id map for search/query services. --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> |
||
---|---|---|
.. | ||
constant.go | ||
handler.go | ||
handler_test.go | ||
handler_v1.go | ||
handler_v1_test.go | ||
request.go | ||
utils.go | ||
utils_test.go | ||
wrap_request.go | ||
wrap_request_test.go | ||
wrapper.go | ||
wrapper_test.go |