aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/DocumentModelBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* allow duplicate struct names (in different document types)Arne H Juul2022-04-071-4/+23
* add consistency checksArne H Juul2022-03-231-0/+11
* model StructDataType declared in a specific documentArne H Juul2022-03-231-4/+7
* handle new temporariesArne H Juul2022-03-231-4/+21
* the content struct may also need updatesArne H Juul2022-03-211-0/+1
* more specific exception for builtin document typeArne H Juul2022-03-201-1/+1
* lookup document types by name, not idArne H Juul2022-03-201-6/+6
* remove leftover unused classArne H Juul2022-03-201-12/+0
* more generic way to avoid infinite recursionArne H Juul2022-03-201-6/+9
* slight NewDocumentReferenceDataType cleanupArne H Juul2022-03-181-2/+1
* switch to NewDocumentReferenceDataTypeArne H Juul2022-03-171-3/+3
* fix annotation struct handlingArne H Juul2022-03-161-0/+5
* get ReferenceDataType from NewDocumentType instance (again)Arne H Juul2022-03-161-4/+3
* simpler with IdentityHashMapArne H Juul2022-03-141-12/+9
* fix multi struct unit testArne H Juul2022-03-141-13/+31
* Revert "convert DocumentType to NewDocumentType inside reference"Arne H Juul2022-03-141-10/+2
* Revert "ensure unique ReferenceDataType instances"Arne H Juul2022-03-141-2/+11
* ensure unique ReferenceDataType instancesArne H Juul2022-03-111-11/+2
* check both old and new parsing in AnnotationsTestCaseArne H Juul2022-03-101-1/+0
* avoid making new struct when we have it alreadyArne H Juul2022-03-091-0/+10
* keep inheritance orderArne H Juul2022-03-091-3/+3
* convert DocumentType to NewDocumentType inside referenceArne H Juul2022-03-091-2/+10
* move check for nested document typesArne H Juul2022-03-091-4/+9
* skip already ok inheritsArne H Juul2022-03-091-2/+4
* avoid endless recursionArne H Juul2022-03-081-1/+5
* use instance targetDtArne H Juul2022-03-071-51/+51
* move some code into an inner classArne H Juul2022-03-071-190/+206
* avoid setDataType when possibleArne H Juul2022-03-051-3/+7
* deprecate modifying types in-placeArne H Juul2022-02-171-16/+39
* Merge pull request #21039 from vespa-engine/bratseth/deterministic-order-2Harald Musum2022-02-021-6/+5
|\
| * Produce LinkedHashSets to get deterministic orderJon Bratseth2022-02-021-6/+5
* | Revert "Use LinkedHashMap to get deterministic config order"Jon Bratseth2022-02-021-3/+3
|/
* Use LinkedHashMap to get deterministic config orderJon Bratseth2022-02-021-3/+3
* Simplify documentmodel builderJon Bratseth2022-01-241-10/+14
* try to make simple struct inherit workArne H Juul2021-12-131-0/+7
* remove misleading commentsArne H Juul2021-12-131-2/+5
* Revert "Arnej/produce new doctypes config"Arne H Juul2021-12-101-3/+0
* ensure root document is in listArne H Juul2021-12-101-0/+3
* add feedback from resolveTemporaries to document type reposArne H Juul2021-12-081-9/+39
* try harder to resolve temporariesArne H Juul2021-12-081-7/+15
* SimplifyJon Bratseth2021-10-251-6/+1
* Use 'schema' not 'search' in messagesJon Bratseth2021-10-191-2/+2
* search -> schemaJon Bratseth2021-10-151-18/+18
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Internal structs take precedence over external documentsJon Bratseth2021-06-171-14/+13
* - Removing body struct from our own usage.Henning Baldersheim2020-06-161-2/+0
* Add imported fields to document configsTor Brede Vekterli2020-01-311-1/+11
* getContentType -> contentStruct and java doc.Henning Baldersheim2018-11-011-4/+4
* Deprecating a whole lot of body/header related methods that should have been ...Henning Baldersheim2018-10-311-4/+5
* Use query profiles already readJon Bratseth2018-02-051-11/+19