summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Upgrade Antlr4 to 4.9.3Bjørn Christian Seime2021-12-141-5/+3
* | Simplify by requiring only constants in maps and arrays at grammar levelJon Marius Venstad2021-12-141-39/+9
* | Revert "Merge pull request #20456 from vespa-engine/revert-20439-bratseth/zon...Jon Bratseth2021-12-133-24/+91
* | Revert "Add zone info to query profile context"Arnstein Ressem2021-12-103-91/+24
* | Add zone info to query profile contextJon Bratseth2021-12-093-24/+91
* | Rename method 'future' => 'completeFuture'Bjørn Christian Seime2021-12-081-1/+1
* | Deprecate methods using Guava ListenableFutureBjørn Christian Seime2021-12-081-2/+10
* | Deprecate public APIs using Guava's ListenableFutureBjørn Christian Seime2021-12-062-11/+28
* | Add custom `@Beta` annotationBjørn Christian Seime2021-12-039-9/+9
* | Cleanup: No functional changesJon Bratseth2021-11-302-8/+2
|/
* Prepare for upgrading antlr by using recommended approach for lowercasing.Henning Baldersheim2021-11-234-104/+97
* GC unused and deprecated codeHenning Baldersheim2021-11-223-48/+13
* Revert "antlr4 4.5 -> 4.9.3"Henning Baldersheim2021-11-221-12/+32
* Follow api changes and some minor cleanup.Henning Baldersheim2021-11-181-32/+12
* Propagate exceptions from task execution to mergedJon Bratseth2021-11-151-2/+4