summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/parser
Commit message (Collapse)AuthorAgeFilesLines
* Output input default values in rank propertiesJon Bratseth2022-05-091-4/+5
|
* Add support for approximate nearest neighbor threshold settings in rank ↵Geir Storli2022-04-292-2/+19
| | | | profiles.
* validate nested type for weighted setsArne H Juul2022-04-271-0/+26
| | | | * prepare to be more strict in Vespa 8
* add fast-rank for tensor attributesArne H Juul2022-04-252-0/+6
|
* Merge pull request #22038 from ↵Arne H Juul2022-04-082-15/+6
|\ | | | | | | | | vespa-engine/arnej/allow-struct-types-with-same-name Arnej/allow struct types with same name
| * prefer registerDocumentTypeArne H Juul2022-04-081-1/+2
| |
| * allow duplicate struct names (in different document types)Arne H Juul2022-04-071-14/+4
| |
* | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-073-7/+11
|\ \
| * | avoid Map.copyOf()Arne H Juul2022-04-073-7/+10
| |/
* | Allow query as identifier, and make input order stable againJon Bratseth2022-04-071-1/+2
| |
* | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-071-9/+9
|\|
| * support rank: filter in struct-field blockArne H Juul2022-04-061-9/+9
| |
* | Support input in intermediate parserJon Bratseth2022-04-052-3/+16
|/
* avoid DocumentTypeManager.getDataType(name)Arne H Juul2022-03-241-1/+20
|
* model StructDataType declared in a specific documentArne H Juul2022-03-231-4/+5
|
* 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
|
* 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
| | | | This reverts commit e5e4662259cd3ffd9d35a66e4283990eb69a81d0.
* do inherit lastArne H Juul2022-03-181-5/+5
|
* Merge pull request #21723 from vespa-engine/arnej/apply-field-rank-normalArne H Juul2022-03-172-6/+10
|\ | | | | add conversion of "isNormal"
| * add conversion of "isNormal"Arne H Juul2022-03-172-6/+10
| |
* | switch to NewDocumentReferenceDataTypeArne H Juul2022-03-171-2/+2
|/
* tighten importsArne H Juul2022-03-162-31/+0
|
* fix annotation struct handlingArne H Juul2022-03-162-5/+12
| | | | | | * put structProxy for the struct inside an annotation into the SDAnnotation instead of into the SDDocumentType * fixes test case from last commit
* 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
|
* obey the documentsOnly flagArne H Juul2022-03-121-0/+3
| | | | * documentgen expects that schemas can reference non-existing files
* even TemporarySDField should be connected to a "repo"Arne H Juul2022-03-111-1/+1
|
* connect SDField to "repo"Arne H Juul2022-03-112-6/+6
| | | | | | * when creating SDField inside a struct, it needs connection to the "repo" (SDDocument) for lookup of other types. The StructProxy would be the "owner" here, and is not necessary.
* inherit directlyArne H Juul2022-03-112-3/+10
| | | | | | * instead of indirect (temporary) inherit from name, inherit the already-converted document directly. * keep schema order.
* fill annotations in inheritance orderArne H Juul2022-03-105-52/+82
|
* 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
|
* conditional set of rawAsBase64Arne H Juul2022-03-082-3/+4
|
* convert field weightArne H Juul2022-03-082-0/+2
|
* recognize float16Arne H Juul2022-03-081-0/+1
|
* now finds struct for imported fieldsArne H Juul2022-03-071-14/+0
|
* resolve document references alsoArne H Juul2022-03-073-13/+45
| | | | | | * we need to check for cycles with both inheritance and document references * also, allow different names schema / document
* allow duplicates in document-summary (with warning)Arne H Juul2022-03-071-3/+4
|
* fix whitespaceArne H Juul2022-03-071-1/+1
|