aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src
Commit message (Expand)AuthorAgeFilesLines
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-1610-120/+33
* Drop timestamp.Henning Baldersheim2019-12-163-11/+5
* GC unused code.Henning Baldersheim2019-12-1611-33/+19
* Ensure that all durations are initialized.Henning Baldersheim2019-12-168-40/+18
* fastos::TimeStamp -> vespalib::durationHenning Baldersheim2019-12-1642-280/+237
* No need to use explicit namespace here.Henning Baldersheim2019-12-162-5/+5
* Use std::chrono.Henning Baldersheim2019-12-0935-149/+146
* Use std::chrono.Henning Baldersheim2019-12-096-40/+32
* Use std::move and remove unneeded constructor.Henning Baldersheim2019-12-061-2/+2
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-0524-111/+124
* Merge pull request #11509 from vespa-engine/balder/use-system-time-in-traceHenning Baldersheim2019-12-057-17/+16
|\
| * timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-056-16/+16
| * Use system_time in trace instead of int64_t count of milliseconds.Henning Baldersheim2019-12-051-1/+0
* | FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-0410-28/+30
|/
* Hide implementation to reduce FastOS_ visibility.Henning Baldersheim2019-12-042-6/+4
* Merge pull request #11479 from vespa-engine/balder/do-not-let-external-softti...Henning Baldersheim2019-12-0414-95/+90
|\
| * Make one doom with explicit hard and soft instead of wrapping and nesting.Henning Baldersheim2019-12-0410-43/+37
| * Wrap soft and hard doom in an CombinedDoom.Henning Baldersheim2019-12-0312-74/+75
* | Expose the document instance that was used to generate a docsum blob.Geir Storli2019-12-031-1/+1
|/
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-284-4/+3
* Just use reference.Henning Baldersheim2019-11-272-3/+2
* Move only when no more usages afterwards.Henning Baldersheim2019-11-272-2/+2
* Reduce code visibility and minor cleanup.Henning Baldersheim2019-11-2724-84/+141
* 100hz -> 1kz clockHenning Baldersheim2019-11-251-1/+1
* Follow api changeHenning Baldersheim2019-11-221-1/+1
* Merge branch 'master' into balder/milliseconds-in-config-rebased-1Henning Baldersheim2019-11-228-17/+144
|\
| * Reduce the number of different ways to get the time.Henning Baldersheim2019-11-211-5/+5
| * Merge pull request #11369 from vespa-engine/geirst/expose-query-tensors-in-re...Geir Storli2019-11-215-7/+137
| |\
| | * Change get_query_tensor() to return vespalib::eval::Value::UP and use default...Geir Storli2019-11-203-20/+18
| | * Expose tensors passed with the query in IRequestContext.Geir Storli2019-11-205-7/+139
| * | remove "termindex" which is always -1Arne Juul2019-11-212-4/+1
* | | FastOS_Time -> std::chrono.Henning Baldersheim2019-11-2017-48/+40
|/ /
* | Address comment by specifying timeunit in the type.Henning Baldersheim2019-11-2014-50/+36
* | Use C++11 chrono instead prehistoric homegrown stuff.Henning Baldersheim2019-11-202-36/+21
|/
* Push handling of NearestNeighborTerm down to AttributeBlueprintFactory.Geir Storli2019-11-192-8/+2
* Add skeleton for NearestNeighborTerm in C++.Geir Storli2019-11-197-0/+15
* Specify UTC explicitHenning Baldersheim2019-11-1830-268/+180
* Merge pull request #11327 from vespa-engine/balder/fdispatch-is-really-gone-r...Geir Storli2019-11-185-313/+12
|\
| * Do not let the lingering transportthread overrides prevent good code health.Henning Baldersheim2019-11-182-0/+7
| * Now fdispatch reliques can goHenning Baldersheim2019-11-165-320/+12
* | Add missing whitespaceHenning Baldersheim2019-11-151-5/+5
* | Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-1526-89/+93
* | Use ClockSteady.Henning Baldersheim2019-11-154-55/+29
* | Use ClockSteady and return TimeStamp instead of untyped int64_t without unit.Henning Baldersheim2019-11-151-4/+1
* | Use steady_clockHenning Baldersheim2019-11-153-12/+9
* | Use a steady_clock for the stop watch.Henning Baldersheim2019-11-151-1/+1
* | Use steady clock to ensure monotonically increasing clock.Henning Baldersheim2019-11-147-26/+23
|/
* Ensure we don't resurrect stale position field values from the docstoreTor Brede Vekterli2019-11-071-0/+2
* Let Z-curve attribute be authoritative for position field existenceTor Brede Vekterli2019-11-072-9/+22
* Merge pull request #11086 from vespa-engine/vekterli/improve-multi-value-attr...Tor Brede Vekterli2019-10-251-1/+3
|\