summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27703 from vespa-engine/jonmv/reconfigure-dispatchJon Marius Venstad2023-07-101-10/+4
|\ | | | | Avoid overflow for 146 years of JVM time for common timers
| * Avoid overflow for 146 years of JVM time for common timersjonmv2023-07-071-10/+4
| |
* | Merge pull request #27701 from vespa-engine/bratseth/disk-limitJon Bratseth2023-07-071-1/+0
|\ \ | |/ |/| Bratseth/disk limit
| * Move disk limit check to NodeResourceLimitsJon Bratseth2023-07-051-1/+0
| |
* | Another potential overflow (not really, since trunc milis in a long, but ↵jonmv2023-07-071-1/+1
| | | | | | | | that could change)
* | Avoid overflow for warmup end time computationjonmv2023-07-073-9/+11
| |
* | Follow API changejonmv2023-07-061-1/+1
|/
* Handle sorting on multivalue attributes.Tor Egge2023-07-043-3/+14
|
* Add workaround for handling of unary minus operator in combination with ↵Bjørn Christian Seime2023-06-272-4/+17
| | | | `Long.MIN_VALUE`
* Add support for controlling rank-score-drop-limit from container query time.Henning Baldersheim2023-06-233-0/+16
|
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-224-4/+8
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-224-8/+4
|
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-214-4/+8
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Correct typoJon Bratseth2023-06-211-1/+1
|
* Non-functional changes onlyJon Bratseth2023-06-2010-221/+205
|
* Merge pull request #27458 from ↵Harald Musum2023-06-161-4/+1
|\ | | | | | | | | vespa-engine/hmusum/fix-LoggerEntry-ByteBuffer-usage Fix ByteBuffer usage by doing this the simple way
| * Fix ByteBuffer usage by doing this the simple wayHarald Musum2023-06-161-4/+1
| |
* | Enable prefix search validationJon Bratseth2023-06-162-3/+1
|/
* Increase max rendering queue from 100 to 500Jon Bratseth2023-06-141-1/+1
|
* Non-functional changes onlyJon Bratseth2023-06-131-2/+1
|
* Use a bound queue for rendering tasksJon Bratseth2023-06-132-10/+40
| | | | | If we add rendering tasks faster than we are able to complete them we may run out of memory, so bound the queue.
* Merge pull request #27382 from ↵Arne H Juul2023-06-1328-155/+935
|\ | | | | | | | | vespa-engine/bratseth/validate-prefix-matching-take-2-alternative-ending Bratseth/validate prefix matching take 2 alternative ending
| * Move to SchemaInfoJon Bratseth2023-06-1226-182/+901
| | | | | | | | | | | | | | Add the missing constructs to SchemaInfo to be able to use it in place of IndexFacts for validation, and rewrite QueryValidator to use it. The new validation (for prefix search on indexes) is disabled until this is verified, so this should be a no-op.
| * Revert "Revert "Validate prefix matching""Jon Bratseth2023-06-074-24/+85
| | | | | | | | This reverts commit 875018f7acb1bbd9f186b97d177be296ff157ba7.
* | Merge pull request #27379 from ↵Lester Solbakken2023-06-121-4/+7
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/always-log-if-failing-to-process-file Always log when failing to process file
| * | Always log when failing to process fileHarald Musum2023-06-121-4/+7
| | |
* | | Add serialization test for LoggerEntryLester Solbakken2023-06-122-1/+36
|/ /
* | Update and cleanup testHarald Musum2023-06-122-26/+29
| |
* | Minor cleanup of RuleImporterHarald Musum2023-06-122-57/+28
| | | | | | | | Use actual rule name instead of 'semantic-rules.cfg'
* | Revert "Hmusum/revert validate semantic rules"Harald Musum2023-06-112-1/+1
| |
* | Revert "Validate semantic rules when building config model"Harald Musum2023-06-102-1/+1
| | | | | | | | This reverts commit fa0044d92067bfe91a104d0a6bb6b085c0b9439e.
* | Validate semantic rules when building config modelHarald Musum2023-06-082-1/+1
| |
* | ignore warmup query when measuring latency and other metricsArne Juul2023-06-081-0/+1
| |
* | Delete spooler file when entries sent successfullyHarald Musum2023-06-073-3/+40
| |
* | Don't encode blob twice in toString()Harald Musum2023-06-071-3/+5
|/
* Make constructor public, used in system testsHarald Musum2023-06-061-5/+6
|
* Revert "Validate prefix matching"Harald Musum2023-06-064-85/+24
|
* Track failures and move file to failures path if more than max failuresHarald Musum2023-06-062-33/+119
|
* Catch all exceptions and run every secondHarald Musum2023-06-061-3/+3
|
* Validate prefix matchingJon Bratseth2023-06-054-24/+85
|
* Merge pull request #27267 from vespa-engine/bratseth/emoji-stemmingJon Bratseth2023-06-052-46/+33
|\ | | | | Bratseth/emoji stemming
| * Test multiple emojisJon Bratseth2023-06-021-0/+3
| |
| * Test single emojiJon Bratseth2023-06-021-0/+6
| |
| * Protect against no stemsJon Bratseth2023-06-022-20/+16
| |
| * Cleanup, no functional changesJon Bratseth2023-06-021-26/+8
| |
* | Unranked and 0 hitsjonmv2023-06-021-1/+4
| |
* | Reduce log level for failed warmup, and provide a nullInputStreamjonmv2023-06-021-2/+5
| |
* | 2s timeout for warmp queryjonmv2023-06-011-1/+1
| |
* | Fire a dummy query at end of search handler constructorjonmv2023-06-011-0/+12
|/
* Scaling-duration cleanupJon Bratseth2023-05-241-3/+1
| | | | | - Let ClusterModel define min scaling duration - Use min values as defaults