summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Stop faking last flush time in shrink lidspace flush target.Tor Egge2017-05-165-6/+14
* Add document meta store shrink flushtarget.Tor Egge2017-05-165-27/+33
* Revert "Revert "Toregge/add shrink lid space flush target""Tor Egge2017-05-1617-81/+402
* Explain need for serializing late part of attribute manager initializationTor Egge2017-05-161-0/+4
* Move promise to attribute manager initializer task.Tor Egge2017-05-151-5/+5
* Serialize late attribute manager initialization (after all attributeTor Egge2017-05-154-4/+69
* Revert "Toregge/add shrink lid space flush target"Tor Egge2017-05-1517-402/+81
* For metrics purposes, track attribute shrink flushtarget as attribute flush.Tor Egge2017-05-122-1/+6
* Test estimation of shrink serial and handover of shrink flushtarget.Tor Egge2017-05-121-0/+40
* Adjust attribute manager flush target names, e.g. for attribute a1:Tor Egge2017-05-125-10/+10
* Stop trying to extend lid space in compactLidSpace().Tor Egge2017-05-121-13/+23
* Reuse shrink flush target when transferring attribute to new attributeTor Egge2017-05-122-13/+19
* Update attribute filter manager to pass on shrink flush targets.Tor Egge2017-05-122-13/+40
* Use separate flush targets in attribute mangager to shrink attribute vectors.Tor Egge2017-05-116-43/+69
* Remove test dir before starting test to ensure a clean slate.Tor Egge2017-05-111-0/+1
* Prepare for adding extra flush targets (for shrinking lid space) toTor Egge2017-05-112-18/+57
* Add flush target for shrinking lid space.Tor Egge2017-05-113-0/+165
* Don't log output path if empty.Tor Egge2017-05-111-2/+4
* Cleanups after rename of proton configurer to proton config fetcher.Tor Egge2017-05-102-4/+4
* Add getEstimatedShrinkLidSpaceGain() to interface for compactable lid space.Tor Egge2017-05-104-33/+23
* Add explicit threading service observer destructor.Tor Egge2017-05-091-0/+1
* Merge pull request #2377 from yahoo/toregge/replace-task-id-with-executor-id-...Geir Storli2017-05-0911-111/+415
|\
| * Test that attribute write operations are spread over available writeTor Egge2017-05-081-3/+72
| * Attribute adapter has been renamed to attribute writer.Tor Egge2017-05-051-6/+6
| * Stop taking unneeded copy of attribute name.Tor Egge2017-05-051-4/+1
| * Check that attribute write changes if document type repo changes.Tor Egge2017-05-051-0/+29
| * Handle multiple attributes per scheduled tasks, to reduce task schedulingTor Egge2017-05-042-72/+263
| * Use attribute writer created after last attribute was added to attributeTor Egge2017-05-042-26/+31
| * Replace attribute writer when document type repo changes.Tor Egge2017-05-044-0/+11
| * Replace task id with executor id and component id in sequenced task executor.Tor Egge2017-05-032-4/+6
* | Deinline as compiler makes the best choices.Henning Baldersheim2017-05-099-37/+55
* | Remove unused includeHenning Baldersheim2017-05-061-1/+0
* | Remove unused parametersHenning Baldersheim2017-05-061-8/+9
* | Remove unused parametersHenning Baldersheim2017-05-061-4/+2
* | gcc 7 detected unused variable. Use it.Henning Baldersheim2017-05-051-1/+3
* | gcc 7 does not like that you use nullptr/NULL/0 as input to memcpy, even if s...Henning Baldersheim2017-05-052-5/+5
* | Make searchcore compile without optimizations (-Og).Geir Storli2017-05-049-1/+19
* | Re-introduce wipeoldremovedfieldsinterval+age to avoid breaking staging tests.Geir Storli2017-05-041-0/+8
* | Merge pull request #2367 from yahoo/balder/normal-include-searchcoreHenning Baldersheim2017-05-0371-306/+275
|\ \ | |/ |/|
| * Add missing fileHenning Baldersheim2017-05-021-0/+29
| * Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-0270-306/+246
* | Merge pull request #2292 from yahoo/toregge/remove-wipe-history-usage-2-try-2Geir Storli2017-05-0335-87/+81
|\ \ | |/ |/|
| * Rejected config => delayed (attribute aspects in) config.Tor Egge2017-04-278-32/+32
| * Rename wipe time schema to pruned schema.Tor Egge2017-04-271-2/+2
| * Rename wipeHistory() to pruneRemovedFields() in handling of attribute fields.Tor Egge2017-04-2717-25/+24
| * Rename wipeHistory() to pruneRemovedFields() in handling of indexed fields.Tor Egge2017-04-271-2/+2
| * Wipe history after applying config when no reprocessing triggered.Tor Egge2017-04-261-0/+5
| * Add dependency on searchcore config sub-library.Tor Egge2017-04-261-0/+1
| * Wipe removed fields when setting up index manager.Tor Egge2017-04-268-2/+14
| * Wipe removed attributes at startup.Tor Egge2017-04-261-0/+1