summaryrefslogtreecommitdiffstats
path: root/document/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-184-15/+15
|
* Revert "Bratseth/tensorflow models"gjoranv2017-12-174-15/+15
|
* Merge with masterJon Bratseth2017-12-131-0/+6
|\
| * Disallow ID strings with empty user/group valuesTor Brede Vekterli2017-12-061-0/+6
| | | | | | | | | | 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-134-15/+15
|/
* Fix handling of missing fields in Java document selection matchingTor Brede Vekterli2017-11-174-4/+27
| | | | | | | 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.
* Nonfunctional changes onlyJon Bratseth2017-10-261-1/+1
|
* All characters except 0x0 byte is allowed during de-serialization of ↵Geir Storli2017-10-243-7/+44
| | | | | | 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-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
| | | | | | | | | - From vespajlib. - It must still be a compile scope dep in order to make it a transitive dep for dependents of vespajlib. (Important to allow using vespajlib as a library outside the jdisc container.) - Hence, lz4 is still on the bundle classpath, but the explicitly added Import-Package overrides the bundle classpath.
* 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 files
| * 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
| | | | | If compression type is INCOMPRESSIBLE, would previously end up writing the entire raw working buffer, which is at least 4096 bytes long.
* 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
| | | | To support generating concrete classes in vespa-documentgen-plugin.
* 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
| | | | | * make it so * also, implement hashCode()
* equals() should be reflexiveArne H Juul2017-04-201-8/+15
| | | | | * make it so * also, implement hashCode()
* 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
|