aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/processing/ImportedFieldsTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* CleanupJon Bratseth2021-10-251-6/+6
* SearchBuilder -> SchemaBuilderJon Bratseth2021-10-251-6/+6
* Use 'schema' not 'search' in messagesJon Bratseth2021-10-191-8/+10
* search -> schemaJon Bratseth2021-10-151-51/+51
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Do not replace existing struct fields when populating a field.Geir Storli2021-10-011-1/+65
* 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
* Handle import of array of struct fields, map of struct fields, and map ofTor Egge2018-11-271-8/+188
* 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 referen...Geir Storli2017-01-261-2/+2
* 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