summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search
Commit message (Expand)AuthorAgeFilesLines
* Merge grouping results incrementally in search invokerBjørn Christian Seime2022-03-012-1/+41
* Merge branch 'master' into arnej/wset-and-map-renderingArne H Juul2022-02-118-17/+102
|\
| * Handle query profile values in type checkingJon Bratseth2022-02-081-0/+15
| * Revert "Revert "Bratseth/presentation format tensors""Jon Bratseth2022-02-084-9/+55
| * Revert "Bratseth/presentation format tensors"Harald Musum2022-02-074-55/+9
| * Add a testJon Bratseth2022-02-071-0/+29
| * Wire in property presentation.format.tensors with alias format.tensorsJon Bratseth2022-02-073-9/+26
| * - Name the monitor thread and make it a daemon.Henning Baldersheim2022-02-031-1/+1
| * Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-022-6/+11
| |\
| | * Stop using deprecated ConfigGetter methodgjoranv2022-01-312-6/+11
| * | Import types referenced in lambdasJon Bratseth2022-02-011-0/+14
| |/
| * Shutdown executor in testHenning Baldersheim2022-01-281-1/+4
| * Use half of available cores to compile query profiles.Henning Baldersheim2022-01-281-1/+3
* | add unit testingArne H Juul2022-01-241-2/+50
|/
* deprecate Execution.fillAttributes()Arne H Juul2022-01-201-7/+9
* Merge pull request #20241 from vespa-engine/olaa/add-query-item-limitJon Bratseth2022-01-171-0/+22
|\
| * Rename treeSize functionOla Aunrønning2021-12-201-2/+2
| * Enforces limit of query tree size if configuredOla Aunrønning2021-11-261-0/+22
* | update icu4j to latest stable versionArne H Juul2022-01-171-2/+2
* | Add weakAnd grammar and parserJon Bratseth2022-01-093-23/+61
* | Merge pull request #20665 from vespa-engine/bratseth/termlistJon Bratseth2022-01-074-2/+128
|\ \
| * | Support an external list of terms in term list operatorsJon Bratseth2022-01-054-2/+128
* | | Merge pull request #20707 from vespa-engine/bratseth/clearer-error-messageJo Kristian Bergum2022-01-071-1/+1
|\ \ \
| * | | Clearer error messageJon Bratseth2022-01-071-1/+1
| |/ /
* | | Skip a TRUE positive in toString()Jon Bratseth2022-01-061-2/+2
* | | Allow negative terms only in YQLJon Bratseth2022-01-061-3/+9
* | | Default positive in NotItem to TRUE instead of nullJon Bratseth2022-01-063-7/+11
|/ /
* | Avoid hamcrestHenning Baldersheim2022-01-033-49/+41
* | Avoid deprecated APIsJon Bratseth2022-01-0317-366/+398
* | Don't require *both* curly and square brackets around annotationsJon Bratseth2021-12-222-63/+70
* | Allow keywords as YQL properties without quotingJon Bratseth2021-12-214-12/+12
* | Output YQL annotations without quotesJon Bratseth2021-12-214-72/+72
* | Allow unquoted annotationsJon Bratseth2021-12-208-186/+191
* | Don't require semicolon in YQL statementsJon Bratseth2021-12-204-134/+120
* | Upgrade Antlr4 to 4.9.3Bjørn Christian Seime2021-12-141-3/+2
* | Simplify by requiring only constants in maps and arrays at grammar levelJon Marius Venstad2021-12-141-1/+2
* | Revert "Merge pull request #20456 from vespa-engine/revert-20439-bratseth/zon...Jon Bratseth2021-12-133-9/+71
* | Revert "Add zone info to query profile context"Arnstein Ressem2021-12-103-71/+9
* | Add zone info to query profile contextJon Bratseth2021-12-093-9/+71
* | Rename method 'future' => 'completedFuture'Bjørn Christian Seime2021-12-081-3/+3
* | Deprecate methods using Guava ListenableFutureBjørn Christian Seime2021-12-082-19/+22
* | Deprecate public APIs using Guava's ListenableFutureBjørn Christian Seime2021-12-065-44/+42
|/
* Improve error message when assertion fails and poll longerBjørn Christian Seime2021-11-241-9/+8
* Add unit test of query with missing escaping and unicode charBjørn Christian Seime2021-11-221-3/+9
* Add application to systeminfoJon Bratseth2021-11-091-3/+3
* more cleanup of MatchFeatureDataArne H Juul2021-11-091-8/+6
* less duplication of hashmapsArne H Juul2021-11-091-0/+104
* Deprecate statisticsHenning Baldersheim2021-11-082-253/+0
* Add testing of grouping over multiple document typesJon Bratseth2021-11-041-25/+133
* Merge pull request #19779 from vespa-engine/arnej/add-match-features-in-protocolArne H Juul2021-11-031-1/+12
|\