summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-24106-488/+488
* Remove the persistence proxy.Henning Baldersheim2017-05-242-40/+5
* Cleanup namespace layoutHenning Baldersheim2017-05-241-3/+3
* We do not need the IIndexManagerFactory in searchcore anymore.Henning Baldersheim2017-05-249-81/+21
* remove unused includeHenning Baldersheim2017-05-241-1/+0
* Remove unused DataDirectoryUpgrader.Henning Baldersheim2017-05-2415-634/+56
* Merge pull request #2521 from yahoo/balder/limit-number-of-inflight-summary-t...Tor Egge2017-05-234-49/+32
|\
| * Only 16 tasks per thread should be sufficient to get a good flow with lower m...Henning Baldersheim2017-05-221-8/+4
| * Only allow 64 tasks on average per summary task.Henning Baldersheim2017-05-221-14/+11
| * Optimize includesHenning Baldersheim2017-05-221-1/+1
| * Optimize includesHenning Baldersheim2017-05-221-13/+4
| * Optimize includesHenning Baldersheim2017-05-221-14/+13
* | Reduce number of component configs reported by proton.Tor Egge2017-05-235-24/+18
* | Revert "Toregge/proton config reporting cleanup"Harald Musum2017-05-229-42/+44
|/
* Simplify.Tor Egge2017-05-221-2/+1
* Report min of service layer config generation and proton config generationTor Egge2017-05-222-11/+9
* Reduce number of component configs reported by proton.Tor Egge2017-05-228-31/+32
* remove empty linesArne Juul2017-05-195-5/+0
* Shrink lid space on attribute vectors and document meta store whenTor Egge2017-05-182-1/+3
* Merge pull request #2443 from yahoo/geirst/init-handling-of-lid-space-compact...Tor Egge2017-05-1815-113/+87
|\
| * Implement getEstimatedShrinkLidSpaceGain() for LogDataStore.Geir Storli2017-05-121-0/+1
| * Add docIdLimit to DataStoreStorageStats.Geir Storli2017-05-122-3/+4
| * Rename nextId() -> getDocIdLimit().Geir Storli2017-05-122-2/+2
| * Move DirectoryHandler from searchcore to searchlib.Geir Storli2017-05-1212-108/+80
* | Add unit test for shrink lid space flush target.Tor Egge2017-05-185-0/+138
* | Avoid flush engine busy loop: set flushed time even if not able to flush.Tor Egge2017-05-183-7/+15
* | 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