summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Java dispatcher refactoring and cluster monitoring improvementsOlli Virtanen2018-11-0212-261/+342
* Improve error message etcJon Bratseth2018-11-021-4/+6
* Deprecated methods and add OptimaizeDetectorJon Bratseth2018-11-011-0/+2
* 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 vespa-engine/bratseth/segment-yql-by-default-ta...Jon Bratseth2018-10-302-103/+60
|\
| * Look up correctly inside sameElementJon Bratseth2018-10-291-4/+6
| * Respect the exact match settingJon Bratseth2018-10-291-3/+10
| * Revert "Merge pull request #7409 from vespa-engine/revert-7380-bratseth/segme...Jon Bratseth2018-10-262-99/+47
* | Revert unintended changeJon Bratseth2018-10-301-4/+4
* | Fix javadocJon Bratseth2018-10-301-4/+4
* | Hitcount estimate support for java dispatcherOlli Virtanen2018-10-291-8/+13
|/
* Merge pull request #7433 from vespa-engine/ollivir/dispatch-distribution-fixesOlli Virtanen2018-10-256-93/+188
|\
| * Indentation & javadoc improvementsOlli Virtanen2018-10-251-0/+13
| * Take group temporarily out of rotation on connection errorOlli Virtanen2018-10-242-0/+5
| * Field visibility correctionOlli Virtanen2018-10-241-3/+3
| * Pull more configuration parameters from config model to internal dispatcher c...Olli Virtanen2018-10-243-28/+67
| * Test connection to content node before committing to using itOlli Virtanen2018-10-224-60/+86
| * Strict group ordering in round-robin; corrected comparison of group coveragesOlli Virtanen2018-10-222-6/+18
* | Allow conflicting aliases across document typesJon Bratseth2018-10-231-2/+12
* | Revert "Bratseth/segment yql by default"Harald Musum2018-10-222-47/+99
* | GC more unused code.Henning Baldersheim2018-10-221-8/+1
* | Segment 'contains' text by defaultJon Bratseth2018-10-191-68/+18
* | Nonfunctional changes onlyJon Bratseth2018-10-192-33/+31
|/
* Merge pull request #7319 from vespa-engine/bratseth/remove-deprecated-api-usageJon Bratseth2018-10-1662-235/+629
|\
| * Fix testsJon Bratseth2018-10-162-3/+8
| * Avoid deprecated methodJon Bratseth2018-10-168-32/+44
| * Avoid deprecated methodJon Bratseth2018-10-1614-10/+34
| * Avoid deprecated classesJon Bratseth2018-10-1610-10/+346
| * Avoid deprecated methodJon Bratseth2018-10-1519-46/+64
| * Avoid deprecated methodJon Bratseth2018-10-1512-19/+19
| * Remove dead codeJon Bratseth2018-10-158-18/+12
| * Avoid deprecated methodJon Bratseth2018-10-151-1/+5
| * Avoid deprecated methodJon Bratseth2018-10-153-7/+6
| * Avoid deprecated methodJon Bratseth2018-10-152-3/+5
| * Avoid deprecated methodJon Bratseth2018-10-152-2/+3
| * Avoid deprecated methodJon Bratseth2018-10-151-1/+1
| * Remove test of deprecated functionalityJon Bratseth2018-10-151-1/+1
| * Avoid deprecated methodJon Bratseth2018-10-152-3/+4
| * Clean up ugly codeJon Bratseth2018-10-151-38/+17
| * Avoid deprecated methodJon Bratseth2018-10-153-55/+74
* | Merge pull request #7322 from vespa-engine/arnej/sort-missing-values-take-4Jon Bratseth2018-10-161-5/+48
|\ \
| * | sort missing (null) field valuesArne Juul2018-10-161-5/+6
| * | implement sorting on fields inside structsArne Juul2018-10-161-0/+42
| |/
* / Direct dispatch bypasses load balancingOlli Virtanen2018-10-161-0/+8
|/
* Revert "Revert "Simplify and correct isFilled""Jon Bratseth2018-10-141-53/+9
* Revert "Simplify and correct isFilled"Jon Bratseth2018-10-141-9/+53
* Revert "sort missing (null) field values"Jon Bratseth2018-10-141-6/+5
* Merge pull request #7299 from vespa-engine/bratseth/prevent-xxe-in-xmlfeedreaderJon Bratseth2018-10-142-2/+1
|\