aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanupJon Bratseth2024-01-281-3/+7
* Make tensor addresses integer based instead of as strings.Henning Baldersheim2024-01-255-30/+86
* Support longhasherHenning Baldersheim2024-01-251-0/+44
* Use lz4-java and xxhash32Henning Baldersheim2024-01-211-9/+11
* Reorder tests as the indexed tests varies a lot when they are run last. Reaso...Henning Baldersheim2024-01-211-25/+31
* Revert "Balder/cached xxh3 hash"Henning Baldersheim2024-01-211-44/+0
* Add basic testing of TensorAddressHenning Baldersheim2024-01-211-0/+44
* Rename getIndex => getDirectIndexHenning Baldersheim2024-01-201-4/+4
* Add a class for assist efficient traversal of dimensions in an IndexedTensor.Henning Baldersheim2024-01-191-0/+33
* commons-exec is no longer needed.Henning Baldersheim2024-01-111-26/+0
* Avoid deprecated methodsHenning Baldersheim2024-01-111-1/+2
* Merge pull request #29668 from vespa-engine/lesters/slice-dimension-with-spaceJon Bratseth2023-12-151-0/+9
|\
| * Add string indicators for dimensions with spaces in slice tostringLester Solbakken2023-12-151-0/+9
* | Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-141-0/+47
* | Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-131-47/+0
* | handle JSON null as NaNArne Juul2023-12-111-0/+29
* | add parsing of special strings for inf/nan cell valuesArne Juul2023-12-111-0/+18
|/
* handle "blocks" syntax for mixed tensors with multiple indexed dimensionsArne Juul2023-12-011-0/+32
* Move to container core due to OSGI, keep a copy in testutil for use in tests...Henning Baldersheim2023-11-242-7/+9
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-232-14/+13
* add reference implementation of MapSubspacesArne Juul2023-11-021-0/+213
* Use code point count for truncate as welljonmv2023-10-201-20/+3
* Avoid cutting surrogate pairs when tokenisingjonmv2023-10-201-1/+21
* Expect Vespa.ai copyrightJon Bratseth2023-10-091-2/+2
* Update copyrightJon Bratseth2023-10-09158-156/+161
* Handle the exception that will come when codepoints < 'from' < len.Henning Baldersheim2023-09-181-0/+1
* - Add utility to do substring extraction by codepoints, instead of java char...Henning Baldersheim2023-09-151-0/+31
* fix dimension size comparisonArne Juul2023-09-132-6/+40
* Improve readabilityjonmv2023-08-292-22/+28
* Spread maintainer interval boundaries based on class name hashjonmv2023-08-282-14/+21
* add cosine_similarityArne Juul2023-06-261-0/+66
* add class comment and test expansionArne Juul2023-06-261-0/+11
* add euclidean_distanceArne Juul2023-06-261-0/+43
* Make failure be the default when reporting success factorØyvind Grønnesby2023-06-081-2/+2
* add unit test for MatchFeatureFilterArne Juul2023-05-121-0/+69
* move MatchFeatureData class to vespajlibArne Juul2023-04-271-0/+100
* object density estimate take 2Håvard Pettersen2023-04-242-68/+213
* Revert "use value density to estimate needed decode index size"Henning Baldersheim2023-04-212-187/+34
* use value density to estimate needed decode index sizeHåvard Pettersen2023-04-212-34/+187
* Build with jdk20Jon Bratseth2023-04-171-58/+0
* avoid hamcrest and mockitoHåvard Pettersen2023-03-306-369/+380
* BinaryView; inspect slime value in binary formatHåvard Pettersen2023-03-282-66/+493
* move Inspector equalTo implementation and testHåvard Pettersen2023-03-222-131/+119
* avoid using matchersHåvard Pettersen2023-03-221-28/+26
* added DecodeIndex utility classHåvard Pettersen2023-03-211-0/+87
* Merge pull request #26472 from vespa-engine/havardpe/auto-detect-native-arraysHenning Baldersheim2023-03-171-0/+188
|\
| * auto-detect arrays of long or doubleHåvard Pettersen2023-03-161-0/+188
* | join dimensions must equal common dimensions for optimizationArne Juul2023-03-161-0/+40
|/
* Value type aware value renderingJon Bratseth2023-03-131-0/+54
* Handle negative numeric labels.Henning Baldersheim2023-02-021-0/+10