summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * 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 ↵Jon Bratseth2018-10-264-305/+82
| | | | | | | | | | | | | | vespa-engine/revert-7380-bratseth/segment-yql-by-default" This reverts commit 1cb09174cb579936eae49f7db632113795b0666a, reversing changes made to eedcfc980db65da04eaca866693ef215f337f325.
* | 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 #7449 from vespa-engine/balder/cms-occupancy-fractionHenning Baldersheim2018-10-251-1/+1
|\ | | | | Balder/cms occupancy fraction
| * Specify default GC arguments as default in config.Henning Baldersheim2018-10-251-1/+1
| |
* | Merge pull request #7433 from vespa-engine/ollivir/dispatch-distribution-fixesOlli Virtanen2018-10-258-104/+199
|\ \ | |/ |/| Fixes to java dispatcher load distribution
| * 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 ↵Olli Virtanen2018-10-245-39/+78
| | | | | | | | config
| * 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-232-26/+28
| |
* | Revert "Bratseth/segment yql by default"Harald Musum2018-10-224-82/+305
| |
* | GC more unused code.Henning Baldersheim2018-10-221-8/+1
| |
* | Segment 'contains' text by defaultJon Bratseth2018-10-193-250/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The current default is to not segment text given to 'contains' in YQL outside of userInput, which means that submitting text that is not pre-tokenized in exactly the same way as the tokenizer of the field won't work (such as the queries "contains 'foo bar'", or contains foo.bar). Because of this default choice, apparently some complicated logic was added to track when it needs to be automatically replaced with a more reasonable choice, in the case where one Vespa instance federates to another. I removed that now, because it doesn't seem necessary without the bad default.
* | Nonfunctional changes onlyJon Bratseth2018-10-194-59/+57
|/
* Merge pull request #7319 from vespa-engine/bratseth/remove-deprecated-api-usageJon Bratseth2018-10-16102-1242/+1491
|\ | | | | Bratseth/remove deprecated api usage
| * Fix testsJon Bratseth2018-10-164-12/+16
| |
| * Avoid deprecated methodJon Bratseth2018-10-1612-55/+65
| |
| * Avoid deprecated methodJon Bratseth2018-10-1614-10/+34
| |
| * Avoid deprecated classesJon Bratseth2018-10-1631-513/+778
| |
| * Avoid deprecated methodJon Bratseth2018-10-1519-46/+64
| |
| * Avoid deprecated methodJon Bratseth2018-10-1514-32/+32
| |
| * Remove dead codeJon Bratseth2018-10-158-18/+12
| |
| * Avoid deprecated methodJon Bratseth2018-10-155-16/+32
| |
| * Avoid deprecated methodJon Bratseth2018-10-1510-240/+292
| |
| * Avoid deprecated methodJon Bratseth2018-10-155-7/+46
| |
| * Avoid deprecated methodJon Bratseth2018-10-153-4/+3
| |
| * Avoid deprecated methodJon Bratseth2018-10-153-19/+20
| |
| * Remove test of deprecated functionalityJon Bratseth2018-10-152-177/+1
| |
| * Avoid deprecated methodJon Bratseth2018-10-152-3/+4
| |
| * Clean up ugly codeJon Bratseth2018-10-152-47/+26
| |