summaryrefslogtreecommitdiffstats
path: root/container-search/src/main
Commit message (Expand)AuthorAgeFilesLines
* Add support for controlling rank-score-drop-limit from container query time.Henning Baldersheim2023-06-232-0/+13
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-223-3/+6
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-223-6/+3
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-213-3/+6
* Non-functional changes onlyJon Bratseth2023-06-207-159/+138
* Merge pull request #27458 from vespa-engine/hmusum/fix-LoggerEntry-ByteBuffer...Harald Musum2023-06-161-4/+1
|\
| * Fix ByteBuffer usage by doing this the simple wayHarald Musum2023-06-161-4/+1
* | Enable prefix search validationJon Bratseth2023-06-161-1/+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
* Merge pull request #27382 from vespa-engine/bratseth/validate-prefix-matching...Arne H Juul2023-06-1316-79/+593
|\
| * Move to SchemaInfoJon Bratseth2023-06-1214-83/+559
| * Revert "Revert "Validate prefix matching""Jon Bratseth2023-06-073-11/+49
* | Merge pull request #27379 from vespa-engine/hmusum/always-log-if-failing-to-p...Lester Solbakken2023-06-121-4/+7
|\ \
| * | Always log when failing to process fileHarald Musum2023-06-121-4/+7
* | | Add serialization test for LoggerEntryLester Solbakken2023-06-121-1/+5
|/ /
* | Minor cleanup of RuleImporterHarald Musum2023-06-122-57/+28
* | Revert "Hmusum/revert validate semantic rules"Harald Musum2023-06-111-0/+1
* | Revert "Validate semantic rules when building config model"Harald Musum2023-06-101-1/+0
* | Validate semantic rules when building config modelHarald Musum2023-06-081-0/+1
* | ignore warmup query when measuring latency and other metricsArne Juul2023-06-081-0/+1
* | Delete spooler file when entries sent successfullyHarald Musum2023-06-072-3/+11
* | 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-063-49/+11
* Track failures and move file to failures path if more than max failuresHarald Musum2023-06-061-17/+36
* Catch all exceptions and run every secondHarald Musum2023-06-061-3/+3
* Validate prefix matchingJon Bratseth2023-06-053-11/+49
* Merge pull request #27267 from vespa-engine/bratseth/emoji-stemmingJon Bratseth2023-06-051-27/+10
|\
| * Protect against no stemsJon Bratseth2023-06-021-1/+2
| * 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
* Always treat each symbol as a separate tokenJon Bratseth2023-05-221-1/+3
* Use true start timestamp for requestBjørn Christian Seime2023-05-151-22/+14
* add filtering to hide implicitly added match featuresArne Juul2023-05-112-2/+37
* Disable string length restriction introduced in Jackson 2.15Bjørn Christian Seime2023-05-092-4/+20
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-082-2/+2
* Propagate match features to Hit in streaming search.Geir Storli2023-05-041-0/+4
* Use padded base64 encoding as that seems to be the most common format.Henning Baldersheim2023-05-021-1/+1
* move MatchFeatureData class to vespajlibArne Juul2023-04-272-94/+1
* Remove (SearchResult|DocumentSummary)(Command|Reply) storage and documentapi ...Tor Egge2023-04-211-21/+1
* Skip padding of base64 encoded data.Henning Baldersheim2023-04-191-1/+2
* All hit rendering of raw data use base64 encoding without paddingHenning Baldersheim2023-04-184-13/+4
* Merge pull request #26767 from vespa-engine/balder/unify-rendering-of-rawdataHenning Baldersheim2023-04-186-53/+33
|\
| * Consolidate rendering of raw data by using the same representation as in norm...Henning Baldersheim2023-04-186-53/+33