aboutsummaryrefslogtreecommitdiffstats
path: root/docprocs
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-099-9/+9
|
* Resolve parent before childrenJon Bratseth2023-04-141-0/+1
|
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
| | | | Removed in maven-deploy-plugin 3.0 and later, see https://issues.apache.org/jira/browse/MDEPLOY-240
* Retrieve execution value explicitly by '_'Jon Bratseth2023-03-241-1/+1
|
* Avoid using deprecated forkMode config for maven-surefire-pluginHarald Musum2023-03-221-1/+2
|
* Skip statements on partial updates onlyJon Bratseth2023-01-234-52/+92
|
* Support choice expressionsJon Bratseth2023-01-204-82/+50
|
* Cleanup - no functional changesJon Bratseth2023-01-201-18/+8
|
* Prep testing for implementing fallbackJon Bratseth2023-01-193-2/+71
|
* Cleanup - no functional chngesJon Bratseth2023-01-194-33/+33
|
* add comment explaining why we need to do serialize/deserializeArne Juul2023-01-051-0/+3
|
* if the Document to be processed is the wrong type, convert itArne Juul2023-01-041-2/+15
| | | | | | | | * this happens when you have a concrete document * the indexing processor works better with the "normal" format, especially if there are any complex structure in the schema such as array<string> that needs processing * convert to normal format by serializing and deserializing
* Cleanup after we no longer use commons-collectionsHenning Baldersheim2022-11-261-4/+0
|
* Deprecate ConfigGetterHarald Musum2022-07-071-0/+1
|
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-092-1/+7
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Stop exporting org.json (including removal of deprecated APIs)Bjørn Christian Seime2022-06-081-4/+0
|
* Don't embed guava in docprocs bundle.gjoranv2022-06-081-0/+4
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|
* switch to new-style configArne H Juul2022-04-122-927/+762
|
* Add embedder selection argument to indexing languageLester Solbakken2022-03-214-16/+31
|
* Inject DocumentTypeManager to IndexingProcessorgjoranv2022-03-062-3/+4
|
* unify java warningsArne H Juul2022-01-071-6/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* deprecate parts of DocumentTypeManagerArne H Juul2021-12-101-8/+4
| | | | | | | | * we want to stop using IDs as unique key for DataTypes; these methods are only used in our own config setup. * nothing should setup a self-subscribing manager; add a convenience to create a manager from a config file to use from unit tests.
* Update 2017 copyright notices.gjoranv2021-10-079-9/+9
|
* Pass destinationJon Bratseth2021-09-301-2/+3
| | | | | This allows embedders to switch on it to enable bucket testing and similar.
* encode -> embedJon Bratseth2021-09-284-15/+15
|
* Use a valid IL expressionJon Bratseth2021-09-272-3/+3
|
* Set statement output explicitlyJon Bratseth2021-09-261-2/+8
|
* Pass encoderJon Bratseth2021-09-191-1/+3
|
* Add 'encode' expressionJon Bratseth2021-09-193-10/+17
|
* More lazy debug log message generationJon Marius Venstad2021-04-281-2/+2
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-252-12/+12
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-252-2/+2
|
* Remove unused commons-codecBjørn Christian Seime2020-01-101-4/+0
|
* Revert "Bjorncs/java deps cleanup"Harald Musum2020-01-101-0/+4
|
* Remove unused commons-codecBjørn Christian Seime2020-01-091-4/+0
|
* Update docproc test after update conversion changesTor Brede Vekterli2019-12-021-4/+3
|
* doc: -> id:Henning Baldersheim2019-08-162-12/+12
|
* Nonfunctional changes onlyJon Bratseth2019-06-283-1/+10
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Use hashmap for faster access.Henning Baldersheim2018-10-253-14/+13
|
* When you want to let them through, you can not only give them partial rights.Henning Baldersheim2018-09-271-1/+0
|
* Allow mutable fields to be modifiable in indexing docproc and to have an ↵Henning Baldersheim2018-09-251-1/+5
| | | | initial value.
* Revert "Revert "Revert "Do not expose fieldupdates as a list. Hide ↵Henning Baldersheim2018-09-183-18/+16
| | | | implementation details ins…"""
* Revert "Revert "Do not expose fieldupdates as a list. Hide implementation ↵Henning Baldersheim2018-09-143-16/+18
| | | | details ins…""
* Revert "Do not expose fieldupdates as a list. Hide implementation details ↵Henning Baldersheim2018-09-143-18/+16
| | | | ins…"
* Add deprecation comments and some renaming.Henning Baldersheim2018-09-132-6/+6
|
* Add deprecation comments and some renaming.Henning Baldersheim2018-09-133-4/+3
|
* Avoid using deprecated APIHenning Baldersheim2018-09-113-9/+12
|