summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/fastsearch
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jon Bratseth2022-05-058-479/+93
| | | | | | | vespa-engine/revert-22429-bratseth/schema-info-5-take-2" This reverts commit 3726fd997c0cbacd37e64ff493f8775fc3fcdd9f, reversing changes made to d9ea4c99b13fa83a75bd8612d5f6c4d50510e3e9.
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-048-93/+479
|
* Revert "Merge pull request #22428 from ↵Jon Bratseth2022-05-038-479/+93
| | | | | | | vespa-engine/revert-22426-bratseth/schema-info-5" This reverts commit d6cb1273bcebdea6b8404b242cecb81802d0fb60, reversing changes made to de8e6f7128dc6489800eae8ce8cdcc6e3414475e.
* 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
| | | | | | | | Remove most usage of org.json:json Maven artifact. This library does not have a compatible license. Some usage is still left as it's part of our container-search public API. We'll need a major release to fix that. See https://github.com/vespa-engine/vespa/issues/14762 for more details.
* ensure that locations are sent downArne Juul2020-08-202-1/+25
| | | | | | | * when the query tree contains a GeoLocationItem somewhere, it is quite likely that this will be used for producing a summary field, and therefore summaryNeedsQuery should return true in this case.
* Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ↵Henning Baldersheim2020-02-192-6/+4
| | | | to reconnect to content …""""
* Revert "Revert "Revert "Create a resourcepool so that we do not need to ↵Harald Musum2020-02-192-4/+6
| | | | reconnect to content …"""
* Revert "Revert "Create a resourcepool so that we do not need to reconnect to ↵Henning Baldersheim2020-02-142-6/+4
| | | | content …""
* 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
| | | | on changes to container cluster.
* 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
| | | | provided.
* 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
| | | | | | This avoids creating an excessive number of connections to search clusters when the application (incorrectly) creates many local provider chains to the same search cluster.
* - Shut down monitoring thread.Henning Baldersheim2019-10-042-3/+2
| | | | | - Remove fs4 cleanup. - Add some more debug information for group status.
* Follow api changeHenning Baldersheim2019-09-221-2/+1
|
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 ↵Henning Baldersheim2019-09-1911-1332/+13
| | | | dispatching from fastsearcher"""".""
* Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from ↵Henning Baldersheim2019-09-1911-13/+1332
| | | | fastsearcher""""."
* Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from ↵Henning Baldersheim2019-09-1811-1332/+13
| | | | fastsearcher""""
* Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearcher"""Henning Baldersheim2019-09-1811-13/+1332
|
* Revert "Revert "Balder/no more fs4 dispatching from fastsearcher""Henning Baldersheim2019-09-1811-1332/+13
|
* Revert "Balder/no more fs4 dispatching from fastsearcher"Henning Baldersheim2019-09-1711-13/+1332
|
* More cleanupHenning Baldersheim2019-09-172-313/+0
|
* No more fs4 dispatching from fastsearcher.Henning Baldersheim2019-09-179-1019/+13
| | | | fs4 is gone
* Update the global config in global scope.Henning Baldersheim2019-09-161-1/+1
|
* Use java dispatch by default all over the world.Henning Baldersheim2019-09-161-1/+2
|
* Avoid wrapping the 12 bytes in yet another object.Henning Baldersheim2019-09-132-3/+3
|
* Enable grouping session cache default.Henning Baldersheim2019-08-221-2/+2
|
* doc: -> id:Henning Baldersheim2019-08-161-1/+1
|
* Increase timeoutJon Bratseth2019-07-041-3/+3
|
* Add testJon Bratseth2019-06-272-8/+53
|
* Java dispatcher only uses RPC/protobufOlli Virtanen2019-05-281-8/+3
|
* Mock RPC connections instead of relying on 'real' connectivity errorsOlli Virtanen2019-05-213-26/+40
|
* Make test independent of node reporting error.Henning Baldersheim2019-04-051-1/+2
|