aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
...
| * Move the fieldspec base vector.Henning Baldersheim2023-05-111-3/+2
* | Only consider the next target in the Q for high priority flush.Henning Baldersheim2023-05-121-4/+2
* | Use c++11 loops.Henning Baldersheim2023-05-121-21/+8
* | Test that high priority tragets do not skip the queue.Henning Baldersheim2023-05-121-28/+63
|/
* 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
|\
| * Grab the fallback guard in the constructor to ensure it is held fetching the ...Henning Baldersheim2023-05-104-10/+6
| * 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
|/
* Merge pull request #27052 from vespa-engine/balder/use-shared-ptr-for-read-guardHenning Baldersheim2023-05-0914-62/+38
|\
| * 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 vespa-engine/balder/always-keep-room-for-one-e...Henning Baldersheim2023-05-093-21/+91
|\
| * Test that only 1 high priority target gets a slot when all normal slots are t...Henning Baldersheim2023-05-091-8/+18
| * 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 fro...Henning Baldersheim2023-05-0425-65/+69
* - Rewrite runloop to allow considering priority.Henning Baldersheim2023-05-049-100/+81
* Merge pull request #26852 from vespa-engine/balder/cap-initialize-thread-pool...Henning Baldersheim2023-04-274-8/+26
|\
| * 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 vespa-engine/balder/ignore-num-document-types-...Henning Baldersheim2023-04-252-7/+8
|\
| * 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
* The reserved document for a multivalue attribute vector should have anTor Egge2023-04-181-5/+1
* 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
* 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