summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attribute_populator
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* Merge pull request #2443 from ↵Tor Egge2017-05-181-6/+9
|\ | | | | | | | | yahoo/geirst/init-handling-of-lid-space-compaction-in-doc-store Geirst/init handling of lid space compaction in doc store
| * Move DirectoryHandler from searchcore to searchlib.Geir Storli2017-05-121-6/+9
| |
* | Revert "Revert "Toregge/add shrink lid space flush target""Tor Egge2017-05-161-0/+1
| |
* | Revert "Toregge/add shrink lid space flush target"Tor Egge2017-05-151-1/+0
| |
* | Remove test dir before starting test to ensure a clean slate.Tor Egge2017-05-111-0/+1
|/
* Use attribute writer created after last attribute was added to attributeTor Egge2017-05-041-5/+6
| | | | manager.
* Pass attribute spec to attribute manager addAttribute method.Tor Egge2017-04-051-1/+1
|
* Flush populated attributes to disk as part of reprocessing.Tor Egge2017-03-231-1/+3
|
* Make ComponentGuard::get() return a pointer, not a referenceTor Brede Vekterli2017-02-271-7/+7
| | | | With this change, ComponentGuard behaves like other smart handles
* Move HwInfo from vespalib to searchcore and simplify code.Tor Egge2016-11-041-3/+3
|
* Flush attribute to memory first if attribute saver has aTor Egge2016-11-031-1/+4
| | | | | | | read guard and we are using a spinning disk. This reduces the time the read guard is held (and corresponding extra long term memory usage due to large hold lists) at the cost of a temporary memory usage spike while flushing attribute.
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-155-0/+110