summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition
Commit message (Expand)AuthorAgeFilesLines
* add consistency checksArne H Juul2022-03-231-0/+11
* model StructDataType declared in a specific documentArne H Juul2022-03-232-8/+12
* Merge pull request #21780 from vespa-engine/arnej/split-temporary-structured-...Arne H Juul2022-03-233-7/+28
|\
| * handle new temporariesArne H Juul2022-03-232-6/+28
| * cleanup unused importsArne H Juul2022-03-231-1/+0
* | add toString() useful for debuggingArne H Juul2022-03-231-0/+55
* | be more compatible with old code pathArne H Juul2022-03-231-4/+3
* | add convenience functionsArne H Juul2022-03-231-0/+4
|/
* populate matching for key/value of map fields alsoArne H Juul2022-03-211-6/+13
* Merge pull request #21755 from vespa-engine/arnej/minor-cleanup-2Jon Bratseth2022-03-211-25/+17
|\
| * 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
* | add missing ifArne H Juul2022-03-211-1/+3
* | process all the summary fields with same nameArne H Juul2022-03-206-15/+19
|/
* add warningArne H Juul2022-03-181-2/+3
* allow exact-duplicate struct onlyArne H Juul2022-03-181-1/+11
* Revert "do inherit last"Arne H Juul2022-03-181-5/+5
* do inherit lastArne H Juul2022-03-181-5/+5
* slight NewDocumentReferenceDataType cleanupArne H Juul2022-03-182-4/+3
* Merge pull request #21723 from vespa-engine/arnej/apply-field-rank-normalArne H Juul2022-03-172-6/+10
|\
| * add conversion of "isNormal"Arne H Juul2022-03-172-6/+10
* | switch to NewDocumentReferenceDataTypeArne H Juul2022-03-178-31/+33
|/
* tighten importsArne H Juul2022-03-162-31/+0
* fix annotation struct handlingArne H Juul2022-03-164-5/+22
* 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
* pre-resolve struct and annotation inheritanceArne H Juul2022-03-161-0/+95
* move two find methodsArne H Juul2022-03-162-36/+36
* split resolvedInherits and resolvedReferencesArne H Juul2022-03-163-7/+18
* add more resolveInherit APIsArne H Juul2022-03-162-0/+31
* consistent tagOwner()Arne H Juul2022-03-164-6/+7
* split per-Schema conversion into its own fileArne H Juul2022-03-162-140/+241
* 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
* Merge pull request #21676 from vespa-engine/arnej/fix-duplicate-reference-typesHenning Baldersheim2022-03-141-3/+4
|\
| * 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
* | Let RankProfileRegistry be GCed, dod not keep alive!Jon Marius Venstad2022-03-141-4/+0
|/
* obey the documentsOnly flagArne H Juul2022-03-121-0/+3
* cleanup constructorsArne H Juul2022-03-114-42/+27
* remove old fixups no longer neededArne H Juul2022-03-112-39/+0
* removing some useless stuffArne H Juul2022-03-112-30/+19
* populate struct fields on demandArne H Juul2022-03-114-41/+64
* even TemporarySDField should be connected to a "repo"Arne H Juul2022-03-112-5/+5
* connect SDField to "repo"Arne H Juul2022-03-112-6/+6