aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/search
Commit message (Expand)AuthorAgeFilesLines
* Revert "Single searchcluster take 5"Henning Baldersheim2024-03-171-3/+5
* Revert "Revert "Single searchcluster take 3""Henning Baldersheim2024-03-161-5/+3
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-3/+5
* Single searchcluster take 4Henning Baldersheim2024-03-151-5/+3
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-3/+5
* Revert "Revert "Single searchcluster take 2""Henning Baldersheim2024-03-151-5/+3
* Revert "Single searchcluster take 2"Harald Musum2024-03-151-3/+5
* Only produce attributes config for the proton documentdbHenning Baldersheim2024-03-141-1/+1
* Revert "Revert "Balder/single searchcluster""Henning Baldersheim2024-03-141-6/+4
* Add index mode to SchemaHenning Baldersheim2024-03-141-3/+1
* Only need SearchClusterHenning Baldersheim2024-03-142-32/+25
* Revert "Balder/single searchcluster"Henning Baldersheim2024-03-132-9/+15
* Use a single searchcluster with both indexed and streaming docs.Henning Baldersheim2024-03-132-15/+9
* Correctly produce index mode per schema too.Henning Baldersheim2024-03-111-2/+25
* Avoid optional where it provides no value.Henning Baldersheim2024-03-041-3/+1
* Use the redunacy provider.Henning Baldersheim2024-03-041-2/+1
* - GC unused ancient code. documents selection validation isHenning Baldersheim2024-03-041-33/+0
* revert newline requirement between inputsArne Juul2024-02-281-1/+1
* demand newline between declarations of inputsArne Juul2024-02-222-11/+11
* Revert "demand newline between declarations of inputs"Harald Musum2024-02-212-11/+11
* demand newline between declarations of inputsArne Juul2024-02-212-11/+11
* Merge pull request #29135 from vespa-engine/balder/move-computation-of-target...Henning Baldersheim2023-10-292-62/+5
|\
| * Fully GC resizing codeHenning Baldersheim2023-10-291-10/+0
| * Resolving of initialnumdocs is now done in the backend.Henning Baldersheim2023-10-271-52/+5
* | Expect ReconfigurableDispatcher class name in unit test (and text blocks)jonmv2023-10-191-61/+64
|/
* Update copyrightJon Bratseth2023-10-098-7/+8
* Since redundancy is created late in the process we need to access it via a pr...Henning Baldersheim2023-08-021-1/+1
* Revert "Revert "- initial document count must be number of unique documents p...Henning Baldersheim2023-08-022-16/+32
* Revert "- initial document count must be number of unique documents per node."Arnstein Ressem2023-08-012-32/+16
* - initial document count must be number of unique documents per node.Henning Baldersheim2023-07-312-16/+32
* Move to SchemaInfoJon Bratseth2023-06-122-1/+147
* Model fixed memory overhead for containersJon Bratseth2023-05-231-12/+12
* Model memory overheadJon Bratseth2023-05-221-12/+12
* Simplify method nameJon Bratseth2023-05-081-1/+1
* Increase reserved memory based on observed usageJon Bratseth2023-05-081-1/+1
* Enough with 11G per flush threadHenning Baldersheim2023-05-051-3/+3
* 1 flush thread below 16G, and 2 above.Henning Baldersheim2023-04-171-7/+5
* Merge pull request #26277 from vespa-engine/balder/compute-maxflushedHenning Baldersheim2023-03-021-2/+22
|\
| * Compute index.maxflushed based on concurrencyHenning Baldersheim2023-03-021-2/+22
* | If there is a lot of memory, allow mor eflush threads.Henning Baldersheim2023-03-021-0/+4
|/
* Cap total number of search threads to num-cores *4 rounded up to closes multi...Henning Baldersheim2022-12-131-1/+10
* Put the RpcClient back in the RpcResourcePool where it belongs.Henning Baldersheim2022-11-231-12/+0
* Splitt nodes static and dynamic config in DispatchConfig to prepare for seaml...Henning Baldersheim2022-11-211-2/+3
* - If less than 16G memory only use single flush thread.Henning Baldersheim2022-11-151-2/+7
* No need for feature flag for max-merge-queue-sizeHenning Baldersheim2022-10-061-23/+22
* Revert "Revert "pass environment variables securily in config""Henning Baldersheim2022-09-211-2/+2
* Revert "pass environment variables securily in config"Arnstein Ressem2022-09-201-2/+2
* pass environment variables securily in configArne Juul2022-09-191-2/+2
* If there is less than 12G memory, use only single flush thread.Henning Baldersheim2022-09-131-0/+6
* Convert config-model to junit5Bjørn Christian Seime2022-07-287-180/+178