summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Use std::chrono.Henning Baldersheim2019-12-091-1/+1
* Merge pull request #11517 from vespa-engine/bratseth/minus-sign-in-labelsHenning Baldersheim2019-12-092-0/+3
|\
| * Allow minus sign at the start of a labelJon Bratseth2019-12-052-0/+3
* | Be xplicit.Henning Baldersheim2019-12-061-1/+1
* | Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-0514-29/+31
|/
* Merge pull request #11514 from vespa-engine/geirst/nearest-neighbor-with-diff...Geir Storli2019-12-054-22/+71
|\
| * Allow nearest neighbor operator where attribute tensor and query tensor have ...Geir Storli2019-12-054-22/+71
* | Merge pull request #11509 from vespa-engine/balder/use-system-time-in-traceHenning Baldersheim2019-12-052-2/+2
|\ \
| * | timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-052-2/+2
* | | Merge pull request #11506 from vespa-engine/balder/FastOS_Thread_Sleep-remova...Henning Baldersheim2019-12-054-28/+35
|\ \ \ | |_|/ |/| |
| * | FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-044-28/+35
| |/
* | Merge pull request #11505 from vespa-engine/bratseth/add-a-generate-testLester Solbakken2019-12-051-0/+6
|\ \ | |/ |/|
| * Add a testJon Bratseth2019-12-041-0/+6
* | 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
|\