summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema/document/ImmutableSDField.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Correctly classify references to missing fieldsJon Bratseth2023-08-141-0/+1
|
* Do not log disk access warning when using an imported complex field in summary.Geir Storli2022-09-191-0/+5
|
* Validate that complex fields do not have struct fields with 'indexing: index'.Geir Storli2022-07-131-0/+8
| | | | | This is not supported for indexed search clusters, and should be replaced with 'indexing: attribute'. Validation is not executed for imported fields as those are validated in the parent schema.
* Revert "Validate that complex fields do not have struct fields with ↵Håkon Hallingstad2022-07-121-8/+0
| | | | 'indexing…"
* Validate that complex fields do not have struct fields with 'indexing: index'.Geir Storli2022-07-121-0/+8
| | | | This is not supported for indexed search clusters, and should be replaced with 'indexing: attribute'.
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-0/+91