summaryrefslogtreecommitdiffstats
path: root/docproc
Commit message (Expand)AuthorAgeFilesLines
* Only freeze the component you fully own yourself.Henning Baldersheim2020-05-191-1/+1
* Freeze the docproc service registry to signal and ensure thread safe read on...Henning Baldersheim2020-05-192-19/+18
* Shutdown docproc thread executors.Henning Baldersheim2020-05-181-1/+2
* LogLevel -> Level for isLoggable()gjoranv2020-04-255-10/+10
* LogLevel.FATAL -> Level.SEVEREgjoranv2020-04-251-1/+1
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-2/+2
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-1/+1
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-257-16/+16
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-258-8/+8
* Priority has not been there for years....Henning Baldersheim2020-04-234-174/+1
* To avoid deadlock when doing synchrounous execution in other chains, we use o...Henning Baldersheim2020-04-236-41/+67
* Since throttling now is on the outside, and has been for 12 yearsHenning Baldersheim2020-04-175-263/+16
* Header/body does not exist anymore. Deprecate and remove own internal usage.Henning Baldersheim2020-01-301-2/+2
* Define unlimited threads to 2048 instead of 8192.Henning Baldersheim2019-09-302-1/+3
* Less unusable options.Henning Baldersheim2019-09-303-43/+6
* Only expose explicit fields in the document.Henning Baldersheim2019-08-281-5/+15
* doc: -> id:Henning Baldersheim2019-08-161-1/+1
* doc: -> id:Henning Baldersheim2019-08-1616-111/+116
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-093-36/+42
* Merge with masterJon Bratseth2019-06-281-3/+9
|\
| * Add support for upgrades of values in maps.Henning Baldersheim2019-06-281-3/+9
* | Merge with masterJon Bratseth2019-06-282-4/+41
|\|
| * Ensure that we also upgrade the struct elements in arrays.Henning Baldersheim2019-06-281-1/+16
| * Use a utility method for upgrading to concrete types.Henning Baldersheim2019-06-282-5/+25
* | Fix javadoc markupJon Bratseth2019-06-281-2/+1
* | Nonfunctional changes onlyJon Bratseth2019-06-2813-124/+121
|/
* GC unused import and code.Henning Baldersheim2019-04-102-19/+8
* Don't block thread pool if numthreads is > 0Lester Solbakken2019-03-252-7/+17
* Set number of potential docproc threads to unboundedLester Solbakken2019-03-253-4/+4
* Update abi specs for 7.gjoranv2019-01-211-3/+1
* throw away pre-6.0 codeArne Juul2019-01-211-14/+1
* track API changeArne Juul2019-01-211-12/+0
* remove unused importsArne Juul2019-01-213-6/+0
* remove deprecated methods and switch to hashmap instead of list.Henning Baldersheim2019-01-211-1/+0
* remove deprecated methodsArne Juul2019-01-211-14/+0
* stop using "header" and "body" keywordsArne Juul2019-01-212-3/+3
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
* Remove deprecated apis in docproc.gjoranv2019-01-211-16/+3
* Remove deprecated APIs.Geir Storli2019-01-211-10/+0
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+362
* Revert "Enable ABI checking on modules with public APIs"HÃ¥kon Hallingstad2019-01-042-362/+0
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+374
* Do not create static stuff you do not use.Henning Baldersheim2018-12-053-21/+5
* Deprecating a whole lot of body/header related methods that should have been ...Henning Baldersheim2018-10-312-0/+5
* Use hashmap for faster access.Henning Baldersheim2018-10-253-10/+22
* Remove BatchDocumentUpdateMessage and BatchDocumentUpdateReply fromTor Egge2018-09-254-56/+0
* Revert "Revert "Revert "Do not expose fieldupdates as a list. Hide implementa...Henning Baldersheim2018-09-183-22/+10
* Revert "Revert "Do not expose fieldupdates as a list. Hide implementation det...Henning Baldersheim2018-09-143-10/+22