aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
* Cleanup - no functional changesJon Bratseth2022-10-103-19/+18
* Add test of failing transport call, should be retriedHarald Musum2022-10-061-0/+49
* Make transport return a boolean and use a function when processing filesHarald Musum2022-10-065-35/+37
* Add very simple start of spooler for entriesHarald Musum2022-10-053-4/+342
* Add a fromJson method to LoggerEntry (use when reading spooler files)Harald Musum2022-10-051-2/+18
* Use correct logger and allow executor access from subclassesHarald Musum2022-10-051-6/+5
* Update ABI specHarald Musum2022-10-051-115/+0
* Merge pull request #24181 from vespa-engine/lesters/draft-external-loggerHarald Musum2022-10-059-0/+450
|\
| * Remove PublicAPI annotationLester Solbakken2022-10-051-2/+0
| * Export logger packageLester Solbakken2022-09-233-1/+124
| * Add timestamp and query fields to json dumpLester Solbakken2022-09-222-1/+16
| * Add external logger draft codeLester Solbakken2022-09-227-0/+314
* | Remove all traces from computeCoverageFromTargetActiveDocsHenning Baldersheim2022-09-294-25/+6
* | Merge pull request #24042 from vespa-engine/bratseth/cleanup-671Jon Bratseth2022-09-232-2/+2
|\ \ | |/ |/|
| * Make list mutableJon Bratseth2022-09-231-1/+1
| * No functional changesJon Bratseth2022-09-141-1/+1
* | Add test that we calculate coverage based on target-active and reduandancy wh...Henning Baldersheim2022-09-202-24/+41
* | Use try-with-resources.Henning Baldersheim2022-09-201-158/+174
* | Chose correct "redundancy" for coverage estimation. Current default is to use...Henning Baldersheim2022-09-202-15/+21
* | Control whether to report coverage based on active or target active documents.Henning Baldersheim2022-09-193-11/+27
* | Expose target total document countHenning Baldersheim2022-09-191-0/+2
* | Clarify semantics by better naming and correct code visibilityHenning Baldersheim2022-09-145-13/+17
* | Handle array of string fields when converting the backend binary highlighting.Geir Storli2022-09-142-7/+61
* | Simplify and unify the use of Timers.Henning Baldersheim2022-09-142-17/+4
* | Factor out timeout and coverage handling to make the InterleavedSearchInvoker...Henning Baldersheim2022-09-147-130/+247
* | Also log target-active docs.Henning Baldersheim2022-09-131-0/+2
|/
* Merge pull request #24000 from vespa-engine/balder/propagate-target-active-docsHenning Baldersheim2022-09-1012-39/+50
|\
| * Add target active docs to toStringHenning Baldersheim2022-09-091-2/+3
| * soonActive => targetActiveHenning Baldersheim2022-09-0912-39/+49
| * Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-095-7/+7
* | Avoid multiple definitions of juniper::QueryItem.Tor Egge2022-09-101-1/+1
|/
* Add testsJon Bratseth2022-09-082-5/+27
* Apply aliases to sortspecJon Bratseth2022-09-084-27/+41
* Always dealias field referencesJon Bratseth2022-09-081-11/+20
* Use Java 17 constructsJon Bratseth2022-09-081-138/+84
* Send down summary-fields in present.Henning Baldersheim2022-09-021-5/+9
* GC unused parameters.Henning Baldersheim2022-09-022-31/+15
* - Add fieldlist to docsum request.Henning Baldersheim2022-09-013-3/+9
* Merge pull request #23893 from vespa-engine/arnej/optimize-field-fillerJon Bratseth2022-09-012-13/+38
|\
| * try harder to avoid disk accessArne Juul2022-09-012-13/+38
* | Merge pull request #23878 from vespa-engine/bratseth/moodel-configJon Bratseth2022-09-011-1/+1
|\ \ | |/ |/|
| * Add 'model' config typeJon Bratseth2022-08-311-1/+1
* | remove unused config variable with no effectArne Juul2022-08-291-3/+0
|/
* Fastpast HashMap and HashSetJon Bratseth2022-08-261-3/+4
* Add back newlines in comment.Henning Baldersheim2022-08-252-0/+3
* No aliasing of trace.profileDepth.Henning Baldersheim2022-08-252-2/+2
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-2511-64/+52
* Use a continous function to avoid capping.Henning Baldersheim2022-08-232-16/+14
* Separate the notion of decaying cost from averageSearchTime, which is only ne...Henning Baldersheim2022-08-233-39/+41
* Cap sampleWeight at 50%Henning Baldersheim2022-08-222-5/+12