summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Remove reduandant cast and type specification along with some unused code.Henning Baldersheim2018-11-023-52/+38
* Use template args for the class, not on the find method.Henning Baldersheim2018-11-014-11/+15
* Use a templated find() to enable lookup without object creation when objects ...Henning Baldersheim2018-11-013-51/+56
* Merge pull request #7510 from vespa-engine/bratseth/upgrade-tensorflowHenning Baldersheim2018-10-311-2/+2
|\
| * Upgrade to 1.11Jon Bratseth2018-10-311-2/+2
* | Do not look for the first set bit when iterator is not strict.Henning Baldersheim2018-10-312-8/+16
* | Avoid reallocationHenning Baldersheim2018-10-311-0/+1
* | Use nested namespace and GC unused code.Henning Baldersheim2018-10-315-66/+10
* | Use nested namespace.Henning Baldersheim2018-10-313-19/+6
|/
* Reduce number of temporaries.Henning Baldersheim2018-10-291-20/+14
* Add from-disk flag on document-summaryJon Bratseth2018-10-121-3/+4
* remove legacy tags, always pass vectorArne Juul2018-10-081-8/+8
* Remove end tagHarald Musum2018-10-034-4/+4
* Use full nameHarald Musum2018-10-0312-12/+12
* Be truthful about generated functionsJon Bratseth2018-10-022-3/+17
* Don't expose generated functionsJon Bratseth2018-10-021-1/+1
* Return function types without evaluatingJon Bratseth2018-10-021-7/+7
* Merge pull request #7164 from vespa-engine/bratseth/change-owners-2Lester Solbakken2018-10-011-0/+1
|\
| * Change ownersJon Bratseth2018-10-011-0/+1
* | Add copyright headerJon Bratseth2018-10-0115-1/+16
|/
* Merge pull request #7155 from vespa-engine/bratseth/expose-type-informationLester Solbakken2018-10-016-18/+27
|\
| * Expect the right argumentsJon Bratseth2018-10-013-13/+14
| * Validate all bindingsJon Bratseth2018-10-011-1/+0
| * Fill in missing typesJon Bratseth2018-10-011-3/+6
| * Include argument type information in functionsJon Bratseth2018-10-011-1/+7
* | Add microbenchmark of Java ML model evaluationLester Solbakken2018-09-295-1/+14844
* | Non-functional changesLester Solbakken2018-09-291-9/+9
* | Add reduce-join optimization in JavaLester Solbakken2018-09-285-5/+272
* | Style fix for tunefileinfo.hpp.Tor Egge2018-09-281-1/+0
|/
* Merge pull request #7138 from vespa-engine/bratseth/rank-type-information-2-t...Jon Bratseth2018-09-2811-67/+153
|\
| * Skip return type info if defaultJon Bratseth2018-09-251-0/+1
| * Revert "Merge pull request #7094 from vespa-engine/revert-7070-bratseth/rank-...Jon Bratseth2018-09-2511-67/+153
* | mixed mode tls support in fnetHÃ¥vard Pettersen2018-09-271-1/+1
* | avoid depending on default charsetArne Juul2018-09-271-1/+2
|/
* 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