aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Collapse)AuthorAgeFilesLines
* Use the actual encoding, not the configured.Henning Baldersheim2018-01-105-28/+45
|
* Use a single compressor that handles all formats.Henning Baldersheim2018-01-103-35/+37
|
* Also use encode for write pathHenning Baldersheim2018-01-106-43/+70
|
* Add decoders for compressed TLS too.Henning Baldersheim2018-01-106-62/+141
|
* Combine crc and compression.Henning Baldersheim2018-01-1010-29/+32
|
* Normal functionality regained.Henning Baldersheim2018-01-107-13/+59
|
* Add missing file.Henning Baldersheim2018-01-101-0/+69
|
* Refactor Packet and read of TLS.Henning Baldersheim2018-01-1014-245/+322
|
* Balance vertical/horisontal bloat.Henning Baldersheim2018-01-101-11/+4
|
* merge must handle empty destination.Henning Baldersheim2018-01-103-4/+16
|
* Wire in grouping in larger packets.Henning Baldersheim2018-01-105-60/+149
|
* Cache the end iterator as it now is created on the fly.Henning Baldersheim2018-01-092-6/+14
|
* - Be explicit about std::make_uniqueHenning Baldersheim2018-01-091-8/+4
| | | | - Instead of abort, just let dynamic_cast do the dirty stuff for you. It will also provide better information.
* Use nested namespaceHenning Baldersheim2018-01-092-31/+17
|
* Stick with a LockGuard.Henning Baldersheim2018-01-081-2/+4
|
* Do explicit shutdown of executors early.Henning Baldersheim2018-01-082-2/+5
|
* - Remove some unused code.Henning Baldersheim2018-01-083-113/+39
| | | | - No need to sync executor just to know if visitation was complete.
* Use commit executor as that is the writer.Henning Baldersheim2018-01-081-1/+1
|
* Let implementation be visible too.Henning Baldersheim2017-12-293-0/+3
|
* Make constructor explicit.Henning Baldersheim2017-12-282-3/+2
|
* Merge pull request #4499 from vespa-engine/bratseth/long-dimensionsLester Solbakken2017-12-213-8/+6
|\ | | | | Use longs for dimensions lengths in all API's
| * Use longs for dimensions lengths in all API'sJon Bratseth2017-12-193-8/+6
| | | | | | | | | | This is to be able to support tensor dimensions with more than 2B elements in the future without API change.
* | SimplifyJon Bratseth2017-12-201-14/+5
| |
* | Only import onceJon Bratseth2017-12-203-45/+47
| |
* | SimplifyJon Bratseth2017-12-202-25/+21
| |
* | Model signatures in import resultsJon Bratseth2017-12-204-61/+123
|/
* Ignore test needing JNI codeJon Bratseth2017-12-181-0/+2
|
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-1822-59/+5832
|
* Revert "Bratseth/tensorflow models"gjoranv2017-12-1722-5832/+59
|
* Revert "Disable test relying on JNI code"gjoranv2017-12-171-2/+0
|
* Disable test relying on JNI codeJon Bratseth2017-12-171-0/+2
|
* Remove warningJon Bratseth2017-12-131-1/+1
|
* Use the right protobuf version againJon Bratseth2017-12-131-0/+1
|
* Merge with masterJon Bratseth2017-12-1324-121/+112
|\
| * Use standard locking in searchlib (pass 2).Tor Egge2017-12-124-15/+14
| |
| * Eliminate mutated version of Runnable.Tor Egge2017-12-124-61/+17
| |
| * Use standard locking in searchlib (pass 1).Tor Egge2017-12-128-40/+41
| |
| * Factor out CountDownLatch and Gate to separate header files.Tor Egge2017-12-111-1/+1
| |
| * Track max session run time per Domain and return it as part of DomainInfo.Geir Storli2017-12-045-12/+46
| |
| * Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
| * Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
| |
| * Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
| * Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
| |
| * Merge pull request #4304 from vespa-engine/gjoranv/split-parentgjoranv2017-11-291-0/+1
| |\ | | | | | | Gjoranv/split parent
| | * Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | | | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
| * | update external code (getType->type)HÃ¥vard Pettersen2017-11-283-5/+5
| |/
* | Check agreement between TF and Vespa executionJon Bratseth2017-12-1324-1441/+1767
| |
* | Import and return constant tensorsJon Bratseth2017-12-025-47/+100
| |
* | Import tensor constantsJon Bratseth2017-12-014-36/+140
| |
* | Load using SavedModelBundleJon Bratseth2017-12-013-18/+19
| | | | | | | | | | This is to be able to access saved variables without reverse engineering the 'proprietary binary format' *eye-roll* used to save variables.