aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-07654-654/+654
* Call initService when falling back to a single nodeJon Bratseth2021-10-061-3/+3
* Merge pull request #19420 from vespa-engine/arnej/wrap-all-maps-in-json-rendererJon Bratseth2021-10-051-7/+58
|\
| * rename option -> renderer.json.jsonMapsArne H Juul2021-10-051-12/+12
| * remove debug printsArne H Juul2021-10-051-7/+0
| * change query option to "renderer.json.recognizeDeepMaps"Arne H Juul2021-10-011-12/+12
| * add option to recognize maps deep inside hit fieldsArne H Juul2021-10-011-7/+65
* | Merge pull request #19372 from vespa-engine/bratseth/pass-destinationJon Bratseth2021-10-016-18/+23
|\ \ | |/ |/|
| * Encapsulate in a contextJon Bratseth2021-10-011-1/+6
| * Pass destinationJon Bratseth2021-09-306-19/+19
* | GC unused importsHenning Baldersheim2021-09-301-2/+0
* | Merge branch 'master' into balder/do-not-depend-on-clusterinfoHenning Baldersheim2021-09-30245-4061/+4595
|\|
| * Add tensor short form format option for result renderingLester Solbakken2021-09-292-28/+46
| * encode -> embedJon Bratseth2021-09-2810-56/+47
| * YQL programCompileExceptions are IllegalInputExceptionsJon Bratseth2021-09-211-22/+3
| * Encode tensors passed as encode(text)Jon Bratseth2021-09-2011-28/+215
| * Merge pull request #19003 from takamabe/correct_heuristic_for_negativeItemJon Bratseth2021-09-101-0/+4
| |\
| | * correct heuristic for -(N)takamabe2021-09-081-0/+4
| * | set timeout for clone querytakamabe2021-08-271-0/+1
| |/
| * Change unit to nano secondsBjørn Christian Seime2021-07-121-3/+2
| * Change metric name to 'jdisc.render.latency'Bjørn Christian Seime2021-07-121-1/+1
| * Non-functional changes onlyJon Bratseth2021-07-103-8/+7
| * Merge pull request #18511 from vespa-engine/bratseth/unbalanced-with-few-docsHenning Baldersheim2021-07-026-51/+50
| |\
| | * Enable top-k optimization only if balanced and non-sparseJon Bratseth2021-07-023-11/+18
| | * Separate balanced and sparseJon Bratseth2021-07-022-26/+25
| | * Infer groupJon Bratseth2021-07-025-22/+15
| * | Correctly track start time for synchronous rendererBjørn Christian Seime2021-07-011-2/+5
| * | Add metric for render latencyBjørn Christian Seime2021-07-012-5/+31
| * | Don't use raw type - specify type argumentsBjørn Christian Seime2021-07-012-13/+12
| |/
| * Cast to MessageBusDocumentAccess only where neededJon Marius Venstad2021-06-302-1/+4
| * Use an injected VespaDocumentAccess for streaming searchJon Marius Venstad2021-06-303-69/+44
| * Allow deviation of at least 1 documentHarald Musum2021-06-301-1/+5
| * No functional changesJon Bratseth2021-06-281-24/+6
| * No functional changesJon Bratseth2021-06-252-2/+4
| * Various cleanup when reading grouping code.Henning Baldersheim2021-06-161-1/+6
| * Gc unused config options: min-group-coverage and max nodes per groupJon Bratseth2021-06-154-7/+9
| * Merge pull request #18252 from vespa-engine/arnej/multiple-doc-types-nnArne H Juul2021-06-151-16/+28
| |\
| | * allow multiple tensor types for same nameArne Juul2021-06-141-16/+28
| * | Remove Beta annotationJon Bratseth2021-06-141-2/+0
| |/
| * No functional changesJon Bratseth2021-06-104-4/+3
| * Point to docJon Bratseth2021-06-031-4/+5
| * No functional changesJon Bratseth2021-05-207-27/+17
| * Merge pull request #17906 from vespa-engine/bratseth/query-profile-type-inher...Jon Bratseth2021-05-204-7/+7
| |\
| | * Let child fields override parentsJon Bratseth2021-05-191-4/+6
| | * Non-functional changes onlyJon Bratseth2021-05-193-3/+1
| * | Prepare for raw fields to be presented as base64 encoded in summary.Henning Baldersheim2021-05-194-1/+45
| |/
| * Revert "Revert "Don't consider number of working nodes in coverage""Jon Bratseth2021-05-112-22/+6
| * Revert "Don't consider number of working nodes in coverage"Jon Bratseth2021-05-102-6/+22
| * Don't consider number of working nodes in coverageJon Bratseth2021-05-102-22/+6
| * Don't dispatch on zero time leftBjørn Christian Seime2021-05-101-1/+1