aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb
Commit message (Expand)AuthorAgeFilesLines
* Add shrink lid space flush target for document store.Geir Storli2017-05-292-23/+32
* Reduce exposure of generated ranking constants config header.Tor Egge2017-05-262-2/+0
* Remove unused schema changes related code. We now use state v1 api toTor Egge2017-05-261-1/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-242-3/+3
* We do not need the IIndexManagerFactory in searchcore anymore.Henning Baldersheim2017-05-241-6/+0
* remove empty linesArne Juul2017-05-191-1/+0
* Merge pull request #2443 from yahoo/geirst/init-handling-of-lid-space-compact...Tor Egge2017-05-181-7/+9
|\
| * Move DirectoryHandler from searchcore to searchlib.Geir Storli2017-05-121-7/+9
* | Add document meta store shrink flushtarget.Tor Egge2017-05-161-10/+12
* | Revert "Revert "Toregge/add shrink lid space flush target""Tor Egge2017-05-162-25/+37
* | Revert "Toregge/add shrink lid space flush target"Tor Egge2017-05-152-37/+25
* | Adjust attribute manager flush target names, e.g. for attribute a1:Tor Egge2017-05-121-4/+4
* | Stop trying to extend lid space in compactLidSpace().Tor Egge2017-05-121-13/+23
* | Use separate flush targets in attribute mangager to shrink attribute vectors.Tor Egge2017-05-111-10/+12
|/
* Merge pull request #2377 from yahoo/toregge/replace-task-id-with-executor-id-...Geir Storli2017-05-091-0/+29
|\
| * Check that attribute write changes if document type repo changes.Tor Egge2017-05-051-0/+29
* | gcc 7 detected unused variable. Use it.Henning Baldersheim2017-05-051-1/+3
|/
* Merge pull request #2292 from yahoo/toregge/remove-wipe-history-usage-2-try-2Geir Storli2017-05-032-2/+2
|\
| * Rename wipeHistory() to pruneRemovedFields() in handling of attribute fields.Tor Egge2017-04-271-1/+1
| * Wipe removed fields when setting up index manager.Tor Egge2017-04-261-1/+1
* | Inhibit sub-db moves for non-activated buckets on retired nodesTor Brede Vekterli2017-04-261-0/+36
|/
* Merge pull request #2250 from yahoo/toregge/remove-wipe-history-usageGeir Storli2017-04-241-14/+1
|\
| * Remove usage of wipe history.Tor Egge2017-04-241-14/+1
* | Set maintenance job delay for lid space compaction and prune removed document...Geir Storli2017-04-242-9/+51
|/
* Remove history schema and wiping of old removed fields.Tor Egge2017-04-243-211/+25
* Remove dead code for handling config being rejected.Tor Egge2017-04-246-431/+0
* Must use a separate executor. Can not run the config change in the generic ex...Henning Baldersheim2017-04-211-2/+4
* Merge pull request #2227 from yahoo/geirst/only-update-maintenance-controller...Tor Egge2017-04-212-24/+47
|\
| * Simplify use of ComparisonResult.Geir Storli2017-04-211-38/+25
| * Only change MaintenanceController if config has changed during re-config.Geir Storli2017-04-211-0/+36
| * Consolidate naming of variables in struct DocumentDBConfig::ComparisonResult.Geir Storli2017-04-212-5/+5
* | Add factory method for delaying attribute aspect changes in document db config.Tor Egge2017-04-211-1/+77
|/
* Remove recently added attribute specs from document db config.Tor Egge2017-04-201-8/+0
* Use a generic pool (summary pool) for running generic manitenance task and ad...Henning Baldersheim2017-04-181-49/+67
* By default register job in master thread.Henning Baldersheim2017-04-181-7/+7
* add override in searchcore moduleArne H Juul2017-04-1211-101/+101
* Use more forward declarations.Tor Egge2017-04-051-1/+5
* Use more forward declarations.Tor Egge2017-04-051-0/+1
* Use more forward declarations.Tor Egge2017-04-054-1/+13
* Use more forward declarations.Tor Egge2017-04-051-1/+2
* Merge pull request #2158 from yahoo/geirst/cleanup-enums-for-data-and-collect...Geir Storli2017-04-054-101/+108
|\
| * Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-054-101/+108
* | Create empty summarymap config for replay config.Geir Storli2017-04-051-5/+18
* | Add attribute specs (derived from attribute config) to document db config.Tor Egge2017-04-041-0/+8
|/
* Disable lid space compaction jobs if specified in config.Geir Storli2017-03-302-15/+72
* remove most usage of LinkedPtr from vespaHaavard2017-03-272-2/+2
* Simplify wipe history arguments to attribute manager, supply serial numberTor Egge2017-03-211-1/+1
* Remove union based fusion schema. It was used to keep data for removedTor Egge2017-03-172-3/+1
* Move out nested classes from proton::ConfigValidator intoTor Egge2017-03-161-12/+25
* Create explicit, non implicitly inlined function definitionsTor Brede Vekterli2017-03-132-1/+8