summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bratseth/rank type information 2"Arnstein Ressem2018-09-2511-153/+67
* Remove deprecated GDFLAG_ALLOW_SLIME flag from getdocsum packets.Tor Egge2018-09-251-2/+1
* Merge with masterJon Bratseth2018-09-2416-308/+309
|\
| * Update comments and tests as memory size has increased by 8 bytes per entry i...Henning Baldersheim2018-09-244-12/+23
| * Add test for sizeof(Value)Henning Baldersheim2018-09-241-0/+1
| * Update lisence yearHenning Baldersheim2018-09-242-3/+3
| * Add crc for uncompressed content to catch shady bugs.Henning Baldersheim2018-09-214-28/+54
| * Add test for compressed contentHenning Baldersheim2018-09-211-1/+17
| * Refactor for testability.Henning Baldersheim2018-09-216-178/+201
| * Nested namespaces and style changes.Henning Baldersheim2018-09-195-109/+33
* | 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