summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Add DomainName.leafLabel()Håkon Hallingstad2024-03-131-0/+4
|
* Move ExponentialBackoff to vespajlibMartin Polden2024-03-051-0/+31
|
* Various improvements to `Json`Bjørn Christian Seime2024-02-271-1/+6
|
* Move Json to vespajlibValerij Fredriksen2024-02-261-0/+128
|
* Proxy endpoint certificate secrets through EndpointCertificateSecretStoreMorten Tokle2024-02-131-0/+17
|
* - Use numericLabel over label for address manipulation.Henning Baldersheim2024-02-011-0/+7
| | | | - Only use label when actual string representation is needed.
* Add explicit test for "0" == 0, and "0" != "00"Henning Baldersheim2024-01-301-0/+2
|
* - 0 prefixed numbers should not be considered numeric."Henning Baldersheim2024-01-301-1/+3
|
* Minor cleanupJon Bratseth2024-01-281-3/+7
|
* Make tensor addresses integer based instead of as strings.Henning Baldersheim2024-01-255-30/+86
| | | | | Positive numbers are direct indexes, while strings that does not represent numbers are enumerated and represented with negative integers.
* 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. ↵Henning Baldersheim2024-01-211-25/+31
| | | | Reason not known.
* 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 tostring
| * 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
| | | | | | | | This reverts commit d976f82207c09b3215661e1d034ae9a42f28a63d.
* | Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-131-47/+0
| |
* | Merge pull request #29515 from vespa-engine/arnej/parse-special-number-stringsArne H Juul2023-12-131-0/+47
|\ \ | |/ |/| add parsing of special strings for inf/nan cell values
| * 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
| |
* | Add validation for nullity taking multiple argumentsBjørn Christian Seime2023-12-081-0/+11
|/
* 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 ↵Henning Baldersheim2023-11-242-7/+9
| | | | tests in no OSGI modules.
* jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-232-14/+13
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* 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
|
* Add OpenAI async clientLester Solbakken2023-10-161-2/+19
|
* Expect Vespa.ai copyrightJon Bratseth2023-10-091-2/+2
|
* Update copyrightJon Bratseth2023-10-09166-162/+170
|
* Handle the exception that will come when codepoints < 'from' < len.Henning Baldersheim2023-09-181-0/+1
| | | | Already done and tested for 'to'.
* - Add utility to do substring extraction by codepoints, instead of java ↵Henning Baldersheim2023-09-151-0/+31
| | | | | | char index. - Test and use it in SubstringExpression in indeing language.
* 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
|
* Get rid of third party openai clientJon Bratseth2023-06-132-3/+29
|
* Remove duplicate copyright headersHåkon Hallingstad2023-06-121-2/+0
|
* Add CidrBlock.contains(InetAddress)Håkon Hallingstad2023-06-121-0/+15
|
* Move CidrBlock to vespaHåkon Hallingstad2023-06-121-0/+150
|
* 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
|