summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/AttributeUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Add copyright to new filesTor Brede Vekterli2020-01-311-0/+1
|
* Add imported fields to document configsTor Brede Vekterli2020-01-311-0/+14
This adds the field names of all imported fields in a search definition to the document configs associated with it (document manager and document types config for Java and C++, respectively). This enables consumers of these configs to distinguish between field references to imported fields and fields that don't exist in the document schema itself.