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