aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-0910-240/+117
* Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-0811-23/+347
* Revert "Add aggregator for calculating the population standard deviation"Henning Baldersheim2017-05-058-234/+23
* Merge pull request #2394 from yahoo/bjorncs/stddev-aggregator-backendHenning Baldersheim2017-05-058-23/+234
|\
| * fixup! Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-054-29/+32
| * Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-058-16/+224
* | Move StoreByBucket tests to separate test file.Geir Storli2017-05-055-62/+93
* | Move chunk tests to separate test file.Geir Storli2017-05-055-51/+81
* | Move LidInfo tests to separate test file.Geir Storli2017-05-055-56/+79
* | Move LidInfo and related classes to separate .h and .cpp files.Geir Storli2017-05-056-104/+128
* | Repair mouse marking accident.Henning Baldersheim2017-05-051-1/+8
|/
* Merge pull request #2399 from yahoo/geirst/make-searchlib-compile-with-OgHenning Baldersheim2017-05-0532-7/+86
|\
| * Make searchlib compile with '-Og'.Geir Storli2017-05-0532-7/+86
* | Merge pull request #2398 from yahoo/balder/register-is-not-allowed-in-iso-c++1zHenning Baldersheim2017-05-057-11/+8
|\ \
| * | Use fresh initialiser style covering both Objects and primitives.Henning Baldersheim2017-05-051-18/+1
| * | Native types have no constructors and needs an explicit default value.Henning Baldersheim2017-05-051-1/+11
| * | Generate code when you see the template implementation.Henning Baldersheim2017-05-052-0/+3
| * | Template code must be visible as we do not generate it explicit in this case.Henning Baldersheim2017-05-051-0/+1
| * | pop_back is what we want.... gcc 7 complained that _children.size() - 1 could...Henning Baldersheim2017-05-051-1/+1
| * | gcc 7 checks against nullptr where it can.Henning Baldersheim2017-05-052-2/+2
| |/
* / Deinline after gcc 7 adviseHenning Baldersheim2017-05-053-0/+11
|/
* Revert unintended changes.Henning Baldersheim2017-05-031-1/+0
* Deinline destructors++Henning Baldersheim2017-05-031-1/+1
* Deinline and add override and signed/unsignedHenning Baldersheim2017-05-031-0/+1
* Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-0326-197/+153
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-03132-1114/+828
* Merge pull request #2292 from yahoo/toregge/remove-wipe-history-usage-2-try-2Geir Storli2017-05-033-15/+14
|\
| * Rename wipe time schema to pruned schema.Tor Egge2017-04-272-11/+11
| * Rename wipeHistory() to pruneRemovedFields() in handling of indexed fields.Tor Egge2017-04-272-3/+2
| * Add override.Tor Egge2017-04-261-1/+1
* | Remove unintentional space.Henning Baldersheim2017-04-292-2/+2
* | no virtual on override + optimize includes.Henning Baldersheim2017-04-2652-861/+414
|/
* Merge pull request #2244 from yahoo/balder/optimize-streaming-1Henning Baldersheim2017-04-241-1/+1
|\
| * Put the start and end iterators into a Range class for simplicity and readabi...Henning Baldersheim2017-04-241-1/+1
* | Revert "Balder/enforce override 2"Arne H Juul2017-04-2452-414/+861
|/
* Some cleanup after major rebase.Henning Baldersheim2017-04-233-9/+6
* override and optimise includes.Henning Baldersheim2017-04-2312-64/+47
* Including storage now builds fine with override enforcement.Henning Baldersheim2017-04-233-63/+1
* Use overrideHenning Baldersheim2017-04-2341-746/+381
* Handle missing attribute in attribute blueprint factory.Tor Egge2017-04-222-5/+19
* Add conservative asserts ensuring that we can properly map in files.Henning Baldersheim2017-04-201-3/+7
* remove FastOS_Socket::getHostNameHaavard2017-04-191-1/+2
* Brace yourself.Henning Baldersheim2017-04-182-4/+8
* Sync writes is orthogonal to directio.Henning Baldersheim2017-04-181-2/+2
* add override in searchlib moduleArne H Juul2017-04-12134-346/+347
* more regular APIsArne H Juul2017-04-124-3/+21
* move onAddDoc API up to common base classArne H Juul2017-04-121-0/+8
* add some override in searchlib moduleArne H Juul2017-04-1142-261/+221
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-0527-258/+297
* Change FieldType to enum class.Geir Storli2017-04-043-59/+5