aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/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-4/+3
* Update copyrightJon Bratseth2023-10-097-7/+8
* Check query timeout in SearchHandlerjonmv2023-10-021-0/+3
* let values under "input" through as unparsed stringsArne Juul2023-08-231-1/+1
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-221-1/+2
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-221-2/+1
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-211-1/+2
* Non-functional changes onlyJon Bratseth2023-06-131-2/+1
* ignore warmup query when measuring latency and other metricsArne Juul2023-06-081-0/+1
* Unranked and 0 hitsjonmv2023-06-021-1/+4
* Reduce log level for failed warmup, and provide a nullInputStreamjonmv2023-06-021-2/+5
* 2s timeout for warmp queryjonmv2023-06-011-1/+1
* Fire a dummy query at end of search handler constructorjonmv2023-06-011-0/+12
* Scaling-duration cleanupJon Bratseth2023-05-241-3/+1
* Disable string length restriction introduced in Jackson 2.15Bjørn Christian Seime2023-05-091-2/+14
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-1/+1
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-291-2/+2
* Don't count unfilled hits towards successJon Bratseth2023-01-201-4/+5
* Use ContainerMetrics enumYngve Aasheim2023-01-201-1/+2
* Reduce need to access getJDiscRequestHenning Baldersheim2022-11-291-1/+1
* Add instance tagsJon Bratseth2022-10-121-5/+11
* Allow the illegall single quoted json.Henning Baldersheim2022-07-062-2/+1
* Reapply "Bjorncs/application status handler""Bjørn Christian Seime2022-06-302-0/+40
* Revert "Bjorncs/application status handler"Bjørn Christian Seime2022-06-292-40/+0
* Simplify and improve encapsulationBjørn Christian Seime2022-06-281-7/+6
* Move ApplicationStatusHandler to container-discBjørn Christian Seime2022-06-282-0/+41
* Avoid building full Slime AST when decoding json just to throw it all away wh...Henning Baldersheim2022-06-272-46/+89
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-081-18/+0
* GC deprecated statistics moduleHenning Baldersheim2022-06-081-153/+0
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-05-041-2/+2
* Merge pull request #22201 from vespa-engine/bratseth/inputs-2Lester Solbakken2022-04-251-0/+1
|\
| * Resolve rank profile inputsJon Bratseth2022-04-211-0/+1
* | Set default max query itemsJon Bratseth2022-04-221-5/+1
|/
* Rename defaultEmbedderName to defaultEmbedderIdLester Solbakken2022-03-221-1/+1
* Add embedder selection argument to query parameter transformationLester Solbakken2022-03-211-6/+40
* Deprecate LoggingRequestHandler (replaced by ThreadedHttpReqHndlr)gjoranv2022-01-181-0/+1
* Keep LoggingRequestHandler as base class for public api handlers.gjoranv2022-01-171-2/+2
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-4/+2
* Revert "Merge pull request #20456 from vespa-engine/revert-20439-bratseth/zon...Jon Bratseth2021-12-131-10/+45
* Revert "Add zone info to query profile context"Arnstein Ressem2021-12-101-45/+10
* Add zone info to query profile contextJon Bratseth2021-12-091-10/+45
* Deprecate public APIs using Guava's ListenableFutureBjørn Christian Seime2021-12-061-4/+22
* Cleanup: No functional changesJon Bratseth2021-11-301-5/+1
* GC old way of collection metrics and logging to file.Henning Baldersheim2021-11-051-68/+38
* A group hit is not meta since it contains result dataJon Bratseth2021-10-123-9/+7
* Add Executor to Execution.ContextJon Bratseth2021-10-081-8/+8
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
* encode -> embedJon Bratseth2021-09-281-10/+10
* Encode tensors passed as encode(text)Jon Bratseth2021-09-201-2/+38