aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into balder/milliseconds-in-config-rebased-1Henning Baldersheim2019-11-2224-220/+326
|\
| * Merge pull request #11378 from vespa-engine/balder/clock_gettime-2-std_chronoHenning Baldersheim2019-11-223-132/+36
| |\
| | * Reduce the number of different ways to get the time.Henning Baldersheim2019-11-213-132/+36
| * | Use TEST_DO.Geir Storli2019-11-211-7/+7
| * | Make code more exception safe.Geir Storli2019-11-211-1/+2
| * | Some minor simplifications and extra test case.Geir Storli2019-11-211-7/+9
| * | Add nearest neighbor blueprint and create it in attribute blueprint factory.Geir Storli2019-11-217-18/+266
| |/
| * Merge pull request #11369 from vespa-engine/geirst/expose-query-tensors-in-re...Geir Storli2019-11-212-1/+14
| |\
| | * Change get_query_tensor() to return vespalib::eval::Value::UP and use default...Geir Storli2019-11-202-5/+5
| | * Expose tensors passed with the query in IRequestContext.Geir Storli2019-11-202-1/+14
| * | remove "termindex" which is always -1Arne Juul2019-11-2113-70/+8
* | | FastOS_Time -> std::chrono.Henning Baldersheim2019-11-2016-181/+101
|/ /
* | Address comments from code review.Henning Baldersheim2019-11-204-6/+6
* | Address comment by specifying timeunit in the type.Henning Baldersheim2019-11-2010-227/+11
* | Remove FastOS_Time usageHenning Baldersheim2019-11-209-154/+89
|/
* Push handling of NearestNeighborTerm down to AttributeBlueprintFactory.Geir Storli2019-11-196-12/+18
* Add skeleton for NearestNeighborTerm in C++.Geir Storli2019-11-1917-86/+195
* Merge pull request #11337 from vespa-engine/geirst/simplify-query-stack-iteratorGeir Storli2019-11-192-127/+111
|\
| * Simplify how to read numbers.Geir Storli2019-11-182-43/+48
| * Simplify how to read strings.Geir Storli2019-11-182-107/+86
* | Specify UTC explicitHenning Baldersheim2019-11-1816-55/+49
|/
* Merge pull request #11327 from vespa-engine/balder/fdispatch-is-really-gone-r...Geir Storli2019-11-1816-745/+10
|\
| * GC unused code as tld is gone.Henning Baldersheim2019-11-1615-744/+9
| * Now fdispatch reliques can goHenning Baldersheim2019-11-161-1/+1
* | Merge pull request #11307 from vespa-engine/balder/use-steady-clockHenning Baldersheim2019-11-1814-68/+68
|\ \ | |/ |/|
| * Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-1510-61/+56
| * Use ClockSteady and return TimeStamp instead of untyped int64_t without unit.Henning Baldersheim2019-11-152-5/+4
| * Use steady_clockHenning Baldersheim2019-11-151-2/+2
| * Use steady_clockHenning Baldersheim2019-11-151-2/+2
| * GC unused codeHenning Baldersheim2019-11-151-5/+0
| * Use steady clock to ensure monotonically increasing clock.Henning Baldersheim2019-11-145-4/+15
* | Merge pull request #11316 from vespa-engine/bratseth/single-value-string-bucketsHenning Baldersheim2019-11-151-0/+13
|\ \ | |/ |/|
| * Handle single value string buckets correctlyJon Bratseth2019-11-151-0/+13
* | Merge pull request #11293 from vespa-engine/geirst/enable-free-lists-for-mult...Geir Storli2019-11-146-20/+94
|\ \ | |/ |/|
| * Adapt tests to work with free lists being enabled for multi-value mapping.Geir Storli2019-11-141-8/+45
| * Enable free lists for multi-value mapping used in all multi-value attributes.Geir Storli2019-11-146-14/+51
* | Commit at regular interval when clearing docs.Geir Storli2019-11-141-0/+5
|/
* Serialize scalar functions with contextJon Bratseth2019-11-084-39/+46
* Always serialize dynamic tensors in verbose formJon Bratseth2019-11-081-2/+2
* Treat inner square brackets as syntactic sugarJon Bratseth2019-11-072-4/+6
* Merge pull request #11222 from vespa-engine/bratseth/dynamic-tensorsLester Solbakken2019-11-066-57/+106
|\
| * Literal tensors with value expressionsJon Bratseth2019-11-056-57/+106
* | Rewrite multivalue mapping tests to gtest.Geir Storli2019-11-062-144/+150
|/
* Merge pull request #11212 from vespa-engine/geirst/max-weight-output-in-attri...Håvard Pettersen2019-11-053-4/+22
|\
| * Add new maxWeight output to the attributeMatch rank feature.Geir Storli2019-11-053-4/+22
* | Merge pull request #11210 from vespa-engine/bratseth/literal-tensor-expressionsLester Solbakken2019-11-053-12/+112
|\ \ | |/ |/|
| * Support literal tensors in expressionsJon Bratseth2019-11-043-34/+93
| * Parse literal tensor valuesJon Bratseth2019-11-012-6/+47
* | fast forest refactoring and experimentationHåvard Pettersen2019-11-011-8/+19
|/
* Fix setup of same element iterator to use the attribute search context from t...Geir Storli2019-11-018-64/+12