aboutsummaryrefslogtreecommitdiffstats
path: root/docproc
Commit message (Collapse)AuthorAgeFilesLines
* Unify on List.ofHenning Baldersheim2024-04-111-2/+1
|
* Fix failing annotator test and singletonMap => Map.ofHenning Baldersheim2024-04-111-5/+3
|
* Print doc id when failing to create concrete documents for processingjonmv2024-03-082-1/+7
|
* Move some of bratseths ownership to others.Geir Storli2024-02-281-0/+1
|
* All embedders are the sameJon Bratseth2024-02-091-1/+1
| | | | | This is to avoid a validation override from changed indexing expression when embedder details are changed.
* Add some warnings for unexpected scenariosjonmv2023-11-301-1/+5
|
* Non-funcitonal changesjonmv2023-11-305-8/+5
|
* Update copyrightJon Bratseth2023-10-0961-61/+62
|
* 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-132-1/+5
|
* 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-073-2/+25
|
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-6/+0
|
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-0/+6
|
* - Reduce usage of guava.Henning Baldersheim2022-12-011-6/+0
| | | | - Ensure that tests relying on order are determinsitic.
* Update ABI spec format, and update all specsjonmv2022-10-251-66/+66
|
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-1/+1
|
* Remove all dependencies to yoleangjoranv2022-07-131-6/+0
|
* Reapply "Bjorncs/application status handler""Bjørn Christian Seime2022-06-303-0/+65
|
* Revert "Bjorncs/application status handler"Bjørn Christian Seime2022-06-293-65/+0
|
* Simplify and improve encapsulationBjørn Christian Seime2022-06-281-9/+8
|
* Move ApplicationStatusHandler to container-discBjørn Christian Seime2022-06-283-0/+66
|
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Make Processing class final to ensure safety of protected apis.gjoranv2022-06-082-8/+4
|
* Remove now redundant suppressWarnings.gjoranv2022-06-0812-13/+0
|
* Revoke deprecated implementation classes in c.y.docproc from publicgjoranv2022-06-0831-259/+114
|
* Remove docproc.util.Splitter/Joiner document processors.gjoranv2022-06-089-424/+0
|
* Remove clientBindings on Vespa 8Jon Bratseth2022-06-081-1/+1
|
* remove more deprecated APIsArne H Juul2022-06-082-13/+0
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
| | | | Also remove some deprecated methods in ConfigGetter
* Remove explicit operation priority from DocumentAPI session public APIsTor Brede Vekterli2022-06-082-9/+0
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-082-9/+0
| | | | | | | Load types have not been properly supported for some time, so remove the remaining API surfaces exposing them. Since load type config was the last remaining use of <clients> in services.xml, remove that one as well.
* GC deprecated statistics moduleHenning Baldersheim2022-06-084-41/+1
|
* switch to new-style configArne H Juul2022-04-123-113/+200
|
* Deprecate load types from Java APIsTor Brede Vekterli2022-04-051-2/+3
| | | | | | | | | | | Load types have not been used in practice for years, and supporting them in backend metrics etc. has long since been lacking. Prepare for removing these on Vespa 8. Most callsites are unchanged, aside from presumed safe changes such as constructors used by dependency injection. Have added new overloads without load types where these did not already exist to allow for an orderly transition.
* Merge pull request #21942 from ↵Henning Baldersheim2022-04-012-4/+7
|\ | | | | | | | | vespa-engine/vekterli/deprecate-document-api-pri-methods Deprecate DocumentAPI methods using explicit operation priority [run-systemtest]
| * Deprecate DocumentAPI methods using explicit operation priorityTor Brede Vekterli2022-04-012-4/+7
| | | | | | | | | | This is functionality that made more sense when we had spinning drives and no async write scheduling in the backend. Going away on Vespa 8.
* | Deprecate Splitter- and JoinerDocumentProcessorgjoranv2022-04-013-6/+8
|/
* Update comments to reflect reality.Henning Baldersheim2022-03-241-6/+1
|
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-2/+2
|
* Fix TBD comments for Processing.setDocprocServiceRegistry()gjoranv2022-03-072-4/+4
| | | | - Method will be removed
* Update javadoc with appropriate action for getService()gjoranv2022-03-071-2/+2
|