aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/docsummary
Commit message (Expand)AuthorAgeFilesLines
* remove tensor factoryHåvard Pettersen2019-05-312-26/+25
* Use std::regex instead of std::basic_regex<char>.Tor Egge2019-05-211-1/+1
* Use std::basic_regex in searchcore module.Tor Egge2019-03-261-1/+3
* Check for assignable tensor type when setting tensor in TensorFieldValue.Tor Egge2019-03-071-2/+6
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
* Don't insert empty multivalued document fields in summaryLester Solbakken2019-02-061-9/+2
* Render single value position as object to match how top-level position fields...Geir Storli2019-01-211-1/+1
* add code to insert position attributes directlyArne Juul2019-01-211-5/+5
* GC unused codeHenning Baldersheim2019-01-111-71/+26
* some more cleanupArne Juul2018-06-201-1/+3
* Merge branch 'master' into arnej/use-log-abortArne Juul2018-06-202-25/+16
|\
| * - Remove the execute(string, ...) and force the use of ExecutorId.Henning Baldersheim2018-06-171-24/+15
| * Reduce code visibility.Henning Baldersheim2018-06-131-1/+1
* | use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+1
|/
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-042-4/+4
* Put the right assert in the right testcase.Henning Baldersheim2018-02-021-5/+5
* Use schematic 'type', 'message', 'details' error schema.Henning Baldersheim2018-02-021-20/+53
* Revert "Revert "Balder/compute summary cache automatically in backend""Henning Baldersheim2018-01-311-1/+1
* Revert "Balder/compute summary cache automatically in backend"Harald Musum2018-01-311-1/+1
* Add the HwInfo to the BootstrapConfig.Henning Baldersheim2018-01-301-1/+1
* Let proton subscribe to bucketspaces config.Tor Egge2018-01-091-0/+3
* Consolidate makeBucketSpace() test functions to document module.Tor Egge2017-11-141-2/+2
* Introduce async write interface in the TLS.Henning Baldersheim2017-10-181-3/+2
* Revert "Introduce async write interface in the TLS."Henning Baldersheim2017-10-171-2/+3
* Introduce async write interface in the TLS.Henning Baldersheim2017-10-171-3/+2
* Move bucket factory to proton test library, it is only used by unit tests.Tor Egge2017-10-062-1/+2
* Use storage::spi::test::makeBucketSpace() in tests when creating bucket space.Geir Storli2017-10-061-11/+13
* Add bucket space concept to DocumentDB and wire it into setup of PersistenceE...Geir Storli2017-10-061-1/+2
* There is a less intrusive way ...Henning Baldersheim2017-10-051-1/+1
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-051-8/+4
* Revert "Revert "Havardpe/avoid reading past json value in slime json parser""Arnstein Ressem2017-10-022-3/+3
* Revert "Havardpe/avoid reading past json value in slime json parser"Arnstein Ressem2017-10-022-3/+3
* Merge pull request #3587 from vespa-engine/havardpe/avoid-reading-past-json-v...Geir Storli2017-10-022-3/+3
|\
| * avoid implicit cast to boolHåvard Pettersen2017-09-292-3/+3
| * avoid requiring that json parsing consumes all inputHåvard Pettersen2017-09-292-3/+3
* | Update so that the tls direct writer is not optional.Henning Baldersheim2017-09-301-24/+6
|/
* Also run the serialization in different threadpool.Henning Baldersheim2017-08-101-20/+12
* Update copyright headersJon Bratseth2017-06-144-3/+4
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+3
* Update copyright headersJon Bratseth2017-06-144-3/+4
* Revert "Copyright header"Jon Bratseth2017-06-134-4/+3
* Copyright headerJon Bratseth2017-06-134-3/+4
* Use example.com instead of yahoo.com in unit tests.Tor Egge2017-06-052-13/+13
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-3/+3
* remove empty linesArne Juul2017-05-191-1/+0
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-022-36/+17
* add override in searchcore moduleArne H Juul2017-04-122-2/+2
* Use more forward declarations.Tor Egge2017-04-051-0/+7
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-052-62/+65