summaryrefslogtreecommitdiffstats
path: root/document/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Due to different hash the correct answer needs an update.Henning Baldersheim2018-01-101-0/+0
|
* Update correct answer to tensor serialized result due to change in hashtable ↵Henning Baldersheim2018-01-081-0/+0
| | | | iteration order.
* Add a for_each method for more efficient iteration.Henning Baldersheim2018-01-031-0/+0
|
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-182-5/+5
|
* Revert "Bratseth/tensorflow models"gjoranv2017-12-172-5/+5
|
* Merge with masterJon Bratseth2017-12-131-6/+39
|\
| * Disallow ID strings with empty user/group valuesTor Brede Vekterli2017-12-061-6/+39
| | | | | | | | | | It does not make sense to have an empty value for these, as the value plays an explicit part of the document's distribution properties.
* | Check agreement between TF and Vespa executionJon Bratseth2017-12-132-5/+5
|/
* Fix handling of missing fields in Java document selection matchingTor Brede Vekterli2017-11-171-5/+34
| | | | | | | Now matches C++ implementation by returning a null value when attempting to match a missing field rather than returning an empty result list. Altered handling of null comparisons; they should now have the expected semantics.
* All characters except 0x0 byte is allowed during de-serialization of ↵Geir Storli2017-10-242-3/+65
| | | | | | document ids. This is to ensure that already stored document ids can be de-serialized.
* Validate that document ids only contain text characters.Geir Storli2017-10-201-0/+14
|
* Update copyright headersJon Bratseth2017-06-14121-121/+121
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14121-121/+121
|
* Update copyright headersJon Bratseth2017-06-14121-121/+121
|
* Remove carriage returnJon Bratseth2017-06-143-230/+230
|
* Revert "Copyright header"Jon Bratseth2017-06-13121-351/+351
|
* Copyright headerJon Bratseth2017-06-13121-351/+351
|
* Use static final field instead of method for compressable stringTor Brede Vekterli2017-06-121-6/+6
|
* Add unit test for Compressor which reproduces buffer extent bugTor Brede Vekterli2017-06-121-2/+2
|
* Only write raw compression array if compressable inputTor Brede Vekterli2017-06-121-1/+21
| | | | | If compression type is INCOMPRESSIBLE, would previously end up writing the entire raw working buffer, which is at least 4096 bytes long.
* Compressor must only compress actual input range, not entire arrayTor Brede Vekterli2017-06-121-3/+66
|
* Add /nodes/v2/maintenanceJon Bratseth2017-04-251-27/+23
|
* use newer assertsArne H Juul2017-04-211-3/+3
|
* suppress warnings about 4.2 serializerArne H Juul2017-04-213-0/+3
|
* add @OverrideArne H Juul2017-04-211-0/+2
|
* implement hashCode to fix warningArne H Juul2017-04-201-0/+1
|
* Refactor out common duplicated code.Henning Baldersheim2017-04-201-89/+33
|
* Add explicit test for struct update.Henning Baldersheim2017-04-181-0/+61
|
* Expect fieldpath remove value to be 0 to match the existing field formatfreva2017-03-061-2/+2
|
* Merge branch 'master' into freva/add-arithmetic-fieldpathfreva2017-02-202-0/+125
|\
| * Add tests for old formatfreva2017-02-202-0/+125
| |
* | Added JSON arithmetic fieldpath operationsfreva2017-02-171-4/+21
|/
* Change fieldpath formatfreva2017-02-173-157/+74
|
* Remove outdated commentfreva2017-02-151-4/+0
|
* Updated serializer to new format, removed parsing of old format, fixed testsfreva2017-02-153-54/+26
|
* Throw an exception if fieldpath operation has multiple fieldpathsfreva2017-02-131-1/+55
|
* Move logic around.Haakon Dybdahl2017-02-102-22/+24
|
* Code review fixesfreva2017-02-101-9/+58
|
* Merge branch 'master' into freva/fieldpath-parsingfreva2017-02-101-0/+25
|\ | | | | | | | | # Conflicts: # document/src/main/java/com/yahoo/document/json/document/DocumentParser.java
| * Merge pull request #1731 from yahoo/arnej/format-degrees-nicelyJo Kristian Bergum2017-02-091-0/+25
| |\ | | | | | | avoid scientific notation in degrees formatting
| | * avoid scientific notation in degrees formattingArne H Juul2017-02-091-0/+25
| | |
| | * Clean up buffer fill a bit.Haakon Dybdahl2017-02-092-5/+6
| | |
| | * Move stuff around, not perfect yet..Haakon Dybdahl2017-02-092-28/+36
| | |
| | * Move token buffer to parse info.Haakon Dybdahl2017-02-092-22/+22
| | |
* | | Fixed DocumentUpdateJsonSerialized and it's test to the new formatfreva2017-02-101-12/+13
| | |
* | | Merge branch 'master' into freva/fieldpath-parsingfreva2017-02-094-78/+101
|\| | | | | | | | | | | | | | # Conflicts: # document/src/main/java/com/yahoo/document/json/JsonReader.java
| * | Set end of feed on errors.Haakon Dybdahl2017-02-092-24/+25
| | |
| * | Revert "Revert "Dybdahl/refactor json reader""Haakon Dybdahl2017-02-093-54/+63
| | | | | | | | | | | | This reverts commit b7c645f96271f4f27415af6757fef18499c63544.
| * | Support references in concrete document typesTor Brede Vekterli2017-02-081-0/+13
| |/
* | Created VespaJsonDocumentReaderfreva2017-02-091-22/+32
| |