aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/handler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change unit to nano secondsBjørn Christian Seime2021-07-121-3/+2
* Change metric name to 'jdisc.render.latency'Bjørn Christian Seime2021-07-121-1/+1
* Non-functional changes onlyJon Bratseth2021-07-102-6/+5
* Correctly track start time for synchronous rendererBjørn Christian Seime2021-07-011-2/+5
* Add metric for render latencyBjørn Christian Seime2021-07-012-5/+31
* Don't use raw type - specify type argumentsBjørn Christian Seime2021-07-012-13/+12
* Point to docJon Bratseth2021-06-031-4/+5
* Handle fallback value of ElapsedTime.first()Bjørn Christian Seime2021-05-071-2/+4
* 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-122-3/+16
* Keep api unchanged.Henning Baldersheim2020-02-111-2/+2
* 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-112-8/+29
* Move SlimeUtils to vespajlibMartin Polden2020-02-061-1/+1
* Substitute properties in trace outputJon Bratseth2019-09-301-3/+1
* Classify compare implementation bugs correctlyJon Bratseth2019-09-241-22/+22
* Minor cleanupHenning Baldersheim2019-09-121-2/+0
* Merge pull request #10463 from vespa-engine/bratseth/document-parsing-error-m...Jon Bratseth2019-09-041-8/+5
|\
| * Nonfunctional changes onlyJon Bratseth2019-08-291-8/+5
* | Remove feature flag for grouping session cacheBjørn Christian Seime2019-09-031-8/+0
* | Remove use of Nullable and NotNull annotationsHarald Musum2019-08-291-4/+1
|/
* Merge pull request #10376 from vespa-engine/bratseth/handle-inherited-variantsArne H Juul2019-08-231-9/+26
|\
| * Handle inherited variants with different dimensionsJon Bratseth2019-08-221-9/+26
* | Enable grouping session cache by defaultBjørn Christian Seime2019-08-211-2/+2
|/