aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi
Commit message (Expand)AuthorAgeFilesLines
* Move control of internal limits closer to where the limitation is.Henning Baldersheim2021-02-139-76/+42
* Ensure that we do not go above 16G as we then might trigger other internal li...Henning Baldersheim2021-02-111-13/+10
* gc last usages of closuresHenning Baldersheim2021-01-264-40/+63
* closure -> lambdaHenning Baldersheim2021-01-253-43/+33
* Use lamda instead of closureHenning Baldersheim2021-01-252-64/+59
* Various readability and code cleanup. closure -> lambdaHenning Baldersheim2021-01-232-7/+1
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-143-6/+6
* Extend log messages when fusion fails or is stopped with fusion dir.Tor Egge2021-01-071-5/+6
* Stop fusion when closing flush engine.Tor Egge2021-01-061-4/+13
* Wire in use of flush tokens for flush targets.Tor Egge2021-01-0610-19/+28
* Use std::mutexHenning Baldersheim2020-10-084-32/+32
* - GC unused code.Henning Baldersheim2020-10-0715-464/+0
* Remove broken copy and move constructor and assignment operatoos on vespalib:...Henning Baldersheim2020-10-071-0/+1
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-5/+5
* Use module source dependencies.Tor Egge2020-07-071-3/+0
* Run prepare step of two-phase puts in the shared executor instead of the attr...Geir Storli2020-06-251-7/+17
* Adjust prepare restart strategy for differentiated replay operation costs.Tor Egge2020-06-101-0/+5
* Merge pull request #12854 from vespa-engine/geirst/hnsw-index-params-in-attri...Geir Storli2020-04-061-1/+1
|\
| * Fix typo.Geir Storli2020-04-031-1/+1
* | Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-4/+4
|/
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-032-11/+16
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-032-16/+11
* Reduce code visibility.Henning Baldersheim2020-01-012-10/+15
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-311-1/+1
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-162-6/+6
* GC unused code.Henning Baldersheim2019-12-161-6/+5
* Use std::chrono.Henning Baldersheim2019-12-094-17/+18
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-054-8/+9
* timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-051-1/+1
* Address comment by specifying timeunit in the type.Henning Baldersheim2019-11-202-3/+3
* Use C++11 chrono instead prehistoric homegrown stuff.Henning Baldersheim2019-11-202-18/+11
* Push handling of NearestNeighborTerm down to AttributeBlueprintFactory.Geir Storli2019-11-191-1/+1
* Add skeleton for NearestNeighborTerm in C++.Geir Storli2019-11-191-1/+1
* Specify UTC explicitHenning Baldersheim2019-11-185-41/+32
* Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-152-7/+7
* Use steady_clockHenning Baldersheim2019-11-151-5/+5
* Do not require or provide Syncable.Henning Baldersheim2019-08-251-1/+1
* Split ThreadExecutor in syncable and not.Henning Baldersheim2019-08-256-21/+21
* std::make_unique while reading up on phrase search code.Henning Baldersheim2019-08-151-9/+8
* Ensure that interleaved features can be reconstructed in posting lists by run...Geir Storli2019-06-282-1/+31
* Extend MemoryIndex to take an instance of IFieldLengthInspector to setup fiel...Geir Storli2019-06-062-4/+8
* Change searchcorespi::IndexSearchable to also implement the IFieldLengthInspe...Geir Storli2019-06-057-7/+46
* Style changes.Geir Storli2019-06-056-87/+57
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-232-3/+3
* Expose the shared executor as a ThreadExecutor directlyHenning Baldersheim2019-05-151-1/+1
* Wire in the shared executor in the threading service.Henning Baldersheim2019-05-141-0/+1
* Failure to load shared library gives a different error messageTor Egge2019-03-181-0/+6
* Fix format strings in searchcorespi module.Tor Egge2019-03-132-2/+2
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-1/+0