summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/processing/ImportedFieldsResolver.java
Commit message (Expand)AuthorAgeFilesLines
* 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