aboutsummaryrefslogtreecommitdiffstats
path: root/document
Commit message (Collapse)AuthorAgeFilesLines
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+5370
|
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-1420-212/+405
|
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-1/+1
| | | | | | | | | - Update FastCharStream method names to follow changes in generated CharStream class. - Update expected test output due to improvements in generated code. - Improve ability to debug tests by more clearly printing out the diff between expected and actual output.
* Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-061-9/+0
| | | | + Remove unused management for old javacc plugin.
* Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+1
| | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* Deprecation cleanupJon Bratseth2018-11-206-37/+29
|
* some TODOs cannot be done in time for Vespa 7Arne Juul2018-11-124-4/+4
|
* do reserialization in more casesArne Juul2018-11-091-23/+18
| | | | | | | * only re-use cached serialized chunks if we have the right amount of chunks compared to what we wanted. This covers even the case where (mode != COMPLETE) but some fields have been reconfigured.
* Merge pull request #7540 from vespa-engine/balder/use-templated-find-take-2Henning Baldersheim2018-11-021-10/+16
|\ | | | | Balder/use templated find take 2
| * Use template args for the class, not on the find method.Henning Baldersheim2018-11-011-10/+16
| |
* | Merge pull request #7538 from ↵Tor Egge2018-11-015-1/+65
|\ \ | |/ |/| | | | | vespa-engine/toregge/narrow-down-routing-of-document-api-get-document-messages Narrow down routing of Document API GetDocument messages.
| * Throw UnsupportedOperationException.Tor Egge2018-11-011-1/+1
| |
| * Fixup local variable name.Tor Egge2018-11-011-2/+2
| |
| * Narrow down routing of Document API GetDocument messages.Tor Egge2018-11-015-1/+65
| |
* | Merge pull request #7517 from ↵Henning Baldersheim2018-11-0114-40/+78
|\ \ | | | | | | | | | | | | vespa-engine/balder/deprecate-header-body-related-stuff Deprecating a whole lot of body/header related methods that should ha…
| * | getContentType -> contentStruct and java doc.Henning Baldersheim2018-11-014-11/+15
| | |
| * | Deprecating a whole lot of body/header related methods that should have been ↵Henning Baldersheim2018-10-3114-40/+74
| |/ | | | | | | done a long time ago.
* | deserialize into both header and body structsArne Juul2018-11-011-3/+95
| | | | | | | | | | | | * this handles the case where fields have changed status (from header to body or vice versa) between the the time of feeding (serializing) and fetching (deserializing).
* | ensure we write both chunks if they were presentArne Juul2018-11-011-1/+9
|/
* Fix javadocJon Bratseth2018-10-301-5/+1
|
* Keep binary compatibility.Henning Baldersheim2018-10-301-0/+9
|
* Follow up code comments from @vekterliHenning Baldersheim2018-10-263-10/+6
|
* Remove use of deprecated methods.Henning Baldersheim2018-10-262-11/+54
|
* Only deprecate the badly scaling methods.Henning Baldersheim2018-10-252-44/+38
| | | | Make the replacements and prepare for using a map next time.
* Use hashmap for faster access.Henning Baldersheim2018-10-259-98/+182
|
* Revert "Revert "Disallow complex types as keys for nested types in arrays""Lester Solbakken2018-10-231-1/+8
| | | | | | | This reverts commit bb42d0c6f30de25b9ca6b8e232b6920aeb51a7d1. Reason for system tests failing was changes in the system tests, not this PR.
* Revert "Disallow complex types as keys for nested types in arrays"Harald Musum2018-10-231-8/+1
|
* Disallow complex types as keys for nested types in arraysLester Solbakken2018-10-221-1/+8
|
* Use maven-shade-plugin to assemble fat jarBjørn Christian Seime2018-10-191-11/+19
| | | | | A bug in maven-assemble-plugin makes it very slow to assemble jar containing BouncyCastle
* Nonfunctional changes onlyJon Bratseth2018-10-181-18/+8
|
* Rember that you did not have any constructor for this class and this ↵Henning Baldersheim2018-10-161-5/+11
| | | | | | parameter set. This will enable fail fast next time instead of having an exception thrown every time.
* Extend vespa document serializer test to serialize twice.Tor Egge2018-10-091-1/+5
| | | | This verifies that deserialized value can be serialized.
* Handle serialization of empty struct field value.Tor Egge2018-10-082-2/+16
|
* Remove end tagHarald Musum2018-10-036-6/+6
|
* Use full nameHarald Musum2018-10-036-6/+6
|
* add empty string in array unit testArne Juul2018-09-271-1/+5
|
* only suppress complete fields with empty stringArne Juul2018-09-271-7/+2
|
* Update the test to reflect stricter text input validation.Henning Baldersheim2018-09-191-0/+9
|
* Merge pull request #6984 from ↵Henning Baldersheim2018-09-193-6/+4
|\ | | | | | | | | vespa-engine/balder/increase-interval-from-1s-to-5s GC unused code and add override and = default.
| * GC unused code and add override and = default.Henning Baldersheim2018-09-173-6/+4
| |
* | Revert "Revert "Revert "Do not expose fieldupdates as a list. Hide ↵Henning Baldersheim2018-09-188-177/+97
| | | | | | | | implementation details ins…"""
* | Revert "Avoid NPE on non-exiting field"Henning Baldersheim2018-09-182-7/+3
|/
* Avoid NPE on non-exiting fieldHenning Baldersheim2018-09-172-3/+7
|
* Less strict on possible missuse of deprecated API.Henning Baldersheim2018-09-172-22/+43
| | | | Make by name operatons fast by looking up the field in the document type.
* Revert "Revert "Do not expose fieldupdates as a list. Hide implementation ↵Henning Baldersheim2018-09-148-89/+148
| | | | details ins…""
* Revert "Do not expose fieldupdates as a list. Hide implementation details ↵Henning Baldersheim2018-09-148-148/+89
| | | | ins…"
* Merge pull request #6902 from vespa-engine/balder/hashmap-backed-documentupdateHenning Baldersheim2018-09-138-89/+148
|\ | | | | Do not expose fieldupdates as a list. Hide implementation details ins…
| * Also update hashmap and detect errors due to misuse.Henning Baldersheim2018-09-131-1/+10
| |
| * Add Vespa 7 TODOHenning Baldersheim2018-09-131-2/+12
| |