aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/bitvector_search_cache/bitvector_search_cache_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose imported attributes in metrics.Tor Egge2024-04-261-0/+13
* Update copyrightJon Bratseth2023-10-091-1/+1
* - Use a rwlock as reading surpasses writing by a very large factor.Henning Baldersheim2023-05-251-3/+4
* Wire the metastore read guard all the way and use it, if present.Henning Baldersheim2023-05-091-1/+0
* Use shared_ptr for the read guardHenning Baldersheim2023-05-091-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-111-1/+2
* Use bit vector search cache in imported search context if available.Geir Storli2017-09-061-16/+17
* Implement simple bitvector search cache for use in imported attribute vector.Geir Storli2017-09-061-0/+61