summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/pagetemplates
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: Pull tracing into its own classJon Bratseth2022-06-141-1/+1
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-062-2/+2
|
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0733-33/+33
|
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-187-88/+91
| | | | | | | | | | | | | | - Add IllegalInputException to signal cases where we know the exception is caused by illegal input received from the requestor. - Only skip logging for IllegalInputException instead of the superclass IllegalArgumentException as that is also used to signal illegal arguments to methods due to bugs which are otherwise hard to debug. - Throw IllegalInputException rather than IllegalArgumentException where appropriate. - Deprecated QueryException as it was only used to be able to separate between query string and query parameter exceptions, and not doing that consistently, and is in a package we don't want more use of. - Clean up some cases where the wrong exception was thrown.
* Add/corect copyright headersJon Bratseth2020-01-031-1/+2
|
* SimplifyJon Bratseth2019-01-301-1/+0
|
* Rename DefaultRenderer to XmlRendererJon Bratseth2019-01-211-1/+2
|
* Add a testJon Bratseth2018-11-181-1/+0
|
* Avoid deprecated classesJon Bratseth2018-10-161-0/+334
|
* Avoid deprecated methodJon Bratseth2018-10-153-3/+3
|
* Revert "Revert "Bratseth/allocation free hit field traversal""Jon Bratseth2018-05-111-5/+1
|
* Revert "Bratseth/allocation free hit field traversal"Jon Bratseth2018-05-111-1/+5
|
* Iterate over fields by callbackJon Bratseth2018-05-111-5/+1
|
* Clear renderer hit groupsJon Bratseth2018-04-241-2/+8
| | | | | | | | | This allows us to stream more data than can fit in the container (across all concurrent queries), as rendered hits in completed groups can now be garbage collected. We can not deference the hit groups themselves as that entails modifying the parent list.
* Update copyright headersJon Bratseth2017-06-1433-33/+33
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1433-33/+33
|
* Update copyright headersJon Bratseth2017-06-1433-33/+33
|
* Revert "Copyright header"Jon Bratseth2017-06-1333-33/+33
|
* Copyright headerJon Bratseth2017-06-1333-33/+33
|
* use standard formatting for Override annotationArne H Juul2017-05-3013-28/+56
|
* Use github name in @authorJon Bratseth2016-06-1623-23/+23
|
* PublishJon Bratseth2016-06-1533-0/+2287