summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* Revert "Balder/sameelement in streaming"Henning Baldersheim2018-06-065-36/+16
* Follow up om comments from @geirstHenning Baldersheim2018-06-051-1/+1
* Test iterations with arryIndexHenning Baldersheim2018-06-051-5/+11
* Aggregate elementIdHenning Baldersheim2018-06-054-11/+25
* Make it privateHenning Baldersheim2018-05-311-3/+2
* GC some more unused code and properly test old formats without exposing produ...Henning Baldersheim2018-05-311-19/+20
* Hide implementation details.Henning Baldersheim2018-05-311-19/+18
* GC unused codeHenning Baldersheim2018-05-312-18/+0
* Though shall never produce old format again, except from tests.Henning Baldersheim2018-05-313-9/+1
* Better namingHenning Baldersheim2018-05-301-5/+6
* GC some more unused codeHenning Baldersheim2018-05-292-23/+9
* Remove unused code, and code only used in unit tests for obsolete features.Henning Baldersheim2018-05-292-38/+19
* Remove unused code, and code only used in unit tests for obsolete features.Henning Baldersheim2018-05-296-54/+2
* Avoid copy construction by creating in place upon construction.Henning Baldersheim2018-05-292-11/+26
* Use inliningHenning Baldersheim2018-05-292-14/+8
* Merge with masterJon Bratseth2018-05-281-2/+2
|\
| * Use fallthrough attributes.Tor Egge2018-05-271-2/+2
* | More document JSON validation to improve error messagesJon Bratseth2018-05-256-24/+70
* | JSON feed validation WIPJon Bratseth2018-05-233-0/+50
|/
* Java 9: new Float/Byte/Character is deprecated.gjoranv2018-05-031-2/+2
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-029-56/+56
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-029-56/+56
* Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-012-3/+3
* Java 9: Replace 'new Long' with 'Long.valueOf'gjoranv2018-05-011-1/+1
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-307-52/+52
* Remove row+column supportJon Bratseth2018-04-271-4/+4
* Remove usage of junit.frameworkJon Bratseth2018-04-2526-192/+396
* Merge pull request #5609 from vespa-engine/hmusum/remove-logic-for-choosing-b...Harald Musum2018-04-171-0/+0
|\
| * Remove logic for choosing between deploy and prepare-activateHarald Musum2018-04-171-0/+0
* | Remove usage of junit.frameworkJon Bratseth2018-04-173-21/+41
|/
* Remove DocumentTypeRepo::UP typedef.Tor Egge2018-04-054-5/+2
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-0420-9/+49
* Protect DocumentTypeRepoFactory::empty method with guard.Tor Egge2018-04-041-0/+1
* Remove unneeded include.Tor Egge2018-04-041-2/+0
* Abort if document type repo isn't empty at shutdown.Tor Egge2018-04-042-1/+30
* Merge pull request #5455 from vespa-engine/toregge/use-shared-ptr-to-const-do...Geir Storli2018-04-0410-13/+16
|\
| * Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-1/+0
| * Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-0410-13/+17
* | Add comment for document::DocumentTypeRepoFactory::make method.Tor Egge2018-04-041-0/+4
* | Adjust test name.Tor Egge2018-04-041-1/+1
* | Specify deleter directly to shared pointer constructor.Tor Egge2018-04-041-3/+2
* | Add DocumentTypeRepoFactory. If config is equal to config for existing repoTor Egge2018-04-046-0/+161
|/
* 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-135-1/+36
* Define and use fixed bucket spaces names.Geir Storli2018-02-022-0/+4
* Define and use fixed bucket spaces in Java code.Geir Storli2018-02-021-0/+16
* Move FixedBucketSpaces to document module.Tor Egge2018-02-015-0/+127
* Allow compatible changes to stored tensorsJon Bratseth2018-02-011-1/+1
* Reduce use of document::BucketSpace::placeHolder().Tor Egge2018-01-311-1/+1