summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12040 from vespa-engine/bratseth/anonymous-query-profile-...Jon Bratseth2020-02-036-30/+62
|\
| * Resolve nested type references by descriptionJon Bratseth2020-02-032-12/+18
| * Revert "Merge pull request #12035 from vespa-engine/revert-12025-bratseth/ano...Jon Bratseth2020-02-036-18/+44
* | Add another ping round to avoid racing with the builtin ping thread that oper...Henning Baldersheim2020-02-031-1/+1
* | 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 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
* | 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 pending...Henning Baldersheim2020-01-312-8/+9
|/
* Merge pull request #12012 from vespa-engine/mpolden/fix-unstable-testJon Bratseth2020-01-301-19/+20
|\
| * Fix unstable testMartin Polden2020-01-301-19/+20
* | Support phrase-segmenting false in more casesJon Bratseth2020-01-291-4/+4
|/
* Merge pull request #11932 from vespa-engine/bratseth/propagate-all-propertiesJon Bratseth2020-01-271-3/+23
|\
| * Propagate all source and provider properties by defaultJon Bratseth2020-01-241-3/+23
* | Don't warn if query profile type is resolved laterJon Bratseth2020-01-241-0/+1
|/
* Better select grouping parsingJon Bratseth2020-01-222-15/+4
* Add isBlockingWrites to pongJon Bratseth2020-01-202-9/+8
* 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-096-54/+62
* Support max-hits-per-node in DispatcherJon Bratseth2020-01-082-10/+33
* Wait longerJon Bratseth2020-01-081-5/+17
* Add/corect copyright headersJon Bratseth2020-01-032-0/+2
* Merge pull request #11597 from vespa-engine/balder/correct-dispatcher-shutdownJon Bratseth2019-12-301-1/+2
|\
| * Avoid starting the ping thread automatically for tests.Henning Baldersheim2019-12-191-1/+2
* | Avoid deprecation warningsHenning Baldersheim2019-12-195-21/+10
|/
* Allow nearest neighbor operator where attribute tensor and query tensor have ...Geir Storli2019-12-051-14/+39
* Add some test cases: No functional changesJon Bratseth2019-11-211-11/+67
* update unit test after reviewArne Juul2019-11-201-4/+33
* add unit test + minor fixes for ValidateNearestNeighborSearcherArne Juul2019-11-201-0/+168
* updates after reviewArne Juul2019-11-191-2/+2
* add NearestNeighborItem with validationArne Juul2019-11-192-0/+14
* Handle single value string buckets correctlyJon Bratseth2019-11-151-4/+12
* Remove leftovers from dispatching through fdispatchJon Bratseth2019-11-141-43/+29
* YQL parsing/serialization improvementsJon Bratseth2019-11-072-5/+29
* Nonfunctional changes onlyJon Bratseth2019-10-311-0/+10
* Add testsJon Bratseth2019-10-283-6/+57
* Trace sources of query profile valuesJon Bratseth2019-10-283-16/+13
* Merge pull request #11127 from vespa-engine/bratseth/query-profiles-local-var...Jon Bratseth2019-10-271-0/+26
|\
| * Generate combinations of variants found in all pathsJon Bratseth2019-10-271-0/+26
* | Create one Dispatcher component per search clusterJon Bratseth2019-10-251-6/+5
|/
* Allow old style select with query profile typesJon Bratseth2019-10-182-1/+27
* Add testJon Bratseth2019-10-181-0/+16
* Validate local substitutions during compileJon Bratseth2019-10-071-4/+13
* Support relative substitution by prefixing a property by dotJon Bratseth2019-10-072-31/+55
* - Shut down monitoring thread.Henning Baldersheim2019-10-046-16/+17