summaryrefslogtreecommitdiffstats
path: root/document/src/main
Commit message (Expand)AuthorAgeFilesLines
* All characters except 0x0 byte is allowed during de-serialization of document...Geir Storli2017-10-243-7/+44
* Validate that document ids only contain text characters.Geir Storli2017-10-202-12/+21
* Revert "Install net.jpountz.lz4:lz4 as a bundle."Harald Musum2017-09-141-0/+5
* Install net.jpountz.lz4:lz4 as a bundle.gjoranv2017-09-141-5/+0
* Factor out string filtering methodJon Bratseth2017-08-211-143/+11
* Merge pull request #3033 from vespa-engine/bratseth/validate-validation-overridegjoranv2017-08-152-7/+1
|\
| * Validate validation-overrides.xml filesJon Bratseth2017-07-312-7/+1
* | https does not work with custom domainsJon Bratseth2017-08-111-1/+1
* | Update doc linksJon Bratseth2017-08-111-1/+1
* | Deplace temp git.corp linksJon Bratseth2017-08-081-1/+1
|/
* Update copyright headersJon Bratseth2017-06-14214-210/+214
* Revert "Update copyright headers"Jon Bratseth2017-06-14214-214/+210
* Update copyright headersJon Bratseth2017-06-14214-210/+214
* Remove carriage returnJon Bratseth2017-06-1420-2018/+2018
* Revert "Copyright header"Jon Bratseth2017-06-13214-2231/+2227
* Copyright headerJon Bratseth2017-06-13214-2227/+2231
* Only write raw compression array if compressable inputTor Brede Vekterli2017-06-121-1/+1
* more readable error if geo coordinates do not parseArne H Juul2017-05-241-3/+11
* remove old unused ignoresArne Juul2017-05-192-0/+0
* Add getWrappedValue to TensorFieldValue.Lester Solbakken2017-05-111-0/+5
* suppress warnings about 4.2 serializerArne H Juul2017-04-215-0/+8
* add @OverrideArne H Juul2017-04-211-0/+2
* check type before castingArne H Juul2017-04-211-0/+3
* use Objects.hash() to implement hashCode()Arne H Juul2017-04-211-1/+1
* remove unneeded castsArne H Juul2017-04-201-2/+2
* public scalars should be finalArne H Juul2017-04-201-4/+8
* equals() should be reflexiveArne H Juul2017-04-201-8/+15
* remove unneeded castArne H Juul2017-04-201-1/+1
* Avoid expensive pooling of json fieldnames. Works very bad with maps.....Henning Baldersheim2017-03-172-2/+2
* Expect fieldpath remove value to be 0 to match the existing field formatfreva2017-03-063-5/+7
* Moved stuff to helper methodsfreva2017-02-201-15/+36
* Merge branch 'master' into freva/add-arithmetic-fieldpathfreva2017-02-201-1/+41
|\
| * Fix reading map from old array formatfreva2017-02-201-1/+41
* | Added JSON arithmetic fieldpath operationsfreva2017-02-177-40/+77
|/
* Change fieldpath formatfreva2017-02-176-211/+108
* Updated serializer to new format, removed parsing of old format, fixed testsfreva2017-02-153-52/+5
* Remove un-needed tokensfreva2017-02-157-49/+60
* Throw an exception if fieldpath operation has multiple fieldpathsfreva2017-02-131-0/+4
* Code review cleanup.Haakon Dybdahl2017-02-132-19/+13
* Move logic around.Haakon Dybdahl2017-02-102-136/+131
* Code review fixesfreva2017-02-103-31/+39
* Added verifyEndState for fieldpaths readfreva2017-02-101-5/+6
* CompositeReader can now resolve primitive fields as wellfreva2017-02-102-14/+18
* Merge branch 'master' into freva/fieldpath-parsingfreva2017-02-104-100/+119
|\
| * Code review improvements.Haakon Dybdahl2017-02-102-12/+12
| * Merge the two document parsers into one.Haakon Dybdahl2017-02-103-101/+99
| * Merge pull request #1731 from yahoo/arnej/format-degrees-nicelyJo Kristian Bergum2017-02-091-2/+19
| |\
| | * avoid scientific notation in degrees formattingArne H Juul2017-02-091-2/+19
| | * Remove dependency to JsonReader.Haakon Dybdahl2017-02-093-16/+24
| | * Clean up buffer fill a bit.Haakon Dybdahl2017-02-095-27/+28