summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20665 from vespa-engine/bratseth/termlistJon Bratseth2022-01-074-7/+213
|\ | | | | Support an external list of terms in term list operators
| * 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 message
| * | 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 ↵Jon Bratseth2021-12-211-50/+47
|\ | | | | | | | | vespa-engine/bratseth/output-unquoted-yql-annotations Output YQL annotations without quotes
| * 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
| | | | Remove tokens that are empty in lexer definition
* Simplify by requiring only constants in maps and arrays at grammar levelJon Marius Venstad2021-12-141-39/+9
|
* Revert "Merge pull request #20456 from ↵Jon Bratseth2021-12-133-24/+91
| | | | | | | 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-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
| | | | | | | | - 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-062-11/+28
| | | | | | | Public methods: - com.yahoo.processing.rendering.Renderer.render() - com.yahoo.search.handler.HttpSearchResponse.waitableRender() - com.yahoo.processing.rendering.AsynchronousSectionedRenderer.renderBeforeHandover()
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-039-9/+9
| | | | Replace use of Guava's `com.google.common.annotations.Beta` with custom annotation.
* 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
|
* cleanup more leftoversArne H Juul2021-11-092-6/+3
|
* more cleanup of MatchFeatureDataArne H Juul2021-11-092-9/+8
|
* less duplication of hashmapsArne H Juul2021-11-092-17/+116
| | | | | * instead of building an ObjectValue for each hit (each with its own mapping of names->values) use a shared Hashlet.
* Deprecate statisticsHenning Baldersheim2021-11-082-1/+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
|
* Merge pull request #19877 from vespa-engine/bratseh/disclose-lessHenning Baldersheim2021-11-041-28/+28
|\ | | | | Disclose less
| * Disclose lessJon Bratseth2021-11-041-10/+10
| |
| * Disclose lessJon Bratseth2021-11-041-20/+20
| |
* | Cleanup - no functional changesJon Bratseth2021-11-041-9/+9
|/
* set field "matchfeatures" if we have match featuresArne H Juul2021-11-042-1/+5
|
* Merge pull request #19845 from vespa-engine/bratseth/grouping-testsHenning Baldersheim2021-11-035-49/+41
|\ | | | | Add some tests
| * Add some testsJon Bratseth2021-11-035-49/+41
| |
* | Merge pull request #19779 from vespa-engine/arnej/add-match-features-in-protocolArne H Juul2021-11-032-0/+28
|\ \ | |/ |/| add skeleton for match features
| * drop unneccessary importsArne H Juul2021-11-031-3/+0
| |
| * change matchFeatures in LeanHit to be FeatureData directlyArne H Juul2021-10-292-15/+16
| |
| * add skeleton for match featuresArne H Juul2021-10-282-0/+30
| |
* | Disclose entries as pure itemsJon Bratseth2021-11-026-116/+135
| |
* | Correct equalsJon Bratseth2021-11-011-1/+2
| |