summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Wire in property presentation.format.tensors with alias format.tensorsJon Bratseth2022-02-076-69/+109
* Deprecate binary encoding outside VDSJon Bratseth2022-02-063-18/+95
* cosmetic fix to error messageArne H Juul2022-02-031-1/+1
* in v8 mode, transfer "external" location into a query itemArne H Juul2022-02-031-1/+21
* - Name the monitor thread and make it a daemon.Henning Baldersheim2022-02-035-11/+16
* Revert "Use LinkedHashMap to get deterministic config order"Jon Bratseth2022-02-021-1/+1
* Use LinkedHashMap to get deterministic config orderJon Bratseth2022-02-021-1/+1
* Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-021-0/+1
|\
| * Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
* | Stick to single thread until concurrency issue has been sorted out.Henning Baldersheim2022-02-011-1/+1
* | remove unused PAREN in enumArne H Juul2022-01-311-1/+1
|/
* Merge pull request #20979 from vespa-engine/bratseth/rank-profile-multiple-in...Harald Musum2022-01-282-8/+8
|\
| * Support multiple inheritance of rank profilesJon Bratseth2022-01-282-8/+8
* | 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-281-4/+24
|/
* Deprecate package c.y.log.event.gjoranv2022-01-252-1/+1
* Manually handle interrupts in CompiledQueryProfileRegistry ctorBjørn Christian Seime2022-01-211-0/+9
* Merge pull request #20866 from vespa-engine/bratseth/produce-allJon Bratseth2022-01-2022-263/+354
|\
| * CleanupJon Bratseth2022-01-203-50/+50
| * Support producing all clauses in a referenced conditionJon Bratseth2022-01-1920-234/+325
* | deprecate Execution.fillAttributes()Arne H Juul2022-01-205-15/+28
* | Deprecate LoggingRequestHandler (replaced by ThreadedHttpReqHndlr)gjoranv2022-01-181-0/+1
* | Keep LoggingRequestHandler as base class for public api handlers.gjoranv2022-01-171-2/+2
* | Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-4/+2
* | Merge pull request #20241 from vespa-engine/olaa/add-query-item-limitJon Bratseth2022-01-173-2/+44
|\ \ | |/ |/|
| * Rename treeSize functionOla Aunrønning2021-12-203-3/+3
| * Update container-search/src/main/java/com/yahoo/search/query/QueryTree.javaOla Aunrønning2021-12-201-1/+1
| * Include actual item count in error messageOla Aunrønning2021-11-261-1/+2
| * Include item limit in error messageOla Aunrønning2021-11-261-1/+1
| * Adds query_item_count metricOla Aunrønning2021-11-261-0/+7
| * Enforces limit of query tree size if configuredOla Aunrønning2021-11-262-2/+36
* | Merge pull request #20761 from vespa-engine/bjorncs/cleanupgjoranv2022-01-111-1/+1
|\ \
| * | 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-112-19/+7
|/ /
* | Stem by linguistics in rule basesJon Bratseth2022-01-1012-147/+167
* | Add weakAnd grammar and parserJon Bratseth2022-01-095-37/+57
* | Merge pull request #20665 from vespa-engine/bratseth/termlistJon Bratseth2022-01-074-7/+213
|\ \
| * | Support an external list of terms in term list operatorsJon Bratseth2022-01-054-7/+213
* | | 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-20/+17
* | | Allow negative terms only in YQLJon Bratseth2022-01-061-5/+11
* | | Default positive in NotItem to TRUE instead of nullJon Bratseth2022-01-066-38/+21
|/ /
* | Don't require *both* curly and square brackets around annotationsJon Bratseth2021-12-221-3/+1
* | Use snake case consistentlyJon Bratseth2021-12-211-59/+59
* | Allow keywords as YQL properties without quotingJon Bratseth2021-12-211-1/+1
* | Merge pull request #20605 from vespa-engine/bratseth/output-unquoted-yql-anno...Jon Bratseth2021-12-211-50/+47
|\ \
| * | Output YQL annotations without quotesJon Bratseth2021-12-211-50/+47
* | | Remove 'module' remnantsJon Bratseth2021-12-203-11/+4
|/ /
* | Allow unquoted annotationsJon Bratseth2021-12-201-3/+2