aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
...
* | Serialize argument type information when availableJon Bratseth2018-09-243-14/+13
* | Carry over type infoJon Bratseth2018-09-232-1/+6
* | Use ExpressionFunctionJon Bratseth2018-09-237-56/+55
* | Move types to ExpressionFunctionJon Bratseth2018-09-231-4/+40
* | Propagate input type informationJon Bratseth2018-09-218-57/+94
* | Output type informationJon Bratseth2018-09-201-2/+1
* | Resolve types of all argument-less functionsJon Bratseth2018-09-202-3/+14
|/
* Merge pull request #6984 from vespa-engine/balder/increase-interval-from-1s-t...Henning Baldersheim2018-09-1914-56/+29
|\
| * Reduce frequency to avoid spending 1/2 core for when having many attributes.Henning Baldersheim2018-09-171-1/+1
| * GC unused code and add override and = default.Henning Baldersheim2018-09-1714-55/+28
* | Merge with masterJon Bratseth2018-09-182-2/+10
|\|
| * Stop using search.io setting from proton.def.Tor Egge2018-09-172-2/+10
* | Refactor: macro -> functionJon Bratseth2018-09-1710-55/+59
* | Refactor: macro -> functionJon Bratseth2018-09-172-3/+3
* | support 'function' in addition to 'macro' in rank profilesJon Bratseth2018-09-176-22/+22
* | Refactor: macro -> functionJon Bratseth2018-09-175-16/+16
* | Refactor: Construct using ExpressionFunctionJon Bratseth2018-09-171-0/+11
* | Refactor: Initialize all macros state at onceJon Bratseth2018-09-161-2/+4
|/
* Test simple grouping with attribute map lookup.Tor Egge2018-09-137-27/+114
* Merge pull request #6881 from vespa-engine/toregge/rename-attribute-keyed-nod...Geir Storli2018-09-128-85/+85
|\
| * Use proper inheritance for (de)serialize.Tor Egge2018-09-113-7/+8
| * Allocate identifiable id for AttributeMapLookupNode.Tor Egge2018-09-107-53/+52
| * Rename AttributeKeyedNode to AttributeMapLookupNode.Tor Egge2018-09-105-39/+39
* | Merge pull request #6901 from vespa-engine/geirst/implement-attribute-map-loo...Henning Baldersheim2018-09-122-0/+123
|\ \
| * | Implement a new function node (AttributeMapLookupNode) for doing lookup in a ...Geir Storli2018-09-112-0/+123
| |/
* | Strip file ending from imported modelsJon Bratseth2018-09-111-1/+1
* | Replicate small constants in ZKJon Bratseth2018-09-112-2/+2
|/
* Merge pull request #6875 from vespa-engine/bratseth/test-mnistLester Solbakken2018-09-106-0/+8124
|\
| * Test mnist modelJon Bratseth2018-09-106-0/+8124
* | Merge pull request #6867 from vespa-engine/havardpe/explicitly-turn-off-encry...Tor Brede Vekterli2018-09-101-1/+2
|\ \ | |/ |/|
| * disable encryption for FS4 packet protocol connectionsHÃ¥vard Pettersen2018-09-101-1/+2
* | Use correct modelJon Bratseth2018-09-102-7/+4
|/
* Merge pull request #6854 from vespa-engine/balder/locate-all-rpc-stuff-in-one...Henning Baldersheim2018-09-076-112/+139
|\
| * Proper connected check and proper relaying og ok()Henning Baldersheim2018-09-073-4/+7
| * Unify inline/noinline style.Henning Baldersheim2018-09-071-35/+35
| * Use an interface to avoid exposing rpc more than necessary.Henning Baldersheim2018-09-076-87/+111
* | Merge pull request #6853 from vespa-engine/toregge/extend-attribute-keyed-nodeGeir Storli2018-09-073-11/+105
|\ \ | |/ |/|
| * Add support for indirect map lookup key.Tor Egge2018-09-073-6/+100
| * Use _keys as name for array of keys fetched from key attribute.Tor Egge2018-09-071-5/+5
* | Remove ability to be an async rpc resonse waiter as we do not do asyc rpc any...Henning Baldersheim2018-09-072-17/+1
* | Use std::make_sharedHenning Baldersheim2018-09-071-7/+8
|/
* Merge pull request #6829 from vespa-engine/toregge/add-attribute-keyed-node-try2Geir Storli2018-09-077-31/+456
|\
| * Further reduce number of test values.Tor Egge2018-09-061-8/+8
| * Use more explicit template argument name: KT -> KeyType.Tor Egge2018-09-061-8/+8
| * Use more explicit template argument name.Tor Egge2018-09-061-1/+1
| * Extend AttributeNode test to also test AttributeKeyedNode.Tor Egge2018-09-061-1/+28
| * Reduce number of test values.Tor Egge2018-09-061-28/+28
| * Add AttributeKeyedNode, which uses two attributes to handle lookupTor Egge2018-09-066-1/+398
| * Add virtual method to differentiate between AttributeNode and upcomingTor Egge2018-09-061-1/+2
* | Merge pull request #6811 from vespa-engine/lesters/add-dynamic-rerank-countHenning Baldersheim2018-09-072-1/+8
|\ \ | |/ |/|