milvus/pkg/util
Patrick Weizhi Xu 04fff74a56
feat: introduce Text data type (#39874)
issue: https://github.com/milvus-io/milvus/issues/39818

This PR mimics Varchar data type, allows insert, search, query, delete,
full-text search and others.
Functionalities related to filter expressions are disabled temporarily. 

Storage changes for Text data type will be in the following PRs.

Signed-off-by: Patrick Weizhi Xu <weizhi.xu@zilliz.com>
2025-02-19 11:04:51 +08:00
..
cache
commonpbutil
compressor
conc fix: sync task still running after DataNode has stopped (#38377) 2024-12-17 18:06:44 +08:00
contextutil enhance: add broadcast for streaming service (#39020) 2025-01-09 16:24:55 +08:00
crypto
distance
etcd feat: management WebUI homepage (#36822) 2024-10-23 11:29:28 +08:00
expr enhance: update the expr version to support automatic conversion of variable types (#36832) 2024-10-15 10:53:22 +08:00
funcutil feat: introduce Text data type (#39874) 2025-02-19 11:04:51 +08:00
gc enhance: refine exists log print with ctx (#38080) 2024-12-14 22:36:44 +08:00
generic
hardware enhance: Log error instead of panicking if load lock wait timeout (#39308) 2025-01-16 02:31:02 +08:00
indexparams fix:support config index offsetcache and fix create same index again (#35985) 2024-09-08 18:23:05 +08:00
interceptor
lifetime
lock fix: Make KeyLock obj pool size unlimited (#39182) 2025-01-13 18:04:58 +08:00
logutil
merr enhance: Add schema update time verification for insert and upsert to use cache (#39096) 2025-02-07 14:10:45 +08:00
metautil enhance: Add secondary index for querynode segment manager (#38311) 2024-12-10 18:18:42 +08:00
metric feat: added more checks for function creation check (#36766) 2024-10-13 17:43:22 +08:00
metricsinfo enhance: expose more metrics data (#39456) 2025-02-07 11:50:50 +08:00
netutil fix: port listen racing in mix or standalone mode (#36442) 2024-09-26 21:23:16 +08:00
parameterutil
paramtable feat: introduce Text data type (#39874) 2025-02-19 11:04:51 +08:00
ratelimitutil fix: revert optimize CPU usage for CheckHealth requests (#35589) (#38555) 2024-12-19 00:38:45 +08:00
requestutil enhance: access log support print with consistency level (#33503) 2024-06-05 17:13:50 +08:00
resource fix: [skip e2e] unstable ut TestResourceManager (#37761) 2024-11-19 10:24:31 +08:00
retry enhance: use lazy initializing client for streaming node (#38400) 2024-12-23 11:36:47 +08:00
symbolizer
syncutil enhance: remove the rpc layer of coordinator when enabling standalone or mixcoord (#37815) 2024-11-23 21:36:33 +08:00
testutils feat: Support Int8Vector in go (#38990) 2025-01-14 20:43:06 +08:00
tikv
timerecord
tsoutil fix: Int64 overflow in JSON encoding (#37657) 2024-11-14 22:52:30 +08:00
typeutil feat: introduce Text data type (#39874) 2025-02-19 11:04:51 +08:00
uniquegenerator
vralloc feat: adding grouped virtual resource allocator (#33669) 2024-06-21 15:58:01 +08:00
OWNERS
constant.go enhance: remain token after authorize (#39453) 2025-01-20 20:27:23 +08:00