summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton
Commit message (Expand)AuthorAgeFilesLines
* Since we are accessing the handler while under read/writer lock, there is no ...Henning Baldersheim2020-02-151-2/+10
* The snapshot has 2 lightweight members only and hence does not need another i...Henning Baldersheim2020-02-151-3/+3
* Fix issues detected by clang 10.Tor Egge2020-02-141-0/+1
* It is enough to hold the read lock.Henning Baldersheim2020-02-141-2/+2
* Merge pull request #12137 from vespa-engine/vekterli/patch-retrieved-array-of...Tor Brede Vekterli2020-02-111-9/+41
|\
| * Patch retrieved array of position fields from zcurve array attributeTor Brede Vekterli2020-02-111-9/+41
* | Added content.proton.documentdb.matching.rank_profile.query_setup_time.avera...Ola Aunrønning2020-02-071-4/+22
|/
* Support imported attribute fields in backend selection logicTor Brede Vekterli2020-01-311-9/+37
* Merge pull request #11998 from vespa-engine/vekterli/add-readable-attribute-v...Tor Brede Vekterli2020-01-302-10/+42
|\
| * Add ReadableAttributeVector accessor to IAttributeManagerTor Brede Vekterli2020-01-292-10/+42
* | Allow room for bringing allocation along to reduce the need to copy.Henning Baldersheim2020-01-271-2/+2
|/
* c_str -> dataHenning Baldersheim2020-01-213-3/+3
* Remove and indirection for document id, for less memory footprint, and better...Henning Baldersheim2020-01-161-4/+4
* Improve the distribution by using a indirect mapping that should improveHenning Baldersheim2020-01-031-1/+1
* Update tests after changing how executors are selected.Henning Baldersheim2020-01-031-6/+4
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-036-13/+15
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-036-15/+13
* Merge pull request #11619 from vespa-engine/balder/add-executeinfoHenning Baldersheim2020-01-026-13/+15
|\
| * Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-316-13/+15
* | Remove unused constant (term_index).Tor Egge2020-01-021-1/+0
|/
* Add test for 1% capping.Henning Baldersheim2019-12-201-0/+10
* Drop timestamp.hHenning Baldersheim2019-12-161-1/+0
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-11/+11
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-162-10/+0
* GC unused code.Henning Baldersheim2019-12-164-5/+0
* fastos::TimeStamp -> vespalib::durationHenning Baldersheim2019-12-1610-119/+87
* Use std::chrono.Henning Baldersheim2019-12-0910-43/+41
* Use std::chrono.Henning Baldersheim2019-12-093-24/+16
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-056-58/+65
* Merge pull request #11509 from vespa-engine/balder/use-system-time-in-traceHenning Baldersheim2019-12-052-10/+10
|\
| * timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-052-10/+10
* | FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-043-8/+8
|/
* Hide implementation to reduce FastOS_ visibility.Henning Baldersheim2019-12-041-5/+3
* Make one doom with explicit hard and soft instead of wrapping and nesting.Henning Baldersheim2019-12-041-1/+1
* Wrap soft and hard doom in an CombinedDoom.Henning Baldersheim2019-12-033-22/+22
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-1/+1
* Reduce code visibility and minor cleanup.Henning Baldersheim2019-11-274-17/+17
* Merge branch 'master' into balder/milliseconds-in-config-rebased-1Henning Baldersheim2019-11-223-3/+91
|\
| * Merge pull request #11369 from vespa-engine/geirst/expose-query-tensors-in-re...Geir Storli2019-11-212-0/+90
| |\
| | * Change get_query_tensor() to return vespalib::eval::Value::UP and use default...Geir Storli2019-11-201-14/+12
| | * Expose tensors passed with the query in IRequestContext.Geir Storli2019-11-202-0/+92
| * | remove "termindex" which is always -1Arne Juul2019-11-211-3/+1
* | | FastOS_Time -> std::chrono.Henning Baldersheim2019-11-206-23/+20
|/ /
* / Address comment by specifying timeunit in the type.Henning Baldersheim2019-11-201-6/+3
|/
* Add skeleton for NearestNeighborTerm in C++.Geir Storli2019-11-192-0/+3
* Specify UTC explicitHenning Baldersheim2019-11-186-121/+68
* Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-155-11/+18
* 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-141-9/+9
* Let Z-curve attribute be authoritative for position field existenceTor Brede Vekterli2019-11-071-7/+20