summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/handler/SearchHandler.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
|/
* Introduce feature flag for enabling grouping session cacheBjørn Christian Seime2019-07-251-0/+6
* Extract execution creation into ExecutionFactoryJon Bratseth2019-06-091-56/+40
* Add &explainleve=Henning Baldersheim2019-03-191-1/+2
* Fix parsing of array query properties in JSON payloadJon Bratseth2019-03-071-37/+26
* Remove template supportJon Bratseth2019-01-211-15/+2
* Turn softtimeout on by defaultJon Bratseth2019-01-211-3/+8
* Remove unused configs and their usage.gjoranv2019-01-211-42/+0
* Vespa 7: remove FreezeDetector and Watchdog.gjoranv2019-01-211-2/+0
* Parse USE_POSITION_DATA correctlyJon Bratseth2019-01-091-2/+3
* remove debug printingArne Juul2019-01-031-2/+0
* do minimal parsing of "Content-Type" headerArne Juul2019-01-031-1/+16
* Avoid deprecated methodJon Bratseth2018-10-161-5/+5
* Avoid deprecated methodJon Bratseth2018-10-161-4/+0
* Avoid deprecated methodJon Bratseth2018-10-151-17/+17
* URL-parameters now overrides JSON-parametersHenrik2018-08-091-1/+2
* Now adding all entries from request.propertyMap() to requestMap, which will b...Henrik2018-08-081-0/+2
* Changes from review.Henrik2018-08-071-4/+3
* Solve conflicting filesHenrik2018-08-061-8/+11
|\
| * Changed queryFromRequest to requestMapFromRequest, and creating queryProfile ...Henrik2018-08-061-14/+8
| * Solved queryProfile always being null when using JSON-query. QueryProfile was...Henrik2018-07-301-5/+15
* | Created new parameter SELECT with subparameters WHERE and GROUPING. Started o...Henrik2018-08-021-0/+16
|/