summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/processing/ImportedFieldsResolverTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Disallow unbound tensor dimensions in document fieldsJon Bratseth2020-06-081-1/+1
* Cleanup config model, part 1Harald Musum2019-07-251-11/+0
* Process position summary entries.Tor Egge2018-12-061-41/+5
* Revert "Process position summary entries."Henning Baldersheim2018-12-061-5/+41
* Process position summary entries.Tor Egge2018-12-051-41/+5
* 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-1/+9
* Allow importing a field from a parent document type that also is imported.Geir Storli2018-04-231-14/+15
* Don't validate when reloading modelsJon Bratseth2018-02-261-1/+1
* Enable imported tensor attributes.Tor Egge2018-01-231-17/+11
* Add validator that fails if imported predicate fields are used in document su...Geir Storli2017-12-061-1/+14
* 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-2/+2
* 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-24/+67
* Adjust error messages and refactor unit test.Geir Storli2017-03-231-44/+44
* Imported field of type tensor is not supported.Geir Storli2017-03-231-8/+23
* Disallow reference field to refer to an index fieldBjørn Christian Seime2017-02-161-0/+14
* Align naming of imported fields across Java code and config.Geir Storli2017-02-091-7/+7
* Enforce that referenced fields must be attributes.Geir Storli2017-02-091-4/+15
* Implement processor that resolves imported fields into concrete field referen...Geir Storli2017-01-261-0/+99