summaryrefslogtreecommitdiffstats
path: root/container-search/src/main
Commit message (Expand)AuthorAgeFilesLines
* Use G1GC as default on Vespa 7 (fixup after rebasing).Geir Storli2019-01-211-1/+1
* Remove HTTP searchersJon Bratseth2019-01-2118-3552/+0
* Rename DefaultRenderer to XmlRendererJon Bratseth2019-01-214-439/+6
* Remove deprecated codeJon Bratseth2019-01-2123-1122/+13
* Turn softtimeout on by defaultJon Bratseth2019-01-213-18/+28
* Change default timeout from 5000 to 500 msJon Bratseth2019-01-211-4/+4
* Follow API changeJon Bratseth2019-01-211-3/+1
* Use G1GC by default on Vespa 7 (JDK 9+).gjoranv2019-01-211-1/+1
* remove container.legacy-emulation configArne Juul2019-01-2112-107/+28
* remove "defidx" and related classesArne Juul2019-01-213-524/+1
* Remove unused configs and their usage.gjoranv2019-01-211-42/+0
* Vespa 7: remove FreezeDetector and Watchdog.gjoranv2019-01-211-2/+0
* uselocalnode support and fix to coverage estimationOlli Virtanen2019-01-154-20/+60
* Fix typoHenning Baldersheim2019-01-151-1/+1
* Also handle the reverse conversion in the GroupingExecutor.Henning Baldersheim2019-01-142-0/+17
* Merge pull request #8078 from vespa-engine/bratseth/position-by-default-with-...Jon Bratseth2019-01-096-112/+39
|\
| * Parse USE_POSITION_DATA correctlyJon Bratseth2019-01-096-112/+39
* | Merge pull request #8051 from vespa-engine/bratseth/query-profile-fixesJon Bratseth2019-01-096-52/+62
|\ \ | |/ |/|
| * Remove commented out lineJon Bratseth2019-01-091-1/+0
| * Nonfunctional changes onlyJon Bratseth2019-01-084-19/+28
| * Include queryProfile as a regular parameterJon Bratseth2019-01-082-33/+35
* | Merge pull request #8050 from vespa-engine/revert-8048-ollivir/enable-java-di...Olli Virtanen2019-01-081-1/+1
|\ \
| * | Revert "Enable java dispatcher as default for build pipeline test"Arnstein Ressem2019-01-081-1/+1
* | | Merge pull request #8046 from vespa-engine/balder/limit-threads-for-federationJon Bratseth2019-01-081-1/+1
|\ \ \ | |/ / |/| |
| * | You do not need more than 8k threads for federation.Henning Baldersheim2019-01-081-1/+1
| |/
* / Enable java dispatcher as default for build pipeline testOlli Virtanen2019-01-081-1/+1
|/
* Make unit tests work when java dispatching is used by defaultOlli Virtanen2019-01-042-5/+10
* Increased java dispatcher test coverageOlli Virtanen2019-01-032-6/+7
* remove debug printingArne Juul2019-01-031-2/+0
* do minimal parsing of "Content-Type" headerArne Juul2019-01-031-1/+16
* Specify dispatchJon Bratseth2019-01-021-0/+2
* An unrecoverable config error should be thrown back and not silently logged.Henning Baldersheim2019-01-021-5/+3
* Merge pull request #7967 from vespa-engine/ollivir/adaptive-lb-schedulingOlli Virtanen2019-01-027-104/+218
|\
| * Additional data for adaptive timeoutsOlli Virtanen2018-12-192-19/+15
| * Adaptive load balancing scheduler, coverage calculation fixesOlli Virtanen2018-12-197-90/+208
* | String.format is locale dependent (and more verbose)Jon Bratseth2018-12-191-1/+2
|/
* handle array of position objects if we get itArne Juul2018-12-172-9/+76
* use deafult toXML implementationArne Juul2018-12-171-5/+0
* handle any type of XmlProducerArne Juul2018-12-172-0/+6
* implement XmlProducerArne Juul2018-12-171-2/+14
* add default implementation of convenience methodArne Juul2018-12-172-5/+8
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-149-30/+86
* Add XmlRenderer to registryJon Bratseth2018-12-111-0/+7
* Unused parameter removedOlli Virtanen2018-12-031-2/+2
* Result merging moved to InterleavedSearchInvokerOlli Virtanen2018-12-037-154/+126
* Add build() method to config buildersJon Bratseth2018-11-301-3/+0
* Merge pull request #7824 from vespa-engine/ollivir/adaptive-timeout-fixesJon Bratseth2018-11-304-12/+47
|\
| * Fixes to adaptive timeout handlingOlli Virtanen2018-11-294-12/+47
* | Remove zombie codeJon Bratseth2018-11-291-2/+1
|/
* Merge pull request #7807 from vespa-engine/bratseth/remove-nonimplemented-inf...gjoranv2018-11-291-15/+0
|\