summaryrefslogtreecommitdiffstats
path: root/docprocs/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Deprecate ConfigGetterHarald Musum2022-07-071-0/+1
|
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-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
|
* 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-077-7/+7
|
* 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
|
* 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
|
* 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
|
* Fix author tag for SimonBjørn Christian Seime2018-07-057-7/+7
|
* Remove leftover debugging test codeTor Brede Vekterli2018-06-071-7/+0
|
* Restrict what field path updates may be considered 'complete'Tor Brede Vekterli2018-06-071-4/+31
| | | | | Only allow field value update conversion of updates that affect a top level field value.
* Bring back support for conversion of 'complete' field path updatesTor Brede Vekterli2018-06-071-6/+6
| | | | Converts complete updates to regular field value updates
* Pass field path updates verbatim through indexing scriptsTor Brede Vekterli2018-06-061-9/+74
| | | | | Avoids having to do a (potentially lossy) round-trip of update -> document -> update again during processing.
* Merge with masterJon Bratseth2017-09-151-1/+2
|
* Let the default field match max length be controlable by config override as ↵Henning Baldersheim2017-08-071-0/+1
| | | | for maxtermoccurences.
* Update copyright headersJon Bratseth2017-06-147-7/+7
|
* Revert "Update copyright headers"Jon Bratseth2017-06-147-7/+7
|
* Update copyright headersJon Bratseth2017-06-147-7/+7
|
* Revert "Copyright header"Jon Bratseth2017-06-137-7/+7
|
* Copyright headerJon Bratseth2017-06-137-7/+7
|
* Remove unused configsHarald Musum2017-02-222-6/+0
| | | | * config classes do not exist anymore either
* PublishJon Bratseth2016-06-1514-0/+1892