summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Add a time budget of 100ms. If counting not complete by then, abort, and let ...Henning Baldersheim2021-08-152-7/+17
* Use a simple std::vector<bool> for visited markin as most bits will be set.Henning Baldersheim2021-08-151-4/+4
* Avoid starting a separate thread for completing index insert.Henning Baldersheim2021-08-131-34/+73
* Notify when _pending reaches zero.Henning Baldersheim2021-08-131-3/+6
* Refactor for readability and maintenance.Henning Baldersheim2021-08-132-30/+89
* Use the executor for the part that can be parallell when rebuilding index on ...Henning Baldersheim2021-08-132-7/+64
* Add an executor to the AttributeVector::load/onLoad interface so attributes c...Henning Baldersheim2021-08-1232-39/+46
* swappable -> pagedHenning Baldersheim2021-08-124-7/+7
* A swappable attribute will use a file backed memory allocator.Henning Baldersheim2021-08-126-12/+55
* swapable -> swappableHenning Baldersheim2021-08-122-3/+3
* Control swappableHenning Baldersheim2021-08-122-3/+3
* Add swapable attribute option.Henning Baldersheim2021-08-123-85/+42
* Merge pull request #18716 from vespa-engine/havardpe/avoid-crash-on-runtime-o...Henning Baldersheim2021-08-114-10/+20
|\
| * avoid crash on run-time onnx errorsHåvard Pettersen2021-08-114-10/+20
* | Unify on using hex for hash values.Henning Baldersheim2021-08-111-1/+1
* | Remove outdated commentHenning Baldersheim2021-08-111-4/+4
* | Properly access the feature name for hashed edges.Henning Baldersheim2021-08-112-5/+7
* | Add unit test with comment of what is incorrect with hashed partiotion edges ...Henning Baldersheim2021-08-111-2/+30
* | Refactor to avoid multiple hash lookups and code bloat.Henning Baldersheim2021-08-112-22/+26
* | Unify code layout.Henning Baldersheim2021-08-102-40/+30
* | Unify on 'using'Henning Baldersheim2021-08-102-7/+5
* | Minor cleanup.Henning Baldersheim2021-08-101-24/+14
* | SimplifyHenning Baldersheim2021-08-102-11/+6
|/
* Split current global_filter_limit into global_filter.lower_limit/upper_limit.Henning Baldersheim2021-08-044-11/+47
* Revert "Revert "Bit vector are allocated query time and can not take the cost...Henning Baldersheim2021-08-021-1/+1
* Revert "Bit vector are allocated query time and can not take the cost of usin...Henning Baldersheim2021-08-021-1/+1
* Bit vector are allocated query time and can not take the cost of using the ke...Henning Baldersheim2021-08-021-1/+1
* Rename AddressSpaceUsage::add() -> set() to better reflect intent.Geir Storli2021-07-155-8/+8
* Make static strings const.Geir Storli2021-07-152-4/+4
* Generalize how address space usage is reported from attribute vectors.Geir Storli2021-07-1513-68/+134
* Remove unneeded local using statement.Tor Egge2021-06-291-2/+0
* GC unused members from SearchReplyHenning Baldersheim2021-06-286-55/+17
* GC unused 'partitionid' and various other members of MonitorReply that are lo...Henning Baldersheim2021-06-269-53/+9
* Various cleanup after reading indexing threading codeHenning Baldersheim2021-06-243-29/+20
* dry run onnx models on setupHåvard Pettersen2021-06-237-7/+125
* Remove mlock as option for backend tooHenning Baldersheim2021-06-212-2/+1
* Remove unneccesary importLester Solbakken2021-06-211-1/+0
* Fix bit function typoLester Solbakken2021-06-211-1/+1
* Add bit ranking function in JavaLester Solbakken2021-06-215-3/+28
* also test tensorFromLabels with single-value integer attributeArne Juul2021-06-181-0/+18
* allow tensorFromLabels with collection type "single"Arne Juul2021-06-181-5/+9
* - NULL -> nullptrHenning Baldersheim2021-06-172-36/+20
* Various cleanup when reading grouping code.Henning Baldersheim2021-06-162-21/+21
* IndexSet -> IndexList and unify on 'using' directives.Henning Baldersheim2021-06-153-58/+54
* Use a list instead of a set to make building faster.Henning Baldersheim2021-06-146-38/+36
* added onnx model cacheHåvard Pettersen2021-06-112-7/+16
* Commit before populate.Henning Baldersheim2021-06-111-1/+1
* Expose bug reletate to initialization of most costly features K computation.Henning Baldersheim2021-06-116-41/+74
* More code unification, no sematic changes.Henning Baldersheim2021-06-102-31/+38
* Clean up code layout and GC unused members. No semtic changes.Henning Baldersheim2021-06-0925-204/+239