summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Collapse)AuthorAgeFilesLines
* Ensure we have enough threads in the flushengine thread pool.Henning Baldersheim2023-05-103-5/+10
|
* Setup search visitor without proton process.Tor Egge2023-05-102-2/+2
|
* Merge pull request #27055 from vespa-engine/balder/propagate-metastorereadguardHenning Baldersheim2023-05-1014-33/+28
|\ | | | | Balder/propagate metastorereadguard
| * Grab the fallback guard in the constructor to ensure it is held fetching the ↵Henning Baldersheim2023-05-104-10/+6
| | | | | | | | postinglists and generating possible bitvector.
| * Wire the metastore read guard all the way and use it, if present.Henning Baldersheim2023-05-094-8/+5
| |
| * Propagate DocumentMetaStore read gaurd to RequestContext.Henning Baldersheim2023-05-098-16/+18
| |
* | Pass transport and file distributor connection spec to SearchEnvironmentTor Egge2023-05-101-4/+20
|/ | | | | in preparation for using RankingAssetsBuilder when handling config in streaming search.
* Merge pull request #27052 from vespa-engine/balder/use-shared-ptr-for-read-guardHenning Baldersheim2023-05-0914-62/+38
|\ | | | | Use shared_ptr for the read guard
| * Simplify to avoid type declarations.Henning Baldersheim2023-05-092-36/+10
| |
| * Use shared_ptr for the read guardHenning Baldersheim2023-05-0913-28/+30
| |
* | Add RankingAssetsBuilder.Tor Egge2023-05-095-104/+52
|/
* Merge pull request #27029 from ↵Henning Baldersheim2023-05-093-21/+91
|\ | | | | | | | | vespa-engine/balder/always-keep-room-for-one-extra-high-priority-flush Leave at least one slot available for high priority flush targets.
| * Test that only 1 high priority target gets a slot when all normal slots are ↵Henning Baldersheim2023-05-091-8/+18
| | | | | | | | taken.
| * Just wait unconditionallyHenning Baldersheim2023-05-081-3/+1
| |
| * Leave at least one slot available for high priority flush targets.Henning Baldersheim2023-05-083-21/+83
| |
* | Export moved config definitions.Tor Egge2023-05-0943-615/+10
| |
* | Move ranking config to configdefinitions module.Tor Egge2023-05-0936-542/+105
| |
* | Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-0836-105/+542
| |
* | Move ranking config to configdefinitions module.Tor Egge2023-05-0836-542/+105
|/
* Remove double bookeeping and simplify.Henning Baldersheim2023-05-082-7/+6
|
* Wait for a pending prune or a high priority slot before continuing.Henning Baldersheim2023-05-082-4/+4
|
* Revert "Revert "Balder/refactor flushengine runloop""Henning Baldersheim2023-05-0529-162/+158
|
* Revert "Balder/refactor flushengine runloop"Håkon Hallingstad2023-05-0529-158/+162
|
* Wait for slot.Henning Baldersheim2023-05-051-1/+1
|
* Test LeafFlushTarget defaults.Henning Baldersheim2023-05-041-0/+11
|
* - Introduce a LeafFlushTarget that all target not proxying should inherit ↵Henning Baldersheim2023-05-0425-65/+69
| | | | | | from, and let the IFlushTarget have pure virtual methods. - Fix wiring for get_replay_operation_cost through the proxy classes.
* - Rewrite runloop to allow considering priority.Henning Baldersheim2023-05-049-100/+81
| | | | - Introduce a priority concept for flush targets.
* Merge pull request #26852 from ↵Henning Baldersheim2023-04-274-8/+26
|\ | | | | | | | | vespa-engine/balder/cap-initialize-thread-pool-at-num-cores Cap the initialize thread pool at number of cores
| * Just pass HwInfo::Cpu instead of whole HwInfoHenning Baldersheim2023-04-274-12/+8
| |
| * Cap the initialize thread pool at number of coresHenning Baldersheim2023-04-254-8/+30
| |
* | Consolidate feature extraction between indexed and streaming search.Tor Egge2023-04-261-35/+7
|/
* Merge pull request #26844 from ↵Henning Baldersheim2023-04-252-7/+8
|\ | | | | | | | | vespa-engine/balder/ignore-num-document-types-when-setting-up-shared-thread-pool We no longer need to size the shared pool based on number of document…
| * Avoid old style castHenning Baldersheim2023-04-251-3/+3
| |
| * We no longer need to size the shared pool based on number of document types.Henning Baldersheim2023-04-252-4/+5
| |
* | Check target attribute lid range.Tor Egge2023-04-252-1/+10
|/
* Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-258-14/+15
| | | | extending vdslib::SearchResult.
* The reserved document for a multivalue attribute vector should have anTor Egge2023-04-181-5/+1
| | | | empty vector.
* Set reserved doc values after attribute vector has been loaded.Tor Egge2023-04-142-1/+36
|
* Avoid overload resolution ambiguity in attribute updater unit test.Tor Egge2023-04-031-2/+4
|
* Use one MatchingElementsFields instance per summary class.Geir Storli2023-03-311-1/+4
| | | | This avoids calculating MatchingElements for fields that exist in other summary classes.
* Use AttributeBuilder in attribute updater unit test.Tor Egge2023-03-302-125/+92
|
* Report memory usage for document meta store.Tor Egge2023-03-292-22/+12
|
* Revert "Revert "Explore attribute vector in writer thread.""Tor Egge2023-03-2920-230/+96
|
* Revert "Explore attribute vector in writer thread."Henning Baldersheim2023-03-2820-96/+230
|
* Rename AttributeExecutor::run member function to run_sync.Tor Egge2023-03-283-3/+3
|
* Explore attribute vector in writer thread.Tor Egge2023-03-2820-230/+96
|
* Use explicit instantiations of SingleValueNumericPostingAttributeTor Egge2023-03-241-1/+0
| | | | and SingleValueStringPostingAttributeT.
* Add TODO of proton configs that can be clean up and TODO for configs to check.Henning Baldersheim2023-03-171-34/+50
|
* Merge pull request #26459 from vespa-engine/balder/follow-config-of-tasklimitHenning Baldersheim2023-03-161-9/+13
|\ | | | | Follow the config for executors also for index and summary.
| * Follow config also for watermark.Henning Baldersheim2023-03-161-1/+2
| |