summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/processing/ImportedFieldsTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Test nested import of struct and position fields.Tor Egge2019-01-151-59/+182
|
* Stop flattening imported fields.Tor Egge2019-01-111-4/+23
|
* Trim down unit tests.Tor Egge2018-11-301-36/+3
|
* Derive config for imported position field.Tor Egge2018-11-301-1/+90
|
* Fail duplicate import of field.Tor Egge2018-11-291-0/+14
|
* Fix typo.Tor Egge2018-11-271-29/+19
| | | | | | Factor out logic to check for nested field name. Use camel case instead of underscore for compound function name. Simplify test.
* Handle import of array of struct fields, map of struct fields, and map ofTor Egge2018-11-271-8/+188
| | | | primitive fields as long as required attributes are present.
* 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
|
* Forbid self references in documentsBjørn Christian Seime2017-03-231-13/+0
|
* One TestUtil and joinLines() is enough.gjoranv2017-02-221-1/+1
|
* Enforce that reference fields must be an attributeBjørn Christian Seime2017-02-171-3/+3
|
* Align naming of imported fields across Java code and config.Geir Storli2017-02-091-9/+9
|
* Enforce that referenced fields must be attributes.Geir Storli2017-02-091-3/+3
|
* Test that a field can be imported from self reference.Geir Storli2017-01-261-0/+13
|
* Integrate ImportedFieldsResolver in processing chain.Geir Storli2017-01-261-20/+40
|
* Implement processor that resolves imported fields into concrete field ↵Geir Storli2017-01-261-2/+2
| | | | references.
* Simplify AST classes used for imported fields.Geir Storli2017-01-261-5/+5
|
* Add copyright headers.Geir Storli2017-01-231-0/+1
|
* Add parsing of imported fields in SD file.Geir Storli2017-01-231-0/+59