summaryrefslogtreecommitdiffstats
path: root/container-search/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
| | | | Remove tokens that are empty in lexer definition
* Simplify by requiring only constants in maps and arrays at grammar levelJon Marius Venstad2021-12-143-65/+19
|
* Revert "Merge pull request #20456 from ↵Jon Bratseth2021-12-136-33/+162
| | | | | | | vespa-engine/revert-20439-bratseth/zoneinfo-in-query-profile-context" This reverts commit 2780822f7d1fc66ea2833b2b7aaa2b9cb74f5833, reversing changes made to 8ff6429daf9a695f2fa5d45a8033c75fdadfcfe2.
* Revert "Add zone info to query profile context"Arnstein Ressem2021-12-106-162/+33
|
* Merge pull request #20439 from ↵Jon Bratseth2021-12-106-33/+162
|\ | | | | | | | | vespa-engine/bratseth/zoneinfo-in-query-profile-context Add zone info to query profile context
| * 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
| | | | | | | | | | | | | | | | - com.yahoo.processing.Response.recursiveComplete() - com.yahoo.processing.response.DataList.complete() - com.yahoo.processing.response.IncomingData.completed() Also fixes bug in FutureResponse where `get()` does not return value produced by async task.
| * Deprecate public APIs using Guava's ListenableFutureBjørn Christian Seime2021-12-067-55/+70
| | | | | | | | | | | | | | Public methods: - com.yahoo.processing.rendering.Renderer.render() - com.yahoo.search.handler.HttpSearchResponse.waitableRender() - com.yahoo.processing.rendering.AsynchronousSectionedRenderer.renderBeforeHandover()
* | Restore fileJon Bratseth2021-12-061-0/+4
| |
* | Merge branch 'master' into bratseth/ignore-warmup-periodJon Bratseth2021-12-069-9/+9
|\|
| * Add custom `@Beta` annotationBjørn Christian Seime2021-12-039-9/+9
| | | | | | | | Replace use of Guava's `com.google.common.annotations.Beta` with custom annotation.
* | Ignore warmup periodJon Bratseth2021-12-061-2/+0
|/
* Cleanup: No functional changesJon Bratseth2021-11-302-8/+2
|
* Improve error message when assertion fails and poll longerBjørn Christian Seime2021-11-241-9/+8
|
* 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
|
* Add unit test of query with missing escaping and unicode charBjørn Christian Seime2021-11-221-3/+9
|
* 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
|
* Add application to systeminfoJon Bratseth2021-11-091-3/+3
|
* cleanup more leftoversArne H Juul2021-11-092-6/+3
|
* more cleanup of MatchFeatureDataArne H Juul2021-11-093-17/+14
|
* less duplication of hashmapsArne H Juul2021-11-093-17/+220
| | | | | * instead of building an ObjectValue for each hit (each with its own mapping of names->values) use a shared Hashlet.
* Deprecate statisticsHenning Baldersheim2021-11-084-254/+9
|
* GC old way of collection metrics and logging to file.Henning Baldersheim2021-11-051-68/+38
|
* GC old way of collection metrics and logging to file.Henning Baldersheim2021-11-051-24/+1
|
* No need to log metrics anymore.Henning Baldersheim2021-11-051-21/+1
|
* Log number of working/nodes and nodes.Henning Baldersheim2021-11-054-9/+5
|