summaryrefslogtreecommitdiffstats
path: root/document/src
Commit message (Collapse)AuthorAgeFilesLines
* Use std::bitset instead of hash_set as there is a fixed set of bits.Henning Baldersheim2019-11-122-16/+20
|
* And then we can also remove the exponential factor.......Henning Baldersheim2019-11-121-7/+25
|
* Limit number of items in list to number of unique items for the empty no ↵Henning Baldersheim2019-11-121-3/+12
| | | | variables map.
* Nested namespaceHenning Baldersheim2019-11-123-14/+10
|
* std::make_uniqueHenning Baldersheim2019-11-121-69/+48
|
* Use std::make_uniqueHenning Baldersheim2019-11-122-14/+14
|
* Remove unused code.Henning Baldersheim2019-11-121-2/+0
|
* Remove unused code.Henning Baldersheim2019-11-121-1/+0
|
* =defaultHenning Baldersheim2019-11-121-1/+1
|
* Nested namespaceHenning Baldersheim2019-11-127-33/+11
|
* Nested namespaceHenning Baldersheim2019-11-1215-133/+52
|
* Nested namespaceHenning Baldersheim2019-11-123-11/+6
|
* c++11 for loops.Henning Baldersheim2019-11-121-8/+8
|
* = defaultHenning Baldersheim2019-11-122-20/+15
|
* Preserve cached struct element modification statusTor Brede Vekterli2019-11-082-11/+52
| | | | | | | | It's possible for one update operation to modify the element, place it back as MODIFIED, then a second operation reads it out of the cache, ends up being a no-op and puts it back as NOT_MODIFIED. If we do not preserve the modification status, the changes from the first operation will be lost when committing.
* Remove unused codeHenning Baldersheim2019-11-013-71/+0
|
* Use correct contains methodHåkon Hallingstad2019-10-181-3/+3
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-181-5/+14
|
* 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-283-25/+91
| | | | 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-216-706/+7
|
* Remove v6 and v7 from java side.Henning Baldersheim2019-08-2120-1268/+50
|
* remove unused codeHåvard Pettersen2019-08-211-1/+0
|
* Revert "Revert "doc: -> id:""Henning Baldersheim2019-08-21157-1575/+531
|
* Revert "doc: -> id:"Henning Baldersheim2019-08-21157-531/+1575
|
* Fix typoHenning Baldersheim2019-08-201-1/+1
|
* doc: -> id:Henning Baldersheim2019-08-19157-1575/+531
| | | | | Unify documentid java/cpp GC old formats v6 and v7
* Merge pull request #10227 from vespa-engine/balder/remove-legacy-docidsHenning Baldersheim2019-08-1510-585/+25
|\ | | | | Balder/remove legacy docids