aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/processing/ImportedFieldsResolver.java
Commit message (Expand)AuthorAgeFilesLines
* add utility for recognizing position type variantsArne H Juul2021-11-251-2/+2
* Use 'schema' not 'search' in messagesJon Bratseth2021-10-191-3/+4
* search -> schemaJon Bratseth2021-10-151-11/+11
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add imported fields to document configsTor Brede Vekterli2020-01-311-2/+2
* Stop flattening imported fields.Tor Egge2019-01-111-15/+15
* Add getAttribute() method to ImmutableSDField interface.Tor Egge2019-01-111-8/+1
* Add subclasses of ImportedField to better keep track of simple fieldsTor Egge2019-01-101-25/+38
* Derive config for imported position field.Tor Egge2018-11-301-3/+27
* Handle import of array of struct fields, map of struct fields, and map ofTor Egge2018-11-271-17/+105
* Don't build rank profiles when generating document Java classesJon Bratseth2018-09-181-1/+1
* Disallow importing fields of type predicate as this is not (yet) supported by...Geir Storli2018-04-261-9/+12
* Allow importing a field from a parent document type that also is imported.Geir Storli2018-04-231-13/+6
* Don't validate when reloading modelsJon Bratseth2018-02-261-10/+18
* Enable imported tensor attributes.Tor Egge2018-01-231-3/+0
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Improve name of methods exposing fields in SearchBjørn Christian Seime2017-03-271-1/+1
* Minor adjustments to error messages.Geir Storli2017-03-241-4/+4
* Disallow importing a field that is also an imported field.Geir Storli2017-03-241-1/+9
* Adjust error messages and refactor unit test.Geir Storli2017-03-231-2/+2
* Imported field of type tensor is not supported.Geir Storli2017-03-231-0/+3
* Disallow reference field to refer to an index fieldBjørn Christian Seime2017-02-161-1/+3
* Align naming of imported fields across Java code and config.Geir Storli2017-02-091-16/+16
* Enforce that referenced fields must be attributes.Geir Storli2017-02-091-4/+10
* Integrate ImportedFieldsResolver in processing chain.Geir Storli2017-01-261-3/+4
* Use forEach() instead of for loop.Geir Storli2017-01-261-3/+1
* Implement processor that resolves imported fields into concrete field referen...Geir Storli2017-01-261-0/+69