aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21748 from vespa-engine/bjorncs/default-max-groupingJon Bratseth2022-03-181-0/+30
|\ | | | | Introduce query parameters for default max hits/groups in grouping qu…
| * Introduce query parameters for default max hits/groups in grouping queriesBjørn Christian Seime2022-03-181-0/+30
| |
* | Non-functional changesJon Marius Venstad2022-03-181-1/+1
|/
* Merge pull request #21611 from vespa-engine/bratseth/dispatchHenning Baldersheim2022-03-091-14/+11
|\ | | | | Bratseth/dispatch
| * SimplifyJon Bratseth2022-03-091-9/+10
| |
| * CleanupJon Bratseth2022-03-091-2/+0
| |
| * Don't assume equal-sized groupsJon Bratseth2022-03-091-3/+1
| |
* | Add FlatteningSearcherJon Bratseth2022-03-073-4/+128
|/
* Merge grouping results incrementally in search invokerBjørn Christian Seime2022-03-012-1/+41
|
* 'tokenize', to make this work better as a query typeJon Bratseth2022-02-231-4/+4
|
* Add grammar:noneJon Bratseth2022-02-231-0/+19
|
* Merge branch 'master' into arnej/wset-and-map-renderingArne H Juul2022-02-1110-19/+102
|\ | | | | | | | | Conflicts: container-search/src/main/java/com/yahoo/search/rendering/JsonRenderer.java
| * Handle query profile values in type checkingJon Bratseth2022-02-081-0/+15
| |
| * Revert "Revert "Bratseth/presentation format tensors""Jon Bratseth2022-02-084-9/+55
| | | | | | | | This reverts commit 154c8837f1ca166816d289db82fed90baca72e54.
| * 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
| | | | | | | | | | | | | | - Move presentation.format.tensors from JsonRenderer to Presentation - Add aliases recursively - Allow compound aliases - Allow a query profile type to describe its own value
| * - 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-023-7/+11
| |\ | | | | | | Deprecate config.subscription
| | * Stop using deprecated ConfigGetter methodgjoranv2022-01-312-6/+11
| | |
| | * Remove redundant suppressiongjoranv2022-01-311-1/+0
| | |
| * | Import types referenced in lambdasJon Bratseth2022-02-011-0/+14
| | |
| * | Don't call deprecated method in testTor Brede Vekterli2022-01-311-1/+0
| |/
| * 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
|/
* Merge pull request #20866 from vespa-engine/bratseth/produce-allJon Bratseth2022-01-208-19/+61
|\ | | | | Support producing all clauses in a referenced condition
| * CleanupJon Bratseth2022-01-203-5/+5
| |
| * Support producing all clauses in a referenced conditionJon Bratseth2022-01-195-14/+56
| |
* | deprecate Execution.fillAttributes()Arne H Juul2022-01-201-7/+9
| | | | | | | | | | | | | | * we want to make some slight changes here for Vespa 8, and hopefully get rid of this completely for Vespa 9. Prepare for this by marking the old method (and public constant) as deprecated, and explain what should be used instead.
* | Merge pull request #20241 from vespa-engine/olaa/add-query-item-limitJon Bratseth2022-01-172-0/+34
|\ \ | | | | | | Add query item limit
| * | Rename treeSize functionOla Aunrønning2021-12-201-2/+2
| | |
| * | Include actual item count in error messageOla Aunrønning2021-11-261-1/+1
| | |
| * | Include item limit in error messageOla Aunrønning2021-11-261-1/+1
| | |
| * | Enforces limit of query tree size if configuredOla Aunrønning2021-11-262-0/+34
| | |
* | | update icu4j to latest stable versionArne H Juul2022-01-171-2/+2
| |/ |/| | | | | | | | | | | | | * note: this adds support for newer Unicode versions, so will give changed collation for text that use characters that are newly added. For example, Unicode 14 adds three glyphs U+9FFD, U+9FFE, and U+9FFF requested by the Macao Special Administrative Region: https://appsrv.cse.cuhk.edu.hk/~irg/irg/irg53/IRGN2430R.pdf
* | Propagate the original term in the evaluationJon Bratseth2022-01-112-0/+38
| |
* | Stem by linguistics in rule basesJon Bratseth2022-01-1015-104/+221
| | | | | | | | Also add a @language directive to stem in other languages than english.
* | Add weakAnd grammar and parserJon Bratseth2022-01-094-24/+62
| |
* | Merge pull request #20665 from vespa-engine/bratseth/termlistJon Bratseth2022-01-074-2/+128
|\ \ | | | | | | Support an external list of terms in term list operators
| * | 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 message
| * | | Clearer error messageJon Bratseth2022-01-071-1/+1
| |/ /
* | | Skip a TRUE positive in toString()Jon Bratseth2022-01-062-4/+4
| | |
* | | Allow negative terms only in YQLJon Bratseth2022-01-061-3/+9
| | |
* | | Default positive in NotItem to TRUE instead of nullJon Bratseth2022-01-067-18/+22
|/ /
* | Avoid hamcrestHenning Baldersheim2022-01-033-49/+41
| |
* | Avoid deprecated APIsJon Bratseth2022-01-0318-389/+413
| |
* | 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
| |