aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+8631
|
* 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
| | | | | | | | | - Update FastCharStream method names to follow changes in generated CharStream class. - Update expected test output due to improvements in generated code. - Improve ability to debug tests by more clearly printing out the diff between expected and actual output.
* Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-061-9/+0
| | | | + Remove unused management for old javacc plugin.
* 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 handling
| * Fixes to adaptive timeout handlingOlli Virtanen2018-11-294-12/+47
| |
* | Remove zombie codeJon Bratseth2018-11-292-9/+60
|/
* Merge pull request #7807 from ↵gjoranv2018-11-291-15/+0
|\ | | | | | | | | vespa-engine/bratseth/remove-nonimplemented-inflight-metrics Remove unimplemented metrics
| * Remove unimplemented metricsJon Bratseth2018-11-281-15/+0
| |
* | Merge pull request #7806 from vespa-engine/bratseth/avoid-server-discriminatorHenning Baldersheim2018-11-2823-103/+142
|\ \ | | | | | | Bratseth/avoid server discriminator
| * | 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
| | | | | * this allows customers to start using "XmlRenderer" instead of "DefaultRenderer" in their code in order to prepare for Vespa 7
* Adaptive timeout support in java dispatchOlli Virtanen2018-11-2314-82/+483
|
* Merge pull request #7687 from vespa-engine/bratseth/add-a-testJon Bratseth2018-11-231-1/+0
|\ | | | | Add a test
| * Add a testJon Bratseth2018-11-181-1/+0
| |
* | GC unused codeHenning Baldersheim2018-11-212-14/+1
| |
* | Merge pull request #7679 from ↵Jon Bratseth2018-11-183-13/+13
|\ \ | | | | | | | | | | | | vespa-engine/ollivir/group-affinity-with-searchpath Java dispatcher group affinity through searchPath
| * | Fix javadocJon Bratseth2018-11-181-1/+0
| | |
| * | Group affinity through searchPath; remove Query from LB assignmentOlli Virtanen2018-11-163-12/+13
| |/
* / When pooling ClusterMonitors and SearchClusters you will add a cluster every ↵Henning Baldersheim2018-11-1510-47/+37
|/ | | | | | | | time there is a reconfig. As nothing will purge them, you both keep stuff alive forever and end up with more clusters that you have. Hence the magic for not removing vipstatus when there are multiple clusters kick in preventing nodes being taken OOR. Now it is using the ComponentId for identifying a cluster.
* Reimplement partial coverage reportingOlli Virtanen2018-11-085-17/+68
|
* Disable java dispatcher if multi-level dispatching is configuredOlli Virtanen2018-11-081-11/+15
|
* Merge pull request #7582 from vespa-engine/ollivir/avoid-query-cloneJon Bratseth2018-11-061-5/+7
|\ | | | | Avoid Query.clone which changes the sessionId (and the cache key)
| * Avoid Query.clone which changes the sessionId (and the cache key)Olli Virtanen2018-11-061-5/+7
| |
* | Test that you do get answer, even a bad one.Henning Baldersheim2018-11-061-0/+19
| |
* | If you promise to deliver an answer, you must provide it.Henning Baldersheim2018-11-061-6/+8
| | | | | | | | Even if you already know it is negative.
* | Intellij based cleanup.Henning Baldersheim2018-11-061-3/+2
| |
* | Improve error messagesJon Bratseth2018-11-064-20/+48
|/
* Java dispatcher refactoring and cluster monitoring improvementsOlli Virtanen2018-11-0218-327/+426
|
* Expect the right error messageJon Bratseth2018-11-021-1/+1
|
* Improve error message etcJon Bratseth2018-11-021-4/+6
|
* Deprecated methods and add OptimaizeDetectorJon Bratseth2018-11-012-0/+3
|
* Allow ExactItem inside EquivJon Bratseth2018-10-311-0/+1
|
* Improve error messageJon Bratseth2018-10-311-2/+3
|
* Annotations should override exact matchingJon Bratseth2018-10-311-3/+3
|
* Merge pull request #7484 from ↵Jon Bratseth2018-10-304-309/+95
|\ | | | | | | | | vespa-engine/bratseth/segment-yql-by-default-take-2 Bratseth/segment yql by default take 2