aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/bitvector_search_cache.h
Commit message (Collapse)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
| | | | - size() does not need a lock.
* 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 ↵Geir Storli2017-09-111-2/+7
| | | | | | in search cache for imported attributes. This is to ensure that no lids that are cached in the bitvector are re-used until the guard is released.
* Use bit vector search cache in imported search context if available.Geir Storli2017-09-061-3/+11
| | | | | Try to use bit vector from cache for the given query term if found. Insert bit vector posting list into cache after calculation.
* Implement simple bitvector search cache for use in imported attribute vector.Geir Storli2017-09-061-0/+42