aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Import types referenced in lambdasJon Bratseth2022-02-011-0/+14
| | |/ | |/|
| * | Merge pull request #21001 from ↵Henning Baldersheim2022-01-311-1/+0
| |\ \ | | | | | | | | | | | | | | | | vespa-engine/vekterli/deprecate-legacy-visitor-functionality Deprecate legacy visitor functionality
| | * | Don't call deprecated method in testTor Brede Vekterli2022-01-311-1/+0
| | |/
| * / remove unused PAREN in enumArne H Juul2022-01-311-1/+1
| |/
| * Merge pull request #20979 from ↵Harald Musum2022-01-282-8/+8
| |\ | | | | | | | | | | | | vespa-engine/bratseth/rank-profile-multiple-inheritance Bratseth/rank profile multiple inheritance
| | * Support multiple inheritance of rank profilesJon Bratseth2022-01-282-8/+8
| | |
| * | Shutdown executor in testHenning Baldersheim2022-01-281-1/+4
| | |
| * | Run with 20% of cores at lowest priority.Henning Baldersheim2022-01-281-2/+11
| | |
| * | Use half of available cores to compile query profiles.Henning Baldersheim2022-01-282-5/+27
| |/
| * Deprecate package c.y.log.event.gjoranv2022-01-252-1/+1
| |
| * Manually handle interrupts in CompiledQueryProfileRegistry ctorBjørn Christian Seime2022-01-211-0/+9
| |
* | add unit testingArne H Juul2022-01-241-2/+50
| |
* | refactorArne H Juul2022-01-241-28/+25
| |
* | let us not have too many tuning parameters yetArne H Juul2022-01-211-4/+3
| |
* | configurable rendering of map and weightedset in fieldsArne H Juul2022-01-211-76/+159
|/
* Merge pull request #20866 from vespa-engine/bratseth/produce-allJon Bratseth2022-01-2031-285/+423
|\ | | | | Support producing all clauses in a referenced condition
| * CleanupJon Bratseth2022-01-206-55/+55
| |
| * Support producing all clauses in a referenced conditionJon Bratseth2022-01-1926-251/+389
| |
* | deprecate Execution.fillAttributes()Arne H Juul2022-01-206-22/+37
| | | | | | | | | | | | | | * 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.
* | Deprecate LoggingRequestHandler (replaced by ThreadedHttpReqHndlr)gjoranv2022-01-181-0/+1
| |
* | Keep LoggingRequestHandler as base class for public api handlers.gjoranv2022-01-171-2/+2
| | | | | | | | (AbstractProcessingHandler and SearchHandler)
* | Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-4/+2
| |
* | Merge pull request #20241 from vespa-engine/olaa/add-query-item-limitJon Bratseth2022-01-175-2/+78
|\ \ | | | | | | Add query item limit
| * | Rename treeSize functionOla Aunrønning2021-12-204-5/+5
| | |
| * | Update container-search/src/main/java/com/yahoo/search/query/QueryTree.javaOla Aunrønning2021-12-201-1/+1
| | | | | | | | | Co-authored-by: Jon Bratseth <bratseth@oath.com>
| * | Include actual item count in error messageOla Aunrønning2021-11-262-2/+3
| | |
| * | Include item limit in error messageOla Aunrønning2021-11-262-2/+2
| | |
| * | Adds query_item_count metricOla Aunrønning2021-11-261-0/+7
| | |
| * | Enforces limit of query tree size if configuredOla Aunrønning2021-11-264-2/+70
| | |
* | | 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
* | | Readuce minimum direct memory size from 75m to 16mHenning Baldersheim2022-01-141-1/+1
| |/ |/|
* | Merge pull request #20761 from vespa-engine/bjorncs/cleanupgjoranv2022-01-111-1/+1
|\ \ | | | | | | Don't expose types that are not available from other bundles
| * | Don't expose types that are not available from other bundlesBjørn Christian Seime2022-01-111-1/+1
| | |
* | | Propagate the original term in the evaluationJon Bratseth2022-01-114-19/+45
|/ /
* | Stem by linguistics in rule basesJon Bratseth2022-01-1028-337/+499
| | | | | | | | Also add a @language directive to stem in other languages than english.
* | Add weakAnd grammar and parserJon Bratseth2022-01-099-61/+119
| |
* | Merge pull request #20665 from vespa-engine/bratseth/termlistJon Bratseth2022-01-078-9/+341
|\ \ | | | | | | Support an external list of terms in term list operators
| * | Support an external list of terms in term list operatorsJon Bratseth2022-01-058-9/+341
| | |
* | | Merge pull request #20707 from vespa-engine/bratseth/clearer-error-messageJo Kristian Bergum2022-01-072-2/+2
|\ \ \ | | | | | | | | Clearer error message
| * | | Clearer error messageJon Bratseth2022-01-072-2/+2
| |/ /
* | | Skip a TRUE positive in toString()Jon Bratseth2022-01-063-24/+21
| | |
* | | Allow negative terms only in YQLJon Bratseth2022-01-062-8/+20
| | |
* | | Default positive in NotItem to TRUE instead of nullJon Bratseth2022-01-0613-56/+43
|/ /
* | 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-224-66/+72
| |
* | Use snake case consistentlyJon Bratseth2021-12-212-106/+106
| |
* | Allow keywords as YQL properties without quotingJon Bratseth2021-12-216-17/+17
| |
* | Merge pull request #20605 from ↵Jon Bratseth2021-12-216-123/+124
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/output-unquoted-yql-annotations Output YQL annotations without quotes
| * | Output YQL annotations without quotesJon Bratseth2021-12-216-123/+124
| | |