aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/handler
Commit message (Expand)AuthorAgeFilesLines
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-241-1/+1
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-231-1/+2
* Update copyrightJon Bratseth2023-10-093-2/+3
* Check query timeout in SearchHandlerjonmv2023-10-021-1/+13
* - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-291-63/+57
* let values under "input" through as unparsed stringsArne Juul2023-08-231-0/+15
* Convert container-search to junit5Bjørn Christian Seime2022-07-283-138/+257
* Allow the illegall single quoted json.Henning Baldersheim2022-07-061-0/+6
* Reading in chunks instead of byte by byte is significantly faster.Henning Baldersheim2022-06-281-4/+27
* Avoid building full Slime AST when decoding json just to throw it all away wh...Henning Baldersheim2022-06-272-5/+36
* Revert "Merge pull request #23040 from vespa-engine/revert-23039-bratseth/wea...Jon Bratseth2022-06-101-1/+1
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-091-1/+1
* Revert "Merge pull request #23036 from vespa-engine/revert-23032-bratseth/wea...Jon Bratseth2022-06-091-1/+1
* Revert "Change user query default from ALL to WEAKAND on Vespa 8"Håkon Hallingstad2022-06-091-1/+1
* Change user query default from ALL to WEAKAND on Vespa 8Jon Bratseth2022-06-091-1/+1
* No YQL semicolonJon Bratseth2022-06-081-6/+6
* Revert "uncheck() all checked exceptions"Valerij Fredriksen2022-05-301-2/+2
* uncheck() all checked exceptionsValerij Fredriksen2022-05-251-2/+2
* Create schema-info for global schema infoJon Bratseth2022-04-271-0/+0
* Avoid deprecated APIsJon Bratseth2022-01-032-19/+13
* Don't require semicolon in YQL statementsJon Bratseth2021-12-201-1/+1
* Revert "Merge pull request #20456 from vespa-engine/revert-20439-bratseth/zon...Jon Bratseth2021-12-131-1/+1
* Revert "Add zone info to query profile context"Arnstein Ressem2021-12-101-1/+1
* Add zone info to query profile contextJon Bratseth2021-12-091-1/+1
* Improve error message when assertion fails and poll longerBjørn Christian Seime2021-11-241-9/+8
* handle inherent race condition in unit testArne H Juul2021-10-291-1/+12
* Cleanup testHenning Baldersheim2021-10-211-8/+6
* A group hit is not meta since it contains result dataJon Bratseth2021-10-121-1/+59
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* Add metric for render latencyBjørn Christian Seime2021-07-011-0/+4
* Rename and move 'SearchHandlerTestCase'Bjørn Christian Seime2021-07-015-24/+22
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-89/+100
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-100/+89
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-89/+100
* Let handlers dedfine a default request typeJon Bratseth2020-10-011-0/+15
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-182-2/+2
* Add the query profile registry to the set of test componentsgjoranv2020-05-221-1/+2
* Revert "Gjoranv/create registry from config"Harald Musum2020-05-201-2/+1
* Add the query profile registry to the set of test componentsgjoranv2020-05-201-1/+2
* Move SlimeUtils to vespajlibMartin Polden2020-02-061-1/+1
* Extract execution creation into ExecutionFactoryJon Bratseth2019-06-092-6/+7
* Fix parsing of array query properties in JSON payloadJon Bratseth2019-03-071-4/+52
* Remove template supportJon Bratseth2019-01-212-88/+15
* Rename DefaultRenderer to XmlRendererJon Bratseth2019-01-212-4/+4
* Change default timeout from 5000 to 500 msJon Bratseth2019-01-211-1/+1
* Parse USE_POSITION_DATA correctlyJon Bratseth2019-01-093-27/+61
* do minimal parsing of "Content-Type" headerArne Juul2019-01-031-0/+6
* Add build() method to config buildersJon Bratseth2018-11-301-1/+1
* Now adding all entries from request.propertyMap() to requestMap, which will b...Henrik2018-08-081-5/+3
* Created new parameter SELECT with subparameters WHERE and GROUPING. Started o...Henrik2018-08-021-0/+34