summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/handler/SearchHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid building full Slime AST when decoding json just to throw it all away wh...Henning Baldersheim2022-06-271-46/+8
* 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
* 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-121-1/+1
* Add Executor to Execution.ContextJon Bratseth2021-10-081-8/+8
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* encode -> embedJon Bratseth2021-09-281-10/+10
* Encode tensors passed as encode(text)Jon Bratseth2021-09-201-2/+38
* Change metric name to 'jdisc.render.latency'Bjørn Christian Seime2021-07-121-1/+1
* Non-functional changes onlyJon Bratseth2021-07-101-3/+4
* Add metric for render latencyBjørn Christian Seime2021-07-011-1/+7
* Don't use raw type - specify type argumentsBjørn Christian Seime2021-07-011-4/+3
* Point to docJon Bratseth2021-06-031-4/+5
* More lazy debug log message generationJon Marius Venstad2021-04-281-1/+1
* Provide standard mappingMorten Tokle2021-04-221-17/+7
* Changes after reviewMorten Tokle2021-04-161-4/+6
* Custom acl mappingMorten Tokle2021-04-151-0/+25
* Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-10/+7
* Reduce chunksize from 1M to 4k to avoid going touching memory not needed for ...Henning Baldersheim2020-11-131-1/+2
* Set RequestType both waysJon Bratseth2020-10-091-4/+4
* Use OptionalJon Bratseth2020-10-071-1/+1
* Let handlers dedfine a default request typeJon Bratseth2020-10-011-3/+4
* Inject ContainerThreadPool to search handlerBjørn Christian Seime2020-09-141-8/+19
* Allow setting a request type explicitlyJon Bratseth2020-09-021-0/+2
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-28/+16
* Make the main constructor take a CompiledQueryProfileRegistrygjoranv2020-05-221-1/+23
* Revert "Gjoranv/create registry from config"Harald Musum2020-05-201-23/+1
* Make the main constructor take a CompiledQueryProfileRegistrygjoranv2020-05-201-1/+23
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-2/+2
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-3/+3
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Protect against nullHenning Baldersheim2020-03-041-3/+16
* Use method reference.Henning Baldersheim2020-02-121-2/+2
* - Add trace as a field in the josn access log.Henning Baldersheim2020-02-121-3/+6
* Undo autoformat.Henning Baldersheim2020-02-111-4/+4
* If debugging of SearchHandler is turned on, the 1k first request will have tr...Henning Baldersheim2020-02-111-6/+27