aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-01124-135/+18
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-2421-212/+128
* remove empty linesArne Juul2017-05-191-1/+0
* Fix testing of getEstimatedShrinkLidSpaceGain() returning 0 when lid space ca...Geir Storli2017-05-181-1/+2
* Must hold guard when accessing _lidInfo size and return 0 as memory gain when...Geir Storli2017-05-181-0/+1
* Implement getEstimatedShrinkLidSpaceGain() for LogDataStore.Geir Storli2017-05-122-0/+3
* Add support for shrinking lid space in LogDataStore.Geir Storli2017-05-121-4/+46
* Fix such that getLid() is protected by docIdLimit.Geir Storli2017-05-121-0/+8
* Support that lid space can be compacted and entries from old files skipped du...Geir Storli2017-05-121-12/+66
* Integrate that docIdLimit at idx file creation time is written to file header.Geir Storli2017-05-121-10/+55
* Add docIdLimit to DataStoreStorageStats.Geir Storli2017-05-121-1/+1
* Move docIdLimit from WriteableFileChunk to FileChunk.Geir Storli2017-05-121-25/+83
* Use docIdLimit in read functions and test that docIdLimit is updated.Geir Storli2017-05-121-0/+69
* Don't use bucketizer for entries with lid >= docIdLimit.Geir Storli2017-05-121-2/+23
* Skip entries with lid >= docIdLimit in updateLidMap().Geir Storli2017-05-121-4/+63
* Write docIdLimit to header in idx file of WriteableFileChunk.Geir Storli2017-05-123-1/+64
* Add skeleton for unit tests for docstore file chunk.Geir Storli2017-05-123-0/+21
* Merge pull request #2377 from yahoo/toregge/replace-task-id-with-executor-id-...Geir Storli2017-05-091-7/+56
|\
| * Extend unit test to test new methods.Tor Egge2017-05-031-7/+56
* | Deinline as compiler makes the best choices.Henning Baldersheim2017-05-093-7/+8
* | Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-082-16/+95
* | Revert "Add aggregator for calculating the population standard deviation"Henning Baldersheim2017-05-052-95/+16
* | Merge pull request #2394 from yahoo/bjorncs/stddev-aggregator-backendHenning Baldersheim2017-05-052-16/+95
|\ \
| * | fixup! Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-051-0/+2
| * | Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-052-16/+93
* | | Move StoreByBucket tests to separate test file.Geir Storli2017-05-054-62/+92
* | | Move chunk tests to separate test file.Geir Storli2017-05-054-51/+80
* | | Move LidInfo tests to separate test file.Geir Storli2017-05-054-56/+78
|/ /
* / Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-0326-197/+153
|/
* Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-0326-153/+197
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-0326-197/+153
* Handle missing attribute in attribute blueprint factory.Tor Egge2017-04-221-5/+16
* add override in searchlib moduleArne H Juul2017-04-12112-314/+315
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-0514-141/+172
* Use CollectionType defined in search::index::schema for search::fef::FieldInfo.Geir Storli2017-04-0418-17/+32
* Add dense and sparse dot product support for imported attributesTor Brede Vekterli2017-04-039-29/+271
* Merge pull request #2086 from yahoo/balder/remove-lp-3-rebasedHåvard Pettersen2017-03-306-1362/+1161
|\
| * Remove unnecessary logging of sizeHenning Baldersheim2017-03-291-1/+0
| * Move th tricky part to a value object to avoid challenges with move of polymo...Henning Baldersheim2017-03-291-4/+5
| * Move the GroupingLevelHenning Baldersheim2017-03-273-179/+138
| * Use cloneableptr for expressiontree. It aint't copied anyway.Henning Baldersheim2017-03-271-25/+33
| * Creat UP directly.Henning Baldersheim2017-03-272-32/+98
| * Create UP directly.Henning Baldersheim2017-03-271-26/+27
| * Remove ExpressionNode::CP from interfaces.Henning Baldersheim2017-03-276-1250/+1015
* | Rename search::IAttributeSaveTarget::Config toTor Egge2017-03-281-3/+4
* | Save persistent predicate attribute params when saving predicateTor Egge2017-03-271-0/+18
|/
* Merge pull request #2046 from yahoo/balder/remove-lp-1Henning Baldersheim2017-03-211-16/+16
|\
| * Removed LinkedPtr usageHenning Baldersheim2017-03-211-16/+16
* | Change reference attribute to update the lid-2-lid mapping during update() to...Geir Storli2017-03-211-34/+29
|/
* Add more imported search context testsTor Brede Vekterli2017-03-201-14/+58