aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/rendering
Commit message (Collapse)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
|
* rename option -> renderer.json.jsonMapsArne H Juul2021-10-051-2/+2
|
* extend unit testArne H Juul2021-10-011-2/+5
|
* change query option to "renderer.json.recognizeDeepMaps"Arne H Juul2021-10-011-2/+2
|
* simplify moreArne H Juul2021-10-011-17/+17
|
* add option to recognize maps deep inside hit fieldsArne H Juul2021-10-011-0/+45
|
* Add tensor short form format option for result renderingLester Solbakken2021-09-291-2/+49
|
* Upgrade all Jackson dependencies to 2.12.1Bjørn Christian Seime2021-02-081-1/+1
|
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-30/+12
|
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-12/+30
|
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-30/+12
| | | | | | | | Remove most usage of org.json:json Maven artifact. This library does not have a compatible license. Some usage is still left as it's part of our container-search public API. We'll need a major release to fix that. See https://github.com/vespa-engine/vespa/issues/14762 for more details.
* Avoid deprecation warningsHenning Baldersheim2019-12-192-10/+2
|
* Trace sources of query profile valuesJon Bratseth2019-10-281-2/+2
|
* Test raw fieldJon Bratseth2019-07-041-2/+2
|
* Nonfunctional changes onlyJon Bratseth2019-07-031-1/+5
|
* Override rendering of FeatureData jsonJon Bratseth2019-06-271-7/+25
|
* Add testJon Bratseth2019-06-271-1/+1
|
* Put all backend traces in an array.Henning Baldersheim2019-03-061-2/+10
|
* Get rid of escaped newlines that just hampers readability and hides the ones ↵Henning Baldersheim2019-03-061-573/+573
| | | | that actually matters.
* Allow tracing objects so that we can nest json in trace output.Henning Baldersheim2019-03-061-30/+88
|
* Render bool fields as native json bool type.Henning Baldersheim2019-01-241-1/+1
|
* Currently bool is printed as a json string.Henning Baldersheim2019-01-241-0/+2
|
* Don't expect uri fieldJon Bratseth2019-01-211-2/+0
|
* Testing of dynamic summary renderingJon Bratseth2019-01-212-118/+339
|
* Do Vespa 7 TODOsJon Bratseth2019-01-213-13/+11
|
* Rename DefaultRenderer to XmlRendererJon Bratseth2019-01-211-6/+2
|
* Fix testsJon Bratseth2018-10-161-7/+6
|
* Avoid deprecated methodJon Bratseth2018-10-163-7/+5
|
* Avoid deprecated classesJon Bratseth2018-10-161-1/+1
|
* Revert "Merge pull request #6582 from ↵Jon Bratseth2018-08-151-0/+20
| | | | | | | vespa-engine/revert-6557-revert-6553-revert-6512-henrhoi/object-structured-grouping" This reverts commit 506ea9c1367748ddd4ff20203fc13211d635f5a6, reversing changes made to 4f6b34dcf9ad904f0ddb89eb506f5920360d5344.
* Revert "Revert "Revert "Added a object structure for GroupingRequest ↵Henning Baldersheim2018-08-151-20/+0
| | | | objects, accessable from…"""
* Fix Select and grouping bugsJon Bratseth2018-08-141-0/+20
| | | | | | | | | | - Deep copy the grouping structure on query copy. It is mutable but we have neglected doing this right until now. - Fix a bug in the previous commit where the last constructed Query.Model was shared between all instances. - Fix a bug in the previous commit where the query string instead of the query tree was reset when a new select expression is set. - Don't use deprecated method. - Clean up Javadoc and formatting.
* render maps with string keys as JSON objectsArne Juul2018-06-151-0/+48
| | | | | | | | * if structured data is an array of <key,value> objects, we prefer to render it as a JSON object since it is most likely a map in the document definition. * makes docsum rendering a closer match with document rendering and feed input format.
* Avoid encoding between utf-8 and 16 unnecessarilyJon Bratseth2018-05-291-1/+1
|
* Revert "Revert "Bratseth/allocation free hit field traversal""Jon Bratseth2018-05-111-1/+0
|
* Revert "Bratseth/allocation free hit field traversal"Jon Bratseth2018-05-111-0/+1
|
* Use callback traversal in JSON rendererJon Bratseth2018-05-111-1/+0
|
* Remove LazyField (not used)Jon Bratseth2018-04-271-20/+0
|
* Update copyright headersJon Bratseth2017-06-144-4/+4
|
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+4
|
* Update copyright headersJon Bratseth2017-06-144-4/+4
|
* Revert "Copyright header"Jon Bratseth2017-06-134-4/+4
|
* Copyright headerJon Bratseth2017-06-134-4/+4
|
* Modify test to explicitly test behaviour for tracelevel=0Bjørn Christian Seime2017-03-151-33/+4
|
* Only render trace when tracelevel is higher than 0Bjørn Christian Seime2017-03-151-50/+55
|
* Finalize degraded coverage info and test it's json rendering.Henning Baldersheim2017-02-061-1/+34
|
* Also test the validator.Henning Baldersheim2017-02-031-6/+15
|
* Use json.org to double check if we output valid json.Henning Baldersheim2017-02-031-0/+11
|
* More tensor rendering testingJon Bratseth2017-01-221-9/+12
|
* Whitespace changes onlyJon Bratseth2017-01-101-30/+20
|