aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Collapse)AuthorAgeFilesLines
* Test that tensor modify update is applied.Geir Storli2019-02-061-1/+59
|
* Rewrite to new unit test syntax.Geir Storli2019-02-061-113/+83
|
* Use std::vector and initializer list instead of wrapper.Geir Storli2019-02-061-62/+39
|
* Specify document type in code instead of config file.Geir Storli2019-02-052-184/+35
|
* Rename applyattrupdates -> attribute_updater_test and move it to correct place.Geir Storli2019-02-058-16/+16
|
* Consider number of flush targets when computing minimum number of threads ↵Henning Baldersheim2019-02-041-1/+1
| | | | necessary.
* Name the threadsHenning Baldersheim2019-02-041-4/+9
|
* Merge pull request #8355 from ↵Tor Brede Vekterli2019-02-0451-73/+73
|\ | | | | | | | | vespa-engine/toregge/adjust-forward-declarations-in-searchcore Adjust forward declarations in searchcore.
| * Adjust forward declarations in searchcore.Tor Egge2019-02-0251-73/+73
| |
* | Merge pull request #8348 from vespa-engine/toregge/tensor-update-end-to-endGeir Storli2019-02-046-43/+75
|\ \ | | | | | | Tensor modify update end to end
| * | Only apply modify update if current tensor is set.Geir Storli2019-02-011-3/+5
| | |
| * | Apply TensorModifyUpdate to the associated tensor attribute in searchcore.Geir Storli2019-02-011-11/+29
| | |
| * | Rename AttrUpdate -> AttributeUpdater.Geir Storli2019-02-016-32/+44
| | |
* | | Revert "Revert "Use OS provided xxhash.""Henning Baldersheim2019-02-031-1/+1
| | |
* | | Revert "Use OS provided xxhash."Håkon Hallingstad2019-02-031-1/+1
| | |
* | | Use OS provided xxhash.Henning Baldersheim2019-02-011-1/+1
| |/ |/|
* | Add a flag to control default dispatch policy per zone.Henning Baldersheim2019-02-011-1/+1
|/
* We can not maintain the backwards compability by giving it a minmum of 8 cores.Henning Baldersheim2019-01-311-3/+2
| | | | Especially when we provide small thin machines.
* Align naming with limited_queries.Henning Baldersheim2019-01-301-2/+2
|
* Gather per rank-profile.Henning Baldersheim2019-01-302-3/+6
|
* Count queries soft doomed.Henning Baldersheim2019-01-302-1/+4
|
* Merge pull request #8271 from ↵Henning Baldersheim2019-01-291-5/+0
|\ | | | | | | | | vespa-engine/balder/override-pruning-of-removed-docs Balder/override pruning of removed docs
| * GC unused configHenning Baldersheim2019-01-281-5/+0
| |
* | Merge pull request #8263 from vespa-engine/balder/use-correct-concurrencyHenning Baldersheim2019-01-294-30/+42
|\ \ | |/ |/| Balder/use correct concurrency.
| * Need fallback for tests.Henning Baldersheim2019-01-281-1/+3
| |
| * Global ProtonConfig::Grow -> ProtonConfig::Documentdb::Allocation.Henning Baldersheim2019-01-281-13/+16
| |
| * Use the concurrency in the document DB.Henning Baldersheim2019-01-284-17/+24
| |
* | Merge pull request #8267 from ↵Tor Egge2019-01-281-3/+3
|\ \ | |/ |/| | | | | vespa-engine/geirst/fix-reporting-of-per-attribute-metrics-in-proton Fixup after removal of DocumentDBMetricsCollection where per attribut…
| * Fixup after removal of DocumentDBMetricsCollection where per attribute ↵Geir Storli2019-01-281-3/+3
| | | | | | | | metrics were lost.
* | Verify that documentdb[].allocation.initialnumdocs and documentdb[].mode is ↵Henning Baldersheim2019-01-251-5/+7
| | | | | | | | populated according to spec.
* | Add deprecation warnings.Henning Baldersheim2019-01-251-0/+6
| |
* | Reflect concurrency all the way to the documedbs.Henning Baldersheim2019-01-251-2/+1
| |
* | Per document db control over feed concurrency and growstrategy.Henning Baldersheim2019-01-251-0/+26
|/
* Merge pull request #8228 from vespa-engine/balder/close-documentdb-in-parallellHenning Baldersheim2019-01-252-5/+21
|\ | | | | Allow faster shutdown by using more threads
| * You can never get 0 cores. There will be at least 1.Henning Baldersheim2019-01-251-1/+1
| |
| * Take config override for num cores into account.Henning Baldersheim2019-01-251-2/+2
| |
| * Allow faster shutdown by using more threads.Henning Baldersheim2019-01-242-4/+20
| |
* | Merge pull request #8229 from ↵Henning Baldersheim2019-01-254-50/+52
|\ \ | | | | | | | | | | | | vespa-engine/balder/multiple-threads-during-shutdown-of-subdbs Use multiple threads during shutdown of documentdbs to speed up restart
| * | Use hwInfoHenning Baldersheim2019-01-252-3/+6
| | |
| * | You can never have 0 cores.... Then you do not exist...Henning Baldersheim2019-01-252-5/+4
| | |
| * | Reindent to group parameters logically.Henning Baldersheim2019-01-251-42/+24
| | |
| * | Use multiple threads during shutdown of documentdbs to speed up restart.Henning Baldersheim2019-01-241-2/+20
| |/
* | Merge pull request #8172 from ↵Henning Baldersheim2019-01-251-0/+1
|\ \ | |/ |/| | | | | vespa-engine/toregge/cap-fixed-source-selector-on-load Cap sources in FixedSourceSelector on load.
| * Update default source in source selector when switching to new memory index.Tor Egge2019-01-161-0/+1
| | | | | | | | Override default source when loading source selector from disk.
* | Render single value position as object to match how top-level position ↵Geir Storli2019-01-211-1/+1
| | | | | | | | fields are rendered.
* | add code to insert position attributes directlyArne Juul2019-01-211-5/+5
| |
* | Remove unused search.io setting.Geir Storli2019-01-211-4/+0
| |
* | Remove unused settings in proton.def.Geir Storli2019-01-212-9/+1
| | | | | | | | | | summary.log.compact2activefile is always false. summary.compact2buckets is always true.
* | 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
| |
* | Remove AttributeMetricsCollection and DocumentDBMetricsCollection as they ↵Geir Storli2019-01-2121-178/+101
| | | | | | | | are no longer needed.