summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Collapse)AuthorAgeFilesLines
* Link as linkJon Bratseth2019-10-081-2/+2
|
* Single sparse dimension short formJon Bratseth2019-10-082-12/+68
|
* SimplifyJon Bratseth2019-10-081-20/+10
|
* Support mixed tensor short form JSONJon Bratseth2019-10-082-3/+87
|
* 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
|/
* Export net.jpountz.xxhashHarald Musum2019-09-061-0/+5
| | | | | Export net.jpountz.xxhash as well as net.jpountz.lz4, they are both needed and from the same artifact
* Merge pull request #10463 from ↵Jon Bratseth2019-09-046-97/+144
|\ | | | | | | | | vespa-engine/bratseth/document-parsing-error-messages Bratseth/document parsing error messages
| * Fail on no exceptionJon Bratseth2019-08-301-0/+1
| |
| * Nonfunctional changes onlyJon Bratseth2019-08-292-2/+1
| |
| * Better error messages on illegal inputJon Bratseth2019-08-295-95/+142
| |
* | 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-284-25/+95
| | | | Also build all fieldSets when constructing the document type.
* Random fixup while navigating code.Henning Baldersheim2019-08-274-24/+9
|
* Remove unused constexpr in document module.Tor Egge2019-08-231-2/+0
|
* Deprecate getId(version) and remove usage.Henning Baldersheim2019-08-224-8/+9
|
* Preserve constness.Henning Baldersheim2019-08-221-2/+2
|
* Remove 42 serialize codeHenning Baldersheim2019-08-212-10/+0
|
* Do not generate old formats, not even in tests.Henning Baldersheim2019-08-214-134/+94
|
* Remove v6/v7 on c++ side tooHenning Baldersheim2019-08-216-156/+23
|
* Update to require atleast vespa 6 version.Henning Baldersheim2019-08-217-761/+8
|
* Remove v6 and v7 from java side.Henning Baldersheim2019-08-2121-1329/+53
|
* remove unused codeHåvard Pettersen2019-08-211-1/+0
|
* Revert "Revert "doc: -> id:""Henning Baldersheim2019-08-21158-1589/+531
|
* Revert "doc: -> id:"Henning Baldersheim2019-08-21158-531/+1589
|
* Fix typoHenning Baldersheim2019-08-201-1/+1
|
* doc: -> id:Henning Baldersheim2019-08-19158-1589/+531
| | | | | Unify documentid java/cpp GC old formats v6 and v7
* Merge pull request #10227 from vespa-engine/balder/remove-legacy-docidsHenning Baldersheim2019-08-1511-658/+25
|\ | | | | Balder/remove legacy docids
| * Remove legacy orderdoc, groupdoc, userdoc documentidsHenning Baldersheim2019-08-0911-658/+25
| |
* | Follow up from review comments.Henning Baldersheim2019-08-152-11/+1
| |
* | Merge branch 'master' into balder/prepare-remove-visitor-orderingHenning Baldersheim2019-08-153-1/+26
|\ \ | |/ |/|
| * ArithmeticNode must propagate Result.INVALID.Henning Baldersheim2019-08-093-1/+27
| |
* | Remove visitor ordering and order selection.Henning Baldersheim2019-08-0944-1031/+176
|/
* Remove long gone searchcolumn.Henning Baldersheim2019-08-069-133/+23
|
* Move assignment operator is implicitly deleted for Fixture.Tor Egge2019-07-311-2/+4
| | | | Add explicit delete of copy/move constructor/assignment.
* Use proper scope for enum constants.Tor Egge2019-07-305-16/+16
|
* 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-235-725/+0
| | | | possible as its parent package is not public.
* Add note about removing public api on vespa 8.Henning Baldersheim2019-07-234-0/+7
|
* Update abi spec.Henning Baldersheim2019-07-231-8/+1
|
* Transform the stack to a tree where also intermediate nodes are lazy.Henning Baldersheim2019-07-232-47/+102
| | | | 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-223-20/+79
|
* Add test for failing short circuit of and.Henning Baldersheim2019-07-223-2/+70
|
* Fix bug in ordering resolutionHenning Baldersheim2019-07-221-1/+1
|
* Clean up code following intellij adviseHenning Baldersheim2019-07-223-45/+28
|