summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove commented out lineJon Bratseth2019-01-091-1/+0
| * | Nonfunctional changes onlyJon Bratseth2019-01-085-20/+37
| * | Include queryProfile as a regular parameterJon Bratseth2019-01-085-72/+81
* | | Merge pull request #8072 from vespa-engine/bratseth/add-phrase-testJon Bratseth2019-01-092-0/+7
|\ \ \
| * | | Add a testJon Bratseth2019-01-092-0/+7
| | |/ | |/|
* / | Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+8619
|/ /
* | 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
|/
* Revert "Enable ABI checking on modules with public APIs"HÃ¥kon Hallingstad2019-01-042-8619/+0
* Merge pull request #7964 from vespa-engine/iruotsalainen/enable-abi-checkIlpo Ruotsalainen2019-01-042-0/+8619
|\
| * Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| * Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+8631
* | Make unit tests work when java dispatching is used by defaultOlli Virtanen2019-01-045-15/+25
* | Increased java dispatcher test coverageOlli Virtanen2019-01-036-34/+335
* | remove debug printingArne Juul2019-01-031-2/+0
* | do minimal parsing of "Content-Type" headerArne Juul2019-01-032-1/+22
* | Specify dispatchJon Bratseth2019-01-022-23/+32
* | 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-028-129/+325
|\ \
| * | Additional data for adaptive timeoutsOlli Virtanen2018-12-192-19/+15
| * | Adaptive load balancing scheduler, coverage calculation fixesOlli Virtanen2018-12-198-115/+315
| |/
* / 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-173-9/+131
* 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-1410-30/+92
* Add XmlRenderer to registryJon Bratseth2018-12-111-0/+7
* Remove javadoc excludes - javacc now generates legal javadoc.gjoranv2018-12-061-8/+0
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-062-25/+27
* Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-061-9/+0
* Unused parameter removedOlli Virtanen2018-12-031-2/+2
* Result merging moved to InterleavedSearchInvokerOlli Virtanen2018-12-038-165/+137
* Add build() method to config buildersJon Bratseth2018-11-303-4/+63
* 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-292-9/+60
|/
* Merge pull request #7807 from vespa-engine/bratseth/remove-nonimplemented-inf...gjoranv2018-11-291-15/+0
|\
| * Remove unimplemented metricsJon Bratseth2018-11-281-15/+0
* | Merge pull request #7806 from vespa-engine/bratseth/avoid-server-discriminatorHenning Baldersheim2018-11-2823-103/+142
|\ \
| * | Deprecate Server.getServerDiscriminatorJon Bratseth2018-11-2820-83/+118
| * | Avoid usage of Sever.getServerDiscriminatorJon Bratseth2018-11-286-20/+24
| |/
* | Remove duplicated setResponseMonitor callOlli Virtanen2018-11-271-2/+0
* | Remove extra parameter from call to List.addOlli Virtanen2018-11-271-1/+1
|/
* add XmlRenderer from 7 branchArne Juul2018-11-261-0/+421
* Adaptive timeout support in java dispatchOlli Virtanen2018-11-2314-82/+483