summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #26754 from vespa-engine/bratseth/jdk20Jon Bratseth2023-04-183-4/+4
|\ \ | |/ |/|
| * Build with jdk20Jon Bratseth2023-04-173-4/+4
* | Only raw type is needed.Henning Baldersheim2023-04-181-1/+3
* | Render raw results in grouping as base64 instead of stringHenning Baldersheim2023-04-172-11/+23
* | No paddingHenning Baldersheim2023-04-173-4/+6
* | Render raw values in grouping as base64.Henning Baldersheim2023-04-173-9/+14
|/
* Revert "- HashMap over TreeMap when order des not matter."Bjørn Christian Seime2023-04-114-43/+75
* Revert "Move schema resolving to separate helper class"Bjørn Christian Seime2023-04-112-66/+33
* Merge pull request #26641 from vespa-engine/balder/control-slime-decodingHenning Baldersheim2023-03-302-3/+21
|\
| * Use the summary decode policy to select Inspector implementations.Henning Baldersheim2023-03-301-1/+6
| * Propagate the configured slime decode type into the rpc summary handling.Henning Baldersheim2023-03-302-2/+15
* | Also create the statically generated CompoundNames in Query class with Compou...Henning Baldersheim2023-03-291-11/+10
* | - Use CompoundName.fromHenning Baldersheim2023-03-298-13/+12
* | Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-2937-193/+177
|/
* Update ABIHenning Baldersheim2023-03-291-1/+1
* Stay with from.Henning Baldersheim2023-03-291-5/+5
* - Avoid creating a lot of temporary CompoundNames by caching them.Henning Baldersheim2023-03-281-7/+15
* Construct compoundname from cache in Query.setPropertiesFromRequestMapHenning Baldersheim2023-03-281-4/+5
* Enforce that sorting is not enabled when using global-phaseBjørn Christian Seime2023-03-282-16/+35
* Move schema resolving to separate helper classBjørn Christian Seime2023-03-282-33/+66
* Reorder importsBjørn Christian Seime2023-03-281-2/+2
* - HashMap over TreeMap when order des not matter.Henning Baldersheim2023-03-284-75/+43
* Allow composites with uniqueId to included as well.Henning Baldersheim2023-03-281-7/+5
* - Count number of items in the tree that has a unique id.Henning Baldersheim2023-03-281-17/+28
* Cache the generated temporary CompoundName keys.Henning Baldersheim2023-03-272-9/+8
* Avoid constructor with magic that is not understandableHenning Baldersheim2023-03-232-4/+8
* Add test showing behaviour when using 0Henning Baldersheim2023-03-221-0/+1
* It is enough to have a single document to verify that the corpus is OK.Henning Baldersheim2023-03-221-1/+1
* Properly propagate sortdata up from VdsStreamingSearcherHenning Baldersheim2023-03-221-0/+3
* Make RawBase64 Comparable to avoid fallback to comparing toString().Henning Baldersheim2023-03-221-1/+7
* Avoid using Hit.fields()Henning Baldersheim2023-03-213-6/+8
* Allocate array once by presizingHenning Baldersheim2023-03-211-1/+1
* Use enums for remaining container metrics.yngveaasheim2023-03-151-2/+2
* Deprecate creatorJon Bratseth2023-03-144-21/+25
* Merge pull request #26347 from vespa-engine/bjorncs/global-phaseBjørn Christian Seime2023-03-082-20/+10
|\
| * Only setup `RankProfilesEvaluator` for schemas with 'global-phase'Bjørn Christian Seime2023-03-072-20/+10
* | Listen to correct trace.query parameterJo Kristian Bergum2023-03-071-5/+3
|/
* use same criteria for rescale as second-phase doesArne Juul2023-03-061-4/+6
* use common utility and constantArne Juul2023-03-022-2/+4
* Merge pull request #26229 from vespa-engine/arnej/global-phase-data-from-proxyArne H Juul2023-03-012-38/+56
|\
| * - fail component creation on invalid config.Arne Juul2023-03-012-20/+13
| * use GlobalPhaseData from proxyArne Juul2023-02-281-38/+10
| * extract GlobalPhaseData from rank-profiles configArne Juul2023-02-281-0/+53
* | Introduce feature flag to enable global phaseBjørn Christian Seime2023-02-281-1/+4
|/
* Merge pull request #26179 from vespa-engine/arnej/add-new-components-4Arne H Juul2023-02-289-5/+453
|\
| * rename factory class alsoArne Juul2023-02-282-4/+4