Commit History

Author SHA1 Message Date
  Ilya Kuznetsov 090feb9aa8 fix: fixed postlimit attribute eval in joined tables; updated final columnar/docstore eval threshold to improve performance 2 weeks ago
  Stas 51adaa2493 fix join filter with alias from expression; added cases to test 278; fix #3213 2 weeks ago
  Sergey Nikolaev 2c59803fef fix: avoid join stored-field/attr name collisions 3 weeks ago
  Ilya Kuznetsov 169ed83d9f fix: evaluate stored attributes in final if cutoff is set 3 weeks ago
  Stas a6db821e71 fix: reject columnar MVA in multi group-by #3226 and #4182 after the regression poped at the MCL CI 3 weeks ago
  Sergey Nikolaev 67ee57801a fix: reject columnar MVA in multi group-by (#4182) 3 weeks ago
  Ilya Kuznetsov e6a939b604 fix: changed filter/filter tree evaluation in joined queries 1 month ago
  Ilya Kuznetsov fe6069e667 fix: optimized IsIndependentAttr(); fixed a crash on vector reallocation in FetchAttrDependencies; fixed handling of circular dependencies 1 month ago
  Ilya Kuznetsov c6e955e018 feat: set {oversampling=3, rescore=1} as default knn search mode; added syntax for omitting k in knn queries; query limit is implicitly set to k when k is used 1 month ago
  Aleksey N. Vinogradov f16296b946 chore: copyright 2026 1 month ago
  Ilya Kuznetsov 9e24168705 Fix: moved stored attribute evaluation to postlimit stage (when possible) 2 months ago
  Ilya Kuznetsov 90b5fa0bed fix: fixed rescored knn distance being calculated when rescoring was not requested; added code to pass float vector access hints to columnar storage 3 months ago
  Sergey Nikolaev 690f29d4a1 fix: add validation for aggregate functions on text columns 3 months ago
  Ilya Kuznetsov ca9b2ac173 fix: fixed a crash on joined query with multiple facets 6 months ago
  Ilya Kuznetsov ac8c4bfdc7 fix: fixed a crash on joining by non-columnar string attributes; improved error reporting 6 months ago
  Ilya Kuznetsov 7468815946 fix: fixed a crash on embeddings in query when no model was specified; added embeddings string to master-agent communication; added tests 6 months ago
  Ilya Kuznetsov 59c413879f feat: generate auto embeddings in queries 7 months ago
  Ilya Kuznetsov cda79b1094 feat: implemented distributed local index as left table in join 7 months ago
  Ilya Kuznetsov b212bc68f3 feat!: Implemented knn rescoring and oversampling; added support for updated knn API 8 months ago
  Ilya Kuznetsov ba23fcf7dd Implemented automatic embeddings generation 9 months ago
  Stas bb0413d24f fixed wrong sort on json.field for facet search queries; fixed #3133; added cases to test 226 9 months ago
  Stas 00a4767155 fixed circular dependency at the order part of the search query causes memory exhaust by daemon; added case to test 181; fixed #3301 10 months ago
  Aleksey N. Vinogradov a292e593ef minor: (c) 2025 11 months ago
  Ilya Kuznetsov 73ac22f358 fixed handling of expressions in joined queries when attributes from both left and right table are used; fixed index_weights option for the right table 1 year ago
  Ilya Kuznetsov 9f23383042 made joined table weight available in fullscan queries 1 year ago
  Ilya Kuznetsov d9eca54b69 Implemented batching in join queries (#2904) 1 year ago
  Ilya Kuznetsov 574bab4d7b added separate options for the right table in JOIN 1 year ago
  Ilya Kuznetsov 86e240c06c Implemented option scroll (#2837) 1 year ago
  Aleksey N. Vinogradov 67accf8be2 fix crash (assertion) on facet and >5 sort fields 1 year ago
  Ilya Kuznetsov f8f2e473da Implemented secondary indexes for POLY2D()/GEOPOLY2D() functions (#2472) 1 year ago