aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/fastsearch
Commit message (Expand)AuthorAgeFilesLines
* Unify on List.ofHenning Baldersheim2024-04-111-2/+1
* Do all construction in constructor and make members final.Henning Baldersheim2024-03-132-33/+21
* Rename FastBackend => Indexedbackend, and move some tests into the package th...Henning Baldersheim2024-03-113-33/+10
* Searcher => BackendHenning Baldersheim2024-03-112-15/+15
* - Do not use Searcher interface below the prelude cluster searcher.Henning Baldersheim2024-03-082-51/+31
* Update copyrightJon Bratseth2023-10-094-4/+4
* Show search cluster name in Node.toStringjonmv2023-09-011-6/+5
* Move to SchemaInfoJon Bratseth2023-06-121-2/+2
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-3/+2
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-2/+3
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-3/+2
* Put loadbalancer and invokerfactory in a volatile object to ensure atomic swi...Henning Baldersheim2022-11-242-59/+1
* Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-241-2/+1
* Put the RpcClient back in the RpcResourcePool where it belongs.Henning Baldersheim2022-11-232-4/+2
* Make a few simpler interfaces instead of carrying one huge implement all Sear...Henning Baldersheim2022-11-231-1/+1
* Only have the DispatchNodesConfig inject into one component.Henning Baldersheim2022-11-232-2/+4
* Splitt nodes static and dynamic config in DispatchConfig to prepare for seaml...Henning Baldersheim2022-11-212-13/+13
* GC metric that has not had any meaning since we removed fdispatch.Henning Baldersheim2022-11-082-22/+1
* Convert container-search to junit5Bjørn Christian Seime2022-07-284-88/+71
* Remove usage of documentdbinfo, apart from schema nameJon Bratseth2022-06-161-1/+0
* Validate rank profilesJon Bratseth2022-06-081-11/+43
* Stop exporting org.json (including removal of deprecated APIs)Bjørn Christian Seime2022-06-081-4/+1
* Revert "Merge pull request #22439 from vespa-engine/revert-22429-bratseth/sch...Jon Bratseth2022-05-058-479/+93
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-048-93/+479
* Revert "Merge pull request #22428 from vespa-engine/revert-22426-bratseth/sch...Jon Bratseth2022-05-038-479/+93
* Revert "Use schema-info"Jon Bratseth2022-05-038-93/+479
* Use schemsa-infoJon Bratseth2022-05-038-479/+93
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Use appropriate stub methodsJon Bratseth2021-10-102-8/+2
* Guarantee we always have an executorJon Bratseth2021-10-102-3/+6
* Add Executor to Execution.ContextJon Bratseth2021-10-082-2/+2
* Update 2017 copyright notices.gjoranv2021-10-075-5/+5
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-12/+11
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-11/+12
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-12/+11
* ensure that locations are sent downArne Juul2020-08-202-1/+25
* Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ...Henning Baldersheim2020-02-192-6/+4
* Revert "Revert "Revert "Create a resourcepool so that we do not need to recon...Harald Musum2020-02-192-4/+6
* Revert "Revert "Create a resourcepool so that we do not need to reconnect to ...Henning Baldersheim2020-02-142-6/+4
* Revert "Create a resourcepool so that we do not need to reconnect to content ...Harald Musum2020-02-142-4/+6
* Create a resourcepool so that we do not need to reconnect to content cluster ...Henning Baldersheim2020-02-132-6/+4
* Stop the ping thread before testing to avoid raceconditions.Henning Baldersheim2020-02-072-7/+11
* Decouple so ClusterMonitor is on the outside of the searchcluster and can be ...Henning Baldersheim2020-02-041-1/+2
* Move pingfactory to constructor.Henning Baldersheim2020-02-041-1/+2
* Verify that destruct does not do bad things during destruct.Henning Baldersheim2019-12-192-1/+23
* Allow function value lookup without rankingExpression() wrapperJon Bratseth2019-11-121-3/+6
* Unit test features() accessorJon Bratseth2019-11-121-1/+2
* Create one Dispatcher component per search clusterJon Bratseth2019-10-251-1/+3
* - Shut down monitoring thread.Henning Baldersheim2019-10-042-3/+2
* Follow api changeHenning Baldersheim2019-09-221-2/+1