Aleksey N. Vinogradov
|
f16296b946
chore: copyright 2026
|
1 month ago |
Ilya Kuznetsov
|
b212bc68f3
feat!: Implemented knn rescoring and oversampling; added support for updated knn API
|
8 months ago |
Aleksey N. Vinogradov
|
a292e593ef
minor: (c) 2025
|
11 months ago |
Aleksey N. Vinogradov
|
fbfcac2cf9
exclude field-len columns from streamed dump
|
1 year ago |
subnix
|
3e312c2139
refactor: use common sql quotator
|
1 year ago |
Ilya Kuznetsov
|
694cbe53d4
disable implicit cutoff for knn queries
|
1 year ago |
Aleksey N. Vinogradov
|
aecbfdab98
escape json on streamed select
|
1 year ago |
Aleksey N. Vinogradov
|
3e0280236d
streamed push empty jsons as ''
|
1 year ago |
Aleksey N. Vinogradov
|
e4cbda9b58
streamed push arrays as (n,n,n)
|
1 year ago |
Aleksey N. Vinogradov
|
219261fd63
streamed push docid as uint64
|
1 year ago |
Ilya Kuznetsov
|
b45677f281
fixed multiple groupby on joined json attrs
|
1 year ago |
Ilya Kuznetsov
|
aaad011946
Decomposition of sphinxsort.cpp (#1881)
|
2 years ago |
Ilya Kuznetsov
|
7dd013d310
Implemented table join (#1855)
|
2 years ago |
Ilya Kuznetsov
|
5bccec2b6b
fixed grouping by aliased columnar attribute
|
2 years ago |
alexey
|
13202588f9
simplify internal iface
|
2 years ago |
Ilya Kuznetsov
|
a68636474a
fixed a crash on using knn_dist() without a knn() query
|
2 years ago |
alexey
|
ec4dcd4bec
remove FUNC_ATTR_DESC and FUNC_ATTR_ASC
|
2 years ago |
alexey
|
33e8e97969
Merge branch 'master' into test_suite
|
2 years ago |
alexey
|
e49596eda2
minor in schema remap
|
2 years ago |
Ilya Kuznetsov
|
514d35b497
Implemented date/time functions via CCTZ; moved CI test builds to Jammy (#2)
|
2 years ago |
Sergey Nikolaev
|
0dc5f776b6
Bumped year in copyright to 2024 (#1730)
|
2 years ago |
Ilya Kuznetsov
|
096761838a
added sorting of groups by knn_dist() by default
|
2 years ago |
alexey
|
0a8a3d622f
post-merge fixes
|
2 years ago |
Ilya Kuznetsov
|
2b579012fc
fixed implict cutoff vs limit; added better fullscan detection in json queries
|
2 years ago |
Ilya Kuznetsov
|
dec60f4a46
implemented float_vector data type; implemented knn index search via MCL
|
2 years ago |
Stas Klinov
|
7eaf7bc687
fixed grouper for multiple alias to json fields; added regression to test 410; fixed #1580
|
2 years ago |
Stas Klinov
|
490f20490f
fixed crash at global groupers on free of data ptr attributes; added case to test 448; fixed Github#1402
|
2 years ago |
Ilya Kuznetsov
|
2e405c1c9e
fixed implicit cutoff in fulltext queries; split MatchExtended into template parts
|
2 years ago |
Stas Klinov
|
801d77eaf5
fixed crash at grouper and ranker on using packed factors with multiple values per match (mva or json.array); fixed Github #1444; added case to test 315
|
2 years ago |
alexey
|
49e71962a0
fix memleak of removed (introduced in 95a5ef38)
|
2 years ago |