summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Collapse)AuthorAgeFilesLines
* must not do two_phase_put for partial updateArne Juul2024-01-221-1/+1
|
* cleanupArne Juul2024-01-171-2/+0
|
* add streaming-mode handlingArne Juul2024-01-174-20/+67
|
* Searchcore version of persistence conformance unit test uses gtest.Tor Egge2024-01-051-1/+0
|
* Merge branch 'master' into balder/gc-unused-feature-flagsHenning Baldersheim2023-12-205-241/+129
|\
| * Merge pull request #29719 from vespa-engine/balder/drop-very-costly-assertHenning Baldersheim2023-12-201-1/+0
| |\ | | | | | | - Having expensive asserts during shutdown is not worthwhile. It does…
| | * - Having expensive asserts during shutdown is not worthwhile. It does not ↵Henning Baldersheim2023-12-201-1/+0
| | | | | | | | | | | | | | | | | | prevent persisting any errors, nor does it provide any information about what went wrong.
| * | enable sorting on costHåvard Pettersen2023-12-203-6/+10
| |/
| * Estimate => CostHenning Baldersheim2023-12-193-4/+4
| |
| * Add feature flag for allow sorting blueprints by cost estimate instead of ↵Henning Baldersheim2023-12-194-235/+123
| | | | | | | | est_hits.
* | GC unused feature flags related to rollout of multithreaded fetch postings ↵Henning Baldersheim2023-12-194-15/+6
|/ | | | and using estimate instead of est_hits.
* GC the last remain of obsolete ClockHenning Baldersheim2023-12-1511-19/+16
|
* Remove most of the now void clock indirection.Henning Baldersheim2023-12-1531-114/+85
|
* - Add a doom that will not expire until it does not matter anymore.Henning Baldersheim2023-12-153-3/+3
| | | | | - Doom can never be null. - Wire doom into fillBitVector. Using it will be a separate PR.
* Follow config if using supplied thread bundle or not.Henning Baldersheim2023-12-122-2/+5
|
* Unify on using reference where possible.Henning Baldersheim2023-12-125-7/+7
|
* Wire in thread bundle to execute info and request context.Henning Baldersheim2023-12-129-30/+46
|
* float => double to to unify with estimate.Henning Baldersheim2023-12-123-3/+3
|
* Merge pull request #29607 from ↵Henning Baldersheim2023-12-122-4/+23
|\ | | | | | | | | vespa-engine/revert-29603-revert-29594-havardpe/relative-estimate Revert "Revert "relative estimate""
| * Revert "Revert "relative estimate""Henning Baldersheim2023-12-112-4/+23
| |
* | Move whitelist into BlueprintBuilder::buildHenning Baldersheim2023-12-113-71/+84
| |
* | Only set docid on the new part of the blueprint tree. The old part already ↵Henning Baldersheim2023-12-111-3/+4
|/ | | | has it set.
* Revert "relative estimate"Henning Baldersheim2023-12-092-23/+4
|
* relative estimateHåvard Pettersen2023-12-082-4/+23
|
* revert default setting for use_estimate_for_fetch_postings to false and add ↵Henning Baldersheim2023-12-061-1/+2
| | | | TODO.
* Wire in use-estimate-for-fetch-postings into ExecuteInfo.Henning Baldersheim2023-12-064-7/+10
|
* Merge pull request #29551 from ↵Henning Baldersheim2023-12-0517-56/+20
|\ | | | | | | | | vespa-engine/balder/gc-use-shared-executor-for-warmup Use shared executor for warmup and GC warmup executor.
| * Use shared executor for warmup and GC warmup executor.Henning Baldersheim2023-12-0517-56/+20
| |
* | Consistent namingHenning Baldersheim2023-12-051-1/+1
| |
* | - Control creation of temporary postinglists during fetchPostings for ↵Henning Baldersheim2023-12-045-9/+13
|/ | | | non-strict iterators.
* Avoid timeout during grouping leaving distributionKey unset. Populate it ↵Henning Baldersheim2023-11-304-26/+15
| | | | right after completing grouping.
* Add InTerm to backend.Tor Egge2023-11-248-0/+10
|
* Avoid casting by adding asXXX methods to the Blueprint interface.Henning Baldersheim2023-11-223-14/+12
|
* Avoid dereferencing first item in an empty vector.Henning Baldersheim2023-11-201-1/+1
|
* - We are now always nesting multivalue grouping for indexed search.Henning Baldersheim2023-11-205-40/+31
|
* Add flag for marking phrase always expensive.Henning Baldersheim2023-11-196-8/+57
|
* Merge pull request #29352 from vespa-engine/balder/create-iterator-outside-guardHenning Baldersheim2023-11-172-8/+17
|\ | | | | Do not hold the guard when creating the iterator.
| * Use structured captureHenning Baldersheim2023-11-171-2/+2
| |
| * Use a pair as suggested in code reviewHenning Baldersheim2023-11-172-5/+6
| |
| * Do not hold the guard when creating the iterator.Henning Baldersheim2023-11-162-8/+16
| |
* | Merge pull request #29369 from vespa-engine/balder/gc-unused-split-parameterHenning Baldersheim2023-11-176-60/+19
|\ \ | | | | | | Fully GC unused parameter as we now always split phrases.
| * | Fully GC unused parameter as we now always split phrases.Henning Baldersheim2023-11-176-60/+19
| |/
* | Merge pull request #29355 from vespa-engine/balder/avoid-limiting-not-necessaryHenning Baldersheim2023-11-172-2/+12
|\ \ | | | | | | Balder/avoid limiting not necessary
| * | If hit_rate is below 1% drop match phase limiting. It has too high fixed ↵Henning Baldersheim2023-11-162-2/+12
| |/ | | | | | | cost and will liklely make things worse.
* / Keep item type and features separate.Tor Egge2023-11-171-1/+1
|/
* fix tsan errorHåvard Pettersen2023-11-132-3/+3
| | | | reported in VESPA-27749
* More detailed posting store memory usage in attribute explorer.Geir Storli2023-11-101-2/+7
|
* Merge pull request #29284 from ↵Tor Brede Vekterli2023-11-094-21/+62
|\ | | | | | | | | vespa-engine/vekterli/include-doctype-and-gid-with-metadata-doc-entries Include doc type name and GID in metadata iteration results
| * Simplify by passing in and storing the `DocTypeName` verbatimTor Brede Vekterli2023-11-084-54/+15
| |
| * Include doc type name and GID in metadata iteration resultsTor Brede Vekterli2023-11-084-20/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Document type is fetched from the associated `IPersistenceHandler` on-demand; it is assumed the lifetime of the pointer must be valid for the entire lifetime of the iterator itself, as the latter holds a valid handler snapshot. For simplicity, it's possible to _not_ pass in a handler, in which case the doc type name will be implicitly empty. Some expected `DocEntry` sizes have been adjusted, as we now report the size of the document type and GID alongside the base type size.