aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src
Commit message (Expand)AuthorAgeFilesLines
* 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-2031-285/+423
|\
| * 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
* | 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-175-2/+78
|\ \
| * | 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
| * | 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
* | | 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 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
* | 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 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 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 vespa-engine/bratseth/output-unquoted-yql-anno...Jon Bratseth2021-12-216-123/+124
|\ \
| * | Output YQL annotations without quotesJon Bratseth2021-12-216-123/+124
* | | Remove 'module' remnantsJon Bratseth2021-12-204-20/+4
|/ /
* | Allow unquoted annotationsJon Bratseth2021-12-2012-208/+208
* | Don't require semicolon in YQL statementsJon Bratseth2021-12-205-135/+121
* | Upgrade Antlr4 to 4.9.3Bjørn Christian Seime2021-12-143-10/+5
* | Simplify by requiring only constants in maps and arrays at grammar levelJon Marius Venstad2021-12-143-65/+19
* | Revert "Merge pull request #20456 from vespa-engine/revert-20439-bratseth/zon...Jon Bratseth2021-12-136-33/+162
* | Revert "Add zone info to query profile context"Arnstein Ressem2021-12-106-162/+33
* | Merge pull request #20439 from vespa-engine/bratseth/zoneinfo-in-query-profil...Jon Bratseth2021-12-106-33/+162
|\ \
| * | Add zone info to query profile contextJon Bratseth2021-12-096-33/+162
* | | Merge branch 'master' into bratseth/ignore-warmup-periodJon Bratseth2021-12-099-75/+101
|\| |
| * | Rename method 'future' => 'completedFuture'Bjørn Christian Seime2021-12-081-3/+3
| * | Rename method 'future' => 'completeFuture'Bjørn Christian Seime2021-12-081-1/+1
| * | Deprecate methods using Guava ListenableFutureBjørn Christian Seime2021-12-083-21/+32
| * | Deprecate public APIs using Guava's ListenableFutureBjørn Christian Seime2021-12-067-55/+70