aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Revert parser changes that broke system tests.Arnstein Ressem2020-03-039-402/+353
|
* Revert "Merge pull request #12385 from ↵Jon Bratseth2020-03-029-353/+402
| | | | | | | vespa-engine/revert-12365-bratseth/phrase-segmenting-off" This reverts commit 6c52f21816ce79909feac4908d594204ad2fd4e7, reversing changes made to 9ac4f3d18e1dbb11678b8d61fa50c9ad1cdf61d2.
* Revert "Turn phrase segmenting off by default"Jon Marius Venstad2020-02-289-402/+353
|
* Turn phrase segmenting off by defaultJon Bratseth2020-02-279-353/+402
|
* Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ↵Henning Baldersheim2020-02-196-14/+14
| | | | to reconnect to content …""""
* Revert "Revert "Revert "Create a resourcepool so that we do not need to ↵Harald Musum2020-02-196-14/+14
| | | | reconnect to content …"""
* Revert "Revert "Create a resourcepool so that we do not need to reconnect to ↵Henning Baldersheim2020-02-146-14/+14
| | | | content …""
* Merge pull request #12176 from vespa-engine/bratseth/clearAll-in-query-profilesJon Bratseth2020-02-142-1/+72
|\ | | | | Support clearing values in query profiles
| * Support clearing values in query profilesJon Bratseth2020-02-132-1/+72
| |
* | Revert "Create a resourcepool so that we do not need to reconnect to content ↵Harald Musum2020-02-146-14/+14
| | | | | | | | …"
* | Create a resourcepool so that we do not need to reconnect to content cluster ↵Henning Baldersheim2020-02-136-14/+14
| | | | | | | | on changes to container cluster.
* | Map [relevance] to [rank]Henning Baldersheim2020-02-131-0/+1
|/
* Merge pull request #12160 from ↵Jon Bratseth2020-02-136-30/+62
|\ | | | | | | | | vespa-engine/bratseth/anonymous-query-profile-types-take-3 Bratseth/anonymous query profile types take 3
| * Revert "Merge pull request #12060 from ↵Jon Bratseth2020-02-056-30/+62
| | | | | | | | | | | | | | vespa-engine/revert-12040-bratseth/anonymous-query-profile-types-take-2" This reverts commit 558506aa9008c5255f849892f476c819391f06a7, reversing changes made to 17e572d4dad3c9e5040544072dbdc9f7a703e7bd.
* | Stop the ping thread before testing to avoid raceconditions.Henning Baldersheim2020-02-072-7/+11
| |
* | Move SlimeUtils to vespajlibMartin Polden2020-02-061-1/+1
|/
* Merge pull request #12059 from ↵Henning Baldersheim2020-02-045-29/+25
|\ | | | | | | | | vespa-engine/balder/explicit-control-of-monitor-thread-start Do not start cluster monitor thread in test as it will race with expl…
| * Decouple so ClusterMonitor is on the outside of the searchcluster and can be ↵Henning Baldersheim2020-02-043-18/+15
| | | | | | | | provided.
| * Move pingfactory to constructor.Henning Baldersheim2020-02-045-12/+14
| |
| * Do not start cluster monitor thread in test as it will race with explicit ↵Henning Baldersheim2020-02-042-5/+2
| | | | | | | | ping in test.
* | Revert "Bratseth/anonymous query profile types take 2"Jon Bratseth2020-02-046-62/+30
|/
* Merge pull request #12040 from ↵Jon Bratseth2020-02-036-30/+62
|\ | | | | | | | | vespa-engine/bratseth/anonymous-query-profile-types-take-2 Bratseth/anonymous query profile types take 2
| * Resolve nested type references by descriptionJon Bratseth2020-02-032-12/+18
| |
| * Revert "Merge pull request #12035 from ↵Jon Bratseth2020-02-036-18/+44
| | | | | | | | | | | | | | vespa-engine/revert-12025-bratseth/anonymous-query-profile-types" This reverts commit 3e21ae3340cb49c0b28e8646e3eb1ae22d6241cc, reversing changes made to 99f3a7193090cfcd6b5fdbbe612f53d892f9d86b.
* | Add another ping round to avoid racing with the builtin ping thread that ↵Henning Baldersheim2020-02-031-1/+1
| | | | | | | | operates at 1hz.
* | Wait until Pong has returned before saying you are done.Henning Baldersheim2020-02-031-1/+1
| |
* | Merge pull request #12044 from vespa-engine/bratseth/non-functional-changesJon Bratseth2020-02-031-3/+3
|\ \ | | | | | | Non-functional changes only
| * | Non-functional changes onlyJon Bratseth2020-02-031-3/+3
| |/
| * Revert "Allow extension of implicitly ref'ed query profile types"Jon Bratseth2020-02-026-44/+18
| |
| * Allow extension of implicitly ref'ed query profile typesJon Bratseth2020-01-316-18/+44
| |
* | Merge pull request #12030 from vespa-engine/balder/send-ping-asyncHenning Baldersheim2020-02-032-8/+27
|\ \ | | | | | | Send ping every second truly async to all nodes who does not have any…
| * | Provide pongHandler in constructor to avoid needing an AtomicReference.Henning Baldersheim2020-02-032-6/+9
| | |
| * | Use sequence numbers and check on Pong reception instead.Henning Baldersheim2020-02-031-0/+15
| | |
| * | Send ping every second truly async to all nodes who does not have any ↵Henning Baldersheim2020-01-312-8/+9
| |/ | | | | | | pending pings.
* | Don't remove ranked terms when recalling allJon Bratseth2020-02-031-3/+2
| |
* | Failed reproduction of https://github.com/vespa-engine/vespa/issues/11975Jon Bratseth2020-01-311-1/+18
|/
* Merge pull request #12012 from vespa-engine/mpolden/fix-unstable-testJon Bratseth2020-01-301-19/+20
|\ | | | | Fix unstable test
| * Fix unstable testMartin Polden2020-01-301-19/+20
| |
* | Support phrase-segmenting false in more casesJon Bratseth2020-01-291-4/+4
|/ | | | | | Support and segmenting with simple queries also when the terms are bound by a control character in the simple language such that it is tokenized by us.
* Merge pull request #11965 from vespa-engine/bratseth/add-a-testArne H Juul2020-01-281-0/+7
|\ | | | | Add a test
| * Add a testJon Bratseth2020-01-271-0/+7
| |
* | Merge pull request #11932 from vespa-engine/bratseth/propagate-all-propertiesJon Bratseth2020-01-272-5/+24
|\ \ | |/ |/| Propagate all source and provider properties by default
| * Propagate all source and provider properties by defaultJon Bratseth2020-01-242-5/+24
| | | | | | | | | | | | | | | | | | | | This changes default behavor from only propagating native properties. I believe that will probably be safe, and it just seems more correct. If somebody have problems with it they can recover the old behavior by using the strict-contracts config. That config is not mentioned in the documentation and not touched by the model. We should remove it on Vespa 8.
* | Don't warn if query profile type is resolved laterJon Bratseth2020-01-241-0/+1
|/
* Better select grouping parsingJon Bratseth2020-01-223-17/+11
|
* Add isBlockingWrites to pongJon Bratseth2020-01-202-9/+8
| | | | | - Add isBlockingWrites to pong - Cleanup and deprecate unused complexity: There is just one node and one error
* Close state in requireThatVipStatusIsDefaultDownButComesUpAfterPingingJon Bratseth2020-01-202-7/+15
|
* Shutdown search cluster monitoring after useHarald Musum2020-01-131-92/+105
|
* Remove unused executor, log if we get InterruptedExceptionHarald Musum2020-01-131-24/+12
|
* Treat rank features as tensors (or doubles)Jon Bratseth2020-01-097-74/+82
| | | | | | | | | | | | | | | | The purpose of this is to prepare to disallow rank feature strings (which can't be parsed to doubles or tensors) on Vespa 8. Currently, such strings will be converted to numbers by hashing them during evaluation, but this is not useful (as the hash can be computed before setting if desired), and leads to confusion when a feature is intended set from a tensor string but ends up as a hash due to missing type information in the configuration. Changes: - Parse numeric rank features into doubles as soon as possible - Deprecate the methods accessing rank features as strings - Allow double features to be accessible as tensors