aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11502 from vespa-engine/geirst/attribute-clear-docs-with-...Geir Storli2019-12-041-0/+5
|\
| * Commit at regular interval when clearing docs.Geir Storli2019-12-041-0/+5
* | Merge pull request #11479 from vespa-engine/balder/do-not-let-external-softti...Henning Baldersheim2019-12-049-10/+20
|\ \
| * | Make one doom with explicit hard and soft instead of wrapping and nesting.Henning Baldersheim2019-12-045-7/+7
| * | Wrap soft and hard doom in an CombinedDoom.Henning Baldersheim2019-12-038-9/+19
| |/
* | Merge pull request #11498 from vespa-engine/bratseth/tensor-function-outputJon Bratseth2019-12-0413-52/+191
|\ \ | |/ |/|
| * Cleanup and update ABI specJon Bratseth2019-12-042-11/+18
| * Propagate binding context to/from tensor functionsJon Bratseth2019-12-046-26/+98
| * Output function references wrapped in rankingExpression()Jon Bratseth2019-12-028-20/+79
| * Preserve single-feature embracesJon Bratseth2019-11-293-3/+4
* | tensor peekHåvard Pettersen2019-12-021-1/+1
* | do early exit from computeSumArne Juul2019-11-291-5/+5
* | fix typoArne Juul2019-11-291-1/+1
* | template cell types alsoArne Juul2019-11-284-78/+126
|/
* Give old query tests proper names.Geir Storli2019-11-284-8/+8
* Move query classes used in streaming search to namespace search::streaming.Geir Storli2019-11-2812-11/+15
* Move query classes used in streaming search to separate sub-folder and sub-li...Geir Storli2019-11-2818-14/+21
* Rename posocc.h -> hit.h.Geir Storli2019-11-283-2/+2
* Rename QueryTermBase -> QueryTermUCS4 and move to separate h and cpp files.Geir Storli2019-11-2816-94/+119
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-2825-425/+456
* Merge pull request #11435 from vespa-engine/bratseth/value-functionLester Solbakken2019-11-289-106/+199
|\
| * Update abi specJon Bratseth2019-11-271-5/+5
| * Pull name upJon Bratseth2019-11-271-3/+2
| * Revert "Prefix index variables by %"Jon Bratseth2019-11-272-23/+6
| * Prefix index variables by %Jon Bratseth2019-11-272-6/+23
| * Support index generating expressions in tensor value functionsJon Bratseth2019-11-277-29/+53
| * Allow bound functions in tensor generateJon Bratseth2019-11-265-17/+45
| * Composite value function testJon Bratseth2019-11-261-0/+3
| * Parse@ tensor value expressionsJon Bratseth2019-11-263-61/+100
* | Reduce code visibility and minor cleanup.Henning Baldersheim2019-11-272-10/+4
* | Rewrite attributeblueprint tests to gtest.Geir Storli2019-11-262-49/+67
* | simplifyHåvard Pettersen2019-11-261-10/+2
* | refactor and check with non-null tensorArne Juul2019-11-261-18/+23
* | move iterator implementation details to .cpp fileArne Juul2019-11-264-84/+105
* | add NearestNeighborIteratorArne Juul2019-11-259-5/+381
|/
* disallow skipping the "unpack" phase for selected iterators.Arne Juul2019-11-257-0/+19
* 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