aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of commons-collections from documentBjørn Christian Seime2020-01-093-11/+22
| | | | Also remove the library from parent pom as no other module is using it.
* Remove use of commons-lang from documentBjørn Christian Seime2020-01-063-9/+9
|
* Add mergeJon Bratseth2020-01-021-1/+1
|
* Better error message on missing fieldJon Bratseth2019-11-282-2/+4
|
* Link as linkJon Bratseth2019-10-081-2/+2
|
* Single sparse dimension short formJon Bratseth2019-10-081-12/+37
|
* SimplifyJon Bratseth2019-10-081-20/+10
|
* Support mixed tensor short form JSONJon Bratseth2019-10-081-3/+66
|
* Revert "Revert "Balder/remove tld from config model rebased""Henning Baldersheim2019-09-231-1/+0
|
* Revert "Balder/remove tld from config model rebased"Harald Musum2019-09-231-0/+1
|
* Merge pull request #10773 from ↵Geir Storli2019-09-232-6/+6
|\ | | | | | | | | vespa-engine/gjoranv/remove-vespa-6-from-error-messages Remove "Vespa 6" from error messages
| * Remove "Vespa 6" from error messagesgjoranv2019-09-232-6/+6
| |
* | Remove unuse import.Henning Baldersheim2019-09-231-1/+0
|/
* Merge pull request #10463 from ↵Jon Bratseth2019-09-044-14/+18
|\ | | | | | | | | vespa-engine/bratseth/document-parsing-error-messages Bratseth/document parsing error messages
| * Better error messages on illegal inputJon Bratseth2019-08-294-14/+18
| |
* | Call addFieldSets for genrated document types in order for fieldSet and ↵Henning Baldersheim2019-08-291-1/+8
| | | | | | | | | | | | fieldSetAll to work. Verify that _zcurve generated fields are not exposet in the default fieldSet().
* | Remove use of Nullable and NotNull annotationsHarald Musum2019-08-291-3/+2
|/ | | | | | Different implementations and using OSGi makes it really hard to use these annotations and the value of using them is IMHO not very high.
* Only expose explicit fields in the document.Henning Baldersheim2019-08-282-10/+61
| | | | Also build all fieldSets when constructing the document type.
* Random fixup while navigating code.Henning Baldersheim2019-08-274-24/+9
|
* Deprecate getId(version) and remove usage.Henning Baldersheim2019-08-224-8/+9
|
* Update to require atleast vespa 6 version.Henning Baldersheim2019-08-212-697/+0
|
* Remove v6 and v7 from java side.Henning Baldersheim2019-08-218-1097/+40
|
* Revert "Revert "doc: -> id:""Henning Baldersheim2019-08-214-58/+4
|
* Revert "doc: -> id:"Henning Baldersheim2019-08-214-4/+58
|
* doc: -> id:Henning Baldersheim2019-08-194-58/+4
| | | | | Unify documentid java/cpp GC old formats v6 and v7
* Merge pull request #10227 from vespa-engine/balder/remove-legacy-docidsHenning Baldersheim2019-08-156-340/+9
|\ | | | | Balder/remove legacy docids
| * Remove legacy orderdoc, groupdoc, userdoc documentidsHenning Baldersheim2019-08-096-340/+9
| |
* | Follow up from review comments.Henning Baldersheim2019-08-152-11/+1
| |
* | Merge branch 'master' into balder/prepare-remove-visitor-orderingHenning Baldersheim2019-08-151-0/+2
|\ \ | |/ |/|
| * ArithmeticNode must propagate Result.INVALID.Henning Baldersheim2019-08-091-0/+3
| |
* | Remove visitor ordering and order selection.Henning Baldersheim2019-08-0915-243/+12
|/
* Remove long gone searchcolumn.Henning Baldersheim2019-08-065-111/+23
|
* Complete code cleanup based on intellij advice.Henning Baldersheim2019-07-2322-58/+118
|
* As evaluation if now fully left to right and lazy and short ciruited, no ↵Henning Baldersheim2019-07-232-19/+5
| | | | need for special eager leftmost node.
* Remove PublicAPI forgotten going to Vespa 7. No external use has been ↵Henning Baldersheim2019-07-234-15/+0
| | | | possible as its parent package is not public.
* Add note about removing public api on vespa 8.Henning Baldersheim2019-07-234-0/+7
|
* Transform the stack to a tree where also intermediate nodes are lazy.Henning Baldersheim2019-07-231-14/+32
| | | | The leftmost node is the only one being eagerly computed.
* Add short circuit evaluation to the selection engine in java for AND and OR.Henning Baldersheim2019-07-222-18/+55
|
* Add test for failing short circuit of and.Henning Baldersheim2019-07-222-2/+3
|
* Fix bug in ordering resolutionHenning Baldersheim2019-07-221-1/+1
|
* Clean up code following intellij adviseHenning Baldersheim2019-07-223-45/+28
|
* Nonfunctional changes onlyJon Bratseth2019-07-031-0/+1
|
* Nonfunctional changes onlyJon Bratseth2019-06-281-2/+12
|
* Read dense tensor form in documentsJon Bratseth2019-06-181-12/+47
|
* Do not use chunked output for Base64-encoded raw fields in JSON outputTor Brede Vekterli2019-06-061-2/+2
| | | | | | | | | Previous code would always insert at least one linebreak in the output. Replace Apache Commons encoder with explicit basic `java.util.Base64` encoder to make us less dependent on magic constructor args. Explicitly test that we still can decode chunked _input_ to ensure we do not break roundtrip serialization ability for old outputs.
* Vespa global model importJon Bratseth2019-06-021-1/+2
|
* Use docker and node resources in more testsJon Bratseth2019-05-281-1/+0
|
* Implement BoolFieldValue.assignHenning Baldersheim2019-05-201-2/+5
|
* Nonfunctional changes onlyJon Bratseth2019-05-171-0/+1
|
* Allow node allocation by resource specJon Bratseth2019-05-061-1/+1
|