aboutsummaryrefslogtreecommitdiffstats
path: root/docproc/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0933-33/+34
* Modernise some code, no functional changesjonmv2023-10-065-43/+31
* Isolate inner jetty server component from wrapper with filtersjonmv2023-10-051-1/+1
* forward create flagHåvard Pettersen2023-05-091-0/+1
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-2/+2
* docproc metrics as gauges instead of countersOla Aunronning2023-02-151-8/+5
* Rename docproc metricsOla Aunronning2023-02-101-9/+11
* Deprecate xml methodsHenning Baldersheim2023-01-271-0/+3
* Return builderJon Bratseth2023-01-131-0/+4
* Don't warn when 1 node is downJon Bratseth2022-12-291-2/+1
* Only sample clock when necessaryBjørn Christian Seime2022-12-071-1/+1
* Add Processing.timeLeft()Bjørn Christian Seime2022-12-072-1/+20
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-1/+1
* Reapply "Bjorncs/application status handler""Bjørn Christian Seime2022-06-302-0/+59
* Revert "Bjorncs/application status handler"Bjørn Christian Seime2022-06-292-59/+0
* Simplify and improve encapsulationBjørn Christian Seime2022-06-281-9/+8
* Move ApplicationStatusHandler to container-discBjørn Christian Seime2022-06-282-0/+60
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
* Make Processing class final to ensure safety of protected apis.gjoranv2022-06-081-2/+2
* Revoke deprecated implementation classes in c.y.docproc from publicgjoranv2022-06-0817-145/+91
* Remove docproc.util.Splitter/Joiner document processors.gjoranv2022-06-083-228/+0
* remove more deprecated APIsArne H Juul2022-06-081-12/+0
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
* Remove explicit operation priority from DocumentAPI session public APIsTor Brede Vekterli2022-06-081-7/+0
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-081-5/+0
* GC deprecated statistics moduleHenning Baldersheim2022-06-082-29/+1
* Deprecate load types from Java APIsTor Brede Vekterli2022-04-051-2/+3
* Merge pull request #21942 from vespa-engine/vekterli/deprecate-document-api-p...Henning Baldersheim2022-04-011-3/+5
|\
| * Deprecate DocumentAPI methods using explicit operation priorityTor Brede Vekterli2022-04-011-3/+5
* | Deprecate Splitter- and JoinerDocumentProcessorgjoranv2022-04-012-5/+7
|/
* Fix TBD comments for Processing.setDocprocServiceRegistry()gjoranv2022-03-072-4/+4
* Update javadoc with appropriate action for getService()gjoranv2022-03-071-2/+2
* Take a DocumentTypeManager instead of DocumentmanagerConfiggjoranv2022-03-051-2/+2
* Suppress removal warnigns for docproc APIs and add TODOs forgjoranv2022-02-281-5/+5
* Deprecate classes in com.yahoo.docproc that will be revoked from public APIgjoranv2022-02-2816-3/+57
* Find profile usagesJon Bratseth2022-02-181-1/+1
* Cannot be finalJon Bratseth2022-02-021-1/+1
* No functional changesJon Bratseth2022-02-026-48/+61
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
* Deprecate statisticsHenning Baldersheim2021-11-081-3/+8
* GC use of old metrics framework.Henning Baldersheim2021-11-055-53/+36
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-0731-31/+31
* More lazy debug log message generationJon Marius Venstad2021-04-284-11/+10
* Serialise LATER document updates only when they will be loggedJon Marius Venstad2021-04-281-1/+1
* Avoid indirection and outdated codeJon Marius Venstad2020-12-211-10/+4
* Make enum members finalJon Marius Venstad2020-11-301-3/+2
* Use "documenttype" as elsewhereJon Marius Venstad2020-10-281-1/+1
* Move MockMetric to jdisc_core test packageJon Marius Venstad2020-10-281-53/+0
* Add "documentType" to "documents_processed" metricJon Marius Venstad2020-10-283-21/+91