aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/predicate
Commit message (Expand)AuthorAgeFilesLines
* Extend predicate index unit test to cover case where the copies ofTor Egge2024-02-161-3/+25
* Test that predicate index saver protected by a generation guardTor Egge2024-02-161-3/+55
* Add search::predicate::PredicateIndexSaver.Tor Egge2024-02-152-2/+13
* Add search::predicate::SimpleIndexSaver.Tor Egge2024-02-142-9/+13
* Add search::DataBufferWriter.Tor Egge2024-02-141-5/+15
* Use array store in search::predicate::DocumentFeaturesStore.Tor Egge2024-02-131-7/+7
* Add extra logging when saving predicate attribute.Tor Egge2024-02-122-3/+6
* Update copyrightJon Bratseth2023-10-0914-14/+14
* Remove array size from BufferFreeList.Tor Egge2023-04-111-7/+7
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-7/+7
* Allocate BufferState in stash and add pointer to BufferAndMetaHenning Baldersheim2023-03-131-7/+7
* Report more of the static memory usage for datastores.Henning Baldersheim2023-03-091-7/+7
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-1/+1
* Implement GenerationHolder in terms of the generic generation hold list.Geir Storli2022-10-101-1/+1
* Reduce inclusion of rcuvector.hppHenning Baldersheim2022-05-231-0/+1
* Update 2017 copyright notices.gjoranv2021-10-0714-14/+14
* 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-111-4/+4
* 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-111-4/+3
* Minor cleanup.Henning Baldersheim2021-08-101-24/+14
* Expose bug reletate to initialization of most costly features K computation.Henning Baldersheim2021-06-111-1/+19
* Clean up code layout and GC unused members. No semtic changes.Henning Baldersheim2021-06-095-23/+23
* Have the BufferType::_emptyEntry be static.Henning Baldersheim2021-01-101-0/+1
* Avoid link errors with more inlining.Tor Egge2020-08-235-0/+5
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-045-9/+9
* Revert "Revert "Since the most important aspect our use of hash maps/sets is ...Henning Baldersheim2020-03-201-2/+2
* Revert "Since the most important aspect our use of hash maps/sets is for spee...Harald Musum2020-03-201-2/+2
* Ordering in tests chnages when hashing changes.Henning Baldersheim2020-03-201-2/+2
* Order the bits so it is more suitable as a hash value.Henning Baldersheim2020-03-171-1/+1
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-275-13/+13
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* Eliminate some clang warnings in searchlibTor Egge2019-02-082-2/+0
* Revert "Swap offset and bufferid for better and more compact hashing."Henning Baldersheim2018-12-041-1/+1
* Bits are flipped.Henning Baldersheim2018-11-281-1/+1
* Use explicit EntryRef constructor to avoid unintended conversionHenning Baldersheim2018-11-287-23/+43
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-3/+4
* Update copyright headersJon Bratseth2017-06-1414-14/+14
* Revert "Update copyright headers"Jon Bratseth2017-06-1414-14/+14
* Update copyright headersJon Bratseth2017-06-1414-14/+14
* Revert "Copyright header"Jon Bratseth2017-06-1314-14/+14
* Copyright headerJon Bratseth2017-06-1314-14/+14
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-0113-13/+0
* add override in searchlib moduleArne H Juul2017-04-126-16/+17
* Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-045-9/+9
* Adjust results of sizeof()Henning Baldersheim2016-10-031-7/+7
* make tests pass tooHenning Baldersheim2016-10-033-9/+7
* Ensure that fastos.h is included firstHenning Baldersheim2016-06-161-4/+3