summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Collapse)AuthorAgeFilesLines
...
| * c_str -> dataHenning Baldersheim2020-01-215-6/+6
| |
| * Unify and factor out common code.Henning Baldersheim2020-01-211-1/+1
| |
| * Fix typoHenning Baldersheim2020-01-201-1/+1
| |
| * GC unused codeHenning Baldersheim2020-01-204-31/+1
| |
| * GC unused constructorHenning Baldersheim2020-01-204-10/+1
| |
| * Update commentsHenning Baldersheim2020-01-201-13/+1
| |
| * 32bit size is more than enough here.Henning Baldersheim2020-01-204-22/+22
| |
| * Make length const.Henning Baldersheim2020-01-201-1/+1
| |
| * Make it known that getting serialized size will always be expensive.Henning Baldersheim2020-01-209-141/+73
| |
| * GC a load of unused code. ByteBuffer towards read only.Henning Baldersheim2020-01-2012-897/+76
| |
| * Simplify as functionality is abandoned.Henning Baldersheim2020-01-178-375/+155
| |
| * GC unused codeHenning Baldersheim2020-01-172-29/+3
| |
| * GC unused swapHenning Baldersheim2020-01-172-13/+0
| |
| * GC unused code and simplify StructFieldValue.Henning Baldersheim2020-01-175-42/+19
| |
| * Remove complicated option for slicing as it is not used anywhere.Henning Baldersheim2020-01-166-399/+41
| |
| * Unify towards nbostreamHenning Baldersheim2020-01-1611-430/+159
| |
| * GC unused constructors.Henning Baldersheim2020-01-166-58/+22
| |
* | Fix serialization of TensorRemoveUpdate and TensorModifyUpdate to handle ↵Geir Storli2020-01-174-2/+18
|/ | | | float tensors.
* Folloup on the review comments.Henning Baldersheim2020-01-163-15/+9
|
* Update comment.Henning Baldersheim2020-01-161-4/+3
|
* Remove and indirection for document id, for less memory footprint, and ↵Henning Baldersheim2020-01-1611-229/+154
| | | | better generated code.
* Merge pull request #11782 from ↵Henning Baldersheim2020-01-1616-180/+99
|\ | | | | | | | | vespa-engine/balder/bring-you-backing-buffer-along Balder/bring your backing buffer along
| * Just use the stream method.Henning Baldersheim2020-01-163-6/+6
| |
| * GC unused codeHenning Baldersheim2020-01-142-17/+6
| |
| * GC unused codeHenning Baldersheim2020-01-143-8/+3
| |
| * Remove virtuality of DocumentId.Henning Baldersheim2020-01-148-57/+25
| |
| * Avoid swap. Inline and use anonymous namespaces for better code generation.Henning Baldersheim2020-01-148-54/+45
| |
| * GC constructor collapsed away.Henning Baldersheim2020-01-142-15/+2
| |
| * use std::move instead of swap to reduce simplify strange interfaces.Henning Baldersheim2020-01-145-40/+29
| |
* | Unit test 1-d map short form modify updateJon Bratseth2020-01-141-0/+10
|/
* Convert tensor update to sparseJon Bratseth2020-01-134-13/+45
|
* Update javadocJon Bratseth2020-01-131-1/+1
|
* Support modify of mixed tensorsJon Bratseth2020-01-137-30/+91
|
* Merge pull request #11748 from ↵Henning Baldersheim2020-01-101-1/+15
|\ | | | | | | | | vespa-engine/geirst/optimize-matched-elements-only-filter Optimize handling of "matched-elements-only" when the input field as …
| * Optimize handling of "matched-elements-only" when the input field as ↵Geir Storli2020-01-101-1/+15
| | | | | | | | | | | | | | retrieved from the document instance. In this case we now filter on matching elements while converting to slime, instead of converting to slime and then filter as done before.
* | Merge pull request #11742 from vespa-engine/bratseth/nonfunctional-changesJon Bratseth2020-01-104-30/+23
|\ \ | | | | | | Non-functional changes only
| * | Non-functional changes onlyJon Bratseth2020-01-104-30/+23
| | |
* | | Remove use of commons-collections from documentBjørn Christian Seime2020-01-104-15/+22
|/ / | | | | | | Also remove the library from parent pom as no other module is using it.
* | Revert "Bjorncs/java deps cleanup"Harald Musum2020-01-104-22/+15
| |
* | Remove use of commons-collections from documentBjørn Christian Seime2020-01-094-15/+22
|/ | | | Also remove the library from parent pom as no other module is using it.
* Expect 'missing a label'Jon Bratseth2020-01-071-2/+2
|
* Remove use of commons-lang from documentBjørn Christian Seime2020-01-065-15/+11
|
* Merge pull request #11648 from vespa-engine/bratseth/add-headersgjoranv2020-01-063-0/+3
|\ | | | | Add/corect copyright headers
| * Add/corect copyright headersJon Bratseth2020-01-033-0/+3
| |
* | Merge pull request #11637 from vespa-engine/bratseth/tensor-short-form-tostringJon Bratseth2020-01-061-1/+1
|\ \ | | | | | | More tensor short forms in Tensor.toString()
| * | Expect short formJon Bratseth2020-01-031-1/+1
| |/
* | Merge pull request #11620 from vespa-engine/bratseth/tensor-mergeJon Bratseth2020-01-061-1/+1
|\ \ | |/ |/| Add merge
| * Add mergeJon Bratseth2020-01-021-1/+1
| |
* | GC unused codeHenning Baldersheim2020-01-021-1/+0
|/
* Better error message on missing fieldJon Bratseth2019-11-282-2/+4
|