summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/parser/ConvertParsedTypes.java
Commit message (Expand)AuthorAgeFilesLines
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-337/+0
* prefer registerDocumentTypeArne H Juul2022-04-081-1/+2
* avoid DocumentTypeManager.getDataType(name)Arne H Juul2022-03-241-1/+20
* model StructDataType declared in a specific documentArne H Juul2022-03-231-4/+5
* switch to NewDocumentReferenceDataTypeArne H Juul2022-03-171-2/+2
* fix annotation struct handlingArne H Juul2022-03-161-0/+4
* simplify after refactoringArne H Juul2022-03-161-4/+3
* simplify annotation handling hereArne H Juul2022-03-161-37/+26
* only SDAnnotationTypeArne H Juul2022-03-161-7/+6
* move two find methodsArne H Juul2022-03-161-36/+4
* split resolvedInherits and resolvedReferencesArne H Juul2022-03-161-2/+2
* consistent tagOwner()Arne H Juul2022-03-161-1/+1
* fill annotations in inheritance orderArne H Juul2022-03-101-31/+64
* compatible error messageArne H Juul2022-03-091-0/+13
* avoid adding two fields with same name to a DocumentTypeArne H Juul2022-03-091-0/+1
* now finds struct for imported fieldsArne H Juul2022-03-071-14/+0
* handle id overrideArne H Juul2022-03-051-5/+20
* convert annotationsArne H Juul2022-03-051-3/+7
* add conversion for summary field and indexArne H Juul2022-03-041-1/+12
* split out conversion of typesArne H Juul2022-03-041-0/+294