aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/documentmetastore/lid_allocator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce included code.Henning Baldersheim2023-05-121-1/+1
* Use SmallVector to avoid allocation in the common case.Henning Baldersheim2023-05-121-1/+1
* Add missing call to aggregate size of hold listHenning Baldersheim2023-03-151-1/+1
* Count more of the memory used by the document metastore.Henning Baldersheim2023-03-151-3/+11
* Turn off FullSearch optimization for active lids blueprint createLeafSearch().Tor Egge2022-12-061-7/+10
* Return the full search iterator when all lids are active.Geir Storli2022-10-201-2/+11
* Revert "Count number of bits to create a better estimate of number of hits it...Harald Musum2022-05-231-2/+1
* Count number of bits to create a better estimate of number of hits it will pr...Henning Baldersheim2022-05-231-1/+2
* make new bitvector when growingHåvard Pettersen2022-05-111-2/+2
* Make LidAllocator active lid count (relaxed) atomicTor Brede Vekterli2022-03-101-3/+3
* Use removes_complete() instead of removeComplete() and removeBatchComplete().Tor Egge2021-11-181-15/+0
* Optimize proton::documentmetastore::LidAllocator::unregister_lids().Tor Egge2021-11-151-2/+8
* Optimize DocumentMetaStore::removeBatch().Tor Egge2021-11-111-0/+8
* Inline frequently called methodsHenning Baldersheim2021-11-081-19/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Merge pull request #13514 from vespa-engine/arnej/cleanup-unused-white-list-p...Geir Storli2020-06-091-6/+1
|\
| * WhiteListProvider no longer usedArne Juul2020-06-091-6/+1
* | keep createFilterSearch public in subclassesArne Juul2020-06-091-10/+9
|/
* Use the docid limit in the base class.Henning Baldersheim2020-06-021-9/+6
* To avoid issues during feeding and resize stick to using the docidLimit used ...Henning Baldersheim2020-06-021-1/+1
* implement createFilterSearch in whitelist blueprintArne Juul2020-05-281-2/+5
* add a special API to get a whitelist bitvectorArne Juul2020-05-141-1/+6
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-1/+3
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-3/+1
* Reduce code visibility.Henning Baldersheim2020-01-011-0/+1
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-311-1/+2
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-1/+0
* Return information if a buffer is held.Henning Baldersheim2018-12-181-2/+1
* allow not unpacking the whitelist iteratorHåvard Pettersen2018-04-101-0/+2
* Pass a safe docIdLimit to bitvector iterator for whitelist.Tor Egge2018-04-071-5/+6
* Don't estimate 0 hits in whitelist.Tor Egge2018-04-061-1/+1
* Use active lids bitvector for whitelisting.Tor Egge2018-04-061-82/+29
* Use standard locking in searchcore (pass 1).Tor Egge2017-12-111-2/+4
* Use nested namespaceHenning Baldersheim2017-08-031-4/+2
* set docid limit appropriatelyHaavard2017-06-271-1/+0
* Add a searchStrict method on SimpleResult that takes docIdLimit.Henning Baldersheim2017-06-221-0/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* add override in searchcore moduleArne H Juul2017-04-121-2/+2
* Use more forward declarations.Tor Egge2017-04-051-0/+2
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-6/+6
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-0/+2
* Optimize includes.Henning Baldersheim2017-02-061-1/+1
* Add onAddDocs interface and many 'override' specifications.Henning Baldersheim2017-01-221-3/+2
* Ensure that we allocate memory once.Henning Baldersheim2017-01-191-3/+2
* mark all temporary variables that only exist to assert (void), so that NDEBUG...Henning Baldersheim2016-11-171-0/+5