aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Add removeByGidAsync() to spi.Tor Egge2023-11-067-0/+45
* Not possible to do safe cast here. Must leav as is and wait until we clean up...Henning Baldersheim2023-11-061-15/+9
* Make test for target numdocs auto-tuning aware of sanitizersTor Brede Vekterli2023-11-061-2/+14
* Not logging anything hereHenning Baldersheim2023-11-041-3/+0
* Use explicit singlevalue interface.Henning Baldersheim2023-11-041-12/+18
* Revert "No need to specify your own namespace."Henning Baldersheim2023-11-041-18/+12
* - Add maxHits param that can be used to compute a realistic(low) hit rate whe...Henning Baldersheim2023-11-038-20/+25
* When fetching summaries we do not require a strict search iterator.Henning Baldersheim2023-11-033-4/+5
* Use explicit singlevalue interface.Henning Baldersheim2023-11-031-12/+18
* Do not preallocate doc store based on node memory if sanitizers are enabledTor Brede Vekterli2023-11-021-1/+14
* Merge pull request #29194 from vespa-engine/vekterli/merge-memory-usage-soft-...Henning Baldersheim2023-11-022-6/+8
|\
| * Wire HwInfo into MergeThrottler and use for auto-deduction of memory limitsTor Brede Vekterli2023-11-022-6/+8
* | - deinline foreach in btree leaf nodes.Henning Baldersheim2023-11-021-0/+1
|/
* Move `HwInfo` from `proton` namespace to `vespalib`Tor Brede Vekterli2023-11-0155-175/+114
* Merge pull request #29156 from vespa-engine/balder/test-document-refusing-to-...Geir Storli2023-10-313-6/+19
|\
| * Test that a document that refuses to move is not moved.Henning Baldersheim2023-10-303-6/+19
* | Get attribute vector match settings from live config when starting proton.Tor Egge2023-10-302-4/+111
|/
* Update comments regarding sanity checks and lid space compactionHenning Baldersheim2023-10-301-3/+2
* Test that documents failing move are detected and causes retry and eventual c...Henning Baldersheim2023-10-305-31/+77
* Check both gid and timestamp.Henning Baldersheim2023-10-303-5/+8
* BucketMove is 3 phased, startMove, createMoveOps, completeMove.Henning Baldersheim2023-10-3013-11/+38
* Add test for proper deduction of target num docs.Henning Baldersheim2023-10-271-34/+75
* Resolve target numdocs in the backendHenning Baldersheim2023-10-272-7/+12
* Use regular commitIfChangeVectorTooLarge instead of explicit initiateCommitHenning Baldersheim2023-10-252-1/+1
* Fix typo.Tor Egge2023-10-191-1/+1
* Avoid blocking flush engine thread due to priority flush.Tor Egge2023-10-195-20/+103
* Allow longer timeout to allow tests to complete on a heavily loaded system.Henning Baldersheim2023-10-181-2/+2
* Remove unused local variable.Tor Egge2023-10-151-1/+0
* Consolidate extraction of tokens from annotated string field value.Tor Egge2023-10-101-1/+1
* Merge pull request #28840 from vespa-engine/toregge/flush-indexes-when-enabli...Tor Egge2023-10-109-46/+324
|\
| * Remove unused member variables.Tor Egge2023-10-101-2/+0
| * Test more combinations of initial state before enabling interleavedTor Egge2023-10-092-58/+86
| * Flush memory indexes to disk then fusion disk indexes as soon asTor Egge2023-10-099-46/+298
* | Correct copyright headersJon Bratseth2023-10-097-7/+5
* | Update copyrightJon Bratseth2023-10-091233-1232/+1234
|/
* Use ConstBufferRef and add some noexceptHenning Baldersheim2023-10-051-2/+1
* Merge pull request #28805 from vespa-engine/toregge/style-fixes-for-search-co...Tor Egge2023-10-053-128/+124
|\
| * Use auto.Tor Egge2023-10-051-10/+9
| * Use auto.Tor Egge2023-10-051-10/+10
| * Style fixes for searchcorespi::index::IndexMaintainer.Tor Egge2023-10-053-127/+124
* | Add test for disabling of cache in removed dbHenning Baldersheim2023-10-052-23/+52
* | Disable cache for removed only docsubdb.Henning Baldersheim2023-10-052-5/+14
|/
* Use DfaTable as default fuzzy matching algorithm for maxEditDistance <= 2.Geir Storli2023-10-031-4/+4
* Revert "Use DfaTable as default fuzzy matching algorithm for maxEditDistance ...Henning Baldersheim2023-10-021-4/+4
* Merge pull request #28765 from vespa-engine/geirst/dfa-table-as-default-fuzzy...Geir Storli2023-10-021-4/+4
|\
| * Use DfaTable as default fuzzy matching algorithm for maxEditDistance <= 2.Geir Storli2023-10-021-4/+4
* | GC unused (void).Henning Baldersheim2023-10-021-1/+0
|/
* Add comments about stuff that are mandatory for all threads in a thread bundl...Henning Baldersheim2023-09-291-0/+19
* Must always run match_loop_helperHenning Baldersheim2023-09-271-5/+3
* Factor out second pahse to separate method to ease flow and readability.Henning Baldersheim2023-09-262-28/+35