summaryrefslogtreecommitdiffstats
path: root/document/src/main
Commit message (Expand)AuthorAgeFilesLines
* only suppress complete fields with empty stringArne Juul2018-09-271-7/+2
* Revert "Revert "Revert "Do not expose fieldupdates as a list. Hide implementa...Henning Baldersheim2018-09-184-96/+44
* Revert "Avoid NPE on non-exiting field"Henning Baldersheim2018-09-181-4/+2
* Avoid NPE on non-exiting fieldHenning Baldersheim2018-09-171-2/+4
* Less strict on possible missuse of deprecated API.Henning Baldersheim2018-09-171-22/+19
* Revert "Revert "Do not expose fieldupdates as a list. Hide implementation det...Henning Baldersheim2018-09-144-36/+91
* Revert "Do not expose fieldupdates as a list. Hide implementation details ins...Henning Baldersheim2018-09-144-91/+36
* Merge pull request #6902 from vespa-engine/balder/hashmap-backed-documentupdateHenning Baldersheim2018-09-134-36/+91
|\
| * Also update hashmap and detect errors due to misuse.Henning Baldersheim2018-09-131-1/+10
| * Add deprecation comments and some renaming.Henning Baldersheim2018-09-132-6/+27
| * Keep both list and hashmapHenning Baldersheim2018-09-122-49/+32
| * Avoid using deprecated code.Henning Baldersheim2018-09-111-1/+1
| * Do not expose fieldupdates as a list. Hide implementation details instead.Henning Baldersheim2018-09-112-25/+67
* | Merge pull request #6918 from vespa-engine/balder/only-use-id-to-compareHenning Baldersheim2018-09-132-3/+18
|\ \
| * | Use a private method to make code more readable and structured.Henning Baldersheim2018-09-131-3/+5
| * | Just compare what is necessary for equality.Henning Baldersheim2018-09-122-3/+16
| |/
* | Add test for proper setup and fix dirty retyping of ReferenceDataType target ...Henning Baldersheim2018-09-121-0/+1
* | Never give up.Henning Baldersheim2018-09-111-5/+0
|/
* Add toStringHenning Baldersheim2018-09-111-0/+5
* Add explicit test to equals and compareTo and avoid * importsHenning Baldersheim2018-09-111-1/+8
* Due to some ugly inheritance you must use values with great care. In equals i...Henning Baldersheim2018-09-102-7/+18
* Also prune away ClearValue updates if possible.Henning Baldersheim2018-09-101-0/+12
* Use the cheaper equals instead of potentially expensive compareTo.Henning Baldersheim2018-09-101-1/+1
* Before compareTo on a hashmap makes sense it must be sorted.Henning Baldersheim2018-09-102-22/+29
* Switch to new javacc maven plugin:gjoranv2018-08-272-4/+4
* Add example in comment for remove field path update class.Tor Egge2018-08-161-0/+9
* Stop iterating field path when variable value is out of array boundary.Tor Egge2018-08-151-1/+2
* Iterate over result list in reverse order to avoid staleTor Egge2018-08-151-2/+4
* Merge pull request #6444 from vespa-engine/bratseth/java-model-inferenceJon Bratseth2018-07-231-5/+8
|\
| * Model inference initial commitJon Bratseth2018-06-281-5/+8
* | Remove a restriction that is not necessary since FieldUpdates are applied first.Henning Baldersheim2018-07-201-2/+0
* | Update javadoc.Henning Baldersheim2018-07-201-10/+10
* | Add a prune method that can be used to remove updates that will have no effec...Henning Baldersheim2018-07-201-0/+32
* | Fix author tag for SimonBjørn Christian Seime2018-07-0524-24/+24
* | Explicit UTF-8 charsetOlli Virtanen2018-06-281-1/+6
* | Include .toJson() in Document analogously to .toXml()Olli Virtanen2018-06-271-4/+25
|/
* Pass field path updates verbatim through indexing scriptsTor Brede Vekterli2018-06-061-1/+2
* More document JSON validation to improve error messagesJon Bratseth2018-05-255-13/+46
* JSON feed validation WIPJon Bratseth2018-05-232-0/+2
* Java 9: new Float/Byte/Character is deprecated.gjoranv2018-05-031-2/+2
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-1/+1
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-1/+1
* Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-011-1/+1
* Remove row+column supportJon Bratseth2018-04-271-4/+4
* Add TensorFlow variable converterJon Bratseth2018-03-082-3/+9
* Nonfunctional changes onlyJon Bratseth2018-03-072-2/+2
* Route document removes only to the recipient(s) handling the document type (a...Geir Storli2018-02-132-0/+5
* Define and use fixed bucket spaces in Java code.Geir Storli2018-02-021-0/+16
* Allow compatible changes to stored tensorsJon Bratseth2018-02-011-1/+1
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-184-15/+15