summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/processing
Commit message (Collapse)AuthorAgeFilesLines
* Output input default values in rank propertiesJon Bratseth2022-05-091-1/+2
|
* Allow inputs declarations in rank profilesJon Bratseth2022-04-042-9/+12
|
* process all the summary fields with same nameArne H Juul2022-03-204-6/+6
| | | | | | * we may have multiple instances of the "same" summary field when declared in document-summary blocks; ensure we process all of them. * fixes: https://github.com/vespa-engine/vespa/issues/21733
* switch to NewDocumentReferenceDataTypeArne H Juul2022-03-171-3/+3
|
* cleanup constructorsArne H Juul2022-03-111-1/+1
|
* populate struct fields on demandArne H Juul2022-03-112-2/+6
| | | | | | | * most SDField instances should know their "repo" * populate with struct fields in a lazy manner * just remember what we were told in the old API * note: old API will be renamed so it makes a bit more sense
* unify enumsArne H Juul2022-03-037-14/+20
|
* Add strict type checking option to query profilesJon Bratseth2022-02-251-7/+11
|
* Merge pull request #21152 from ↵Geir Storli2022-02-141-4/+18
|\ | | | | | | | | vespa-engine/geirst/allow-paged-for-more-attribute-types Allow 'paged' setting for more attribute types.
| * Allow 'paged' setting for more attribute types.Geir Storli2022-02-111-4/+18
| | | | | | | | This is in preparation for supporting this in the search backend.
* | no special casing for "default" summary classArne H Juul2022-02-111-9/+15
|/
* Revert "Use LinkedHashMap to get deterministic config order"Jon Bratseth2022-02-025-9/+9
|
* Use LinkedHashMap to get deterministic config orderJon Bratseth2022-02-025-9/+9
|
* drop old summary fields in v8 modeArne H Juul2022-01-313-14/+43
| | | | | * the extra summary fields with .position and .distance will only be added in v7-geo-positions legacy mode on Vespa 8.
* remove old un-neccessary codeArne H Juul2022-01-291-8/+1
|
* Cleanup: No functional changesJon Bratseth2022-01-245-10/+10
|
* Classify exceptions better to avoid unnecessary stack tracesJon Bratseth2022-01-211-2/+2
|
* let a schema Processor receive ModelContext.Properties as neededArne H Juul2022-01-052-3/+24
|
* put tpye validations togetherArne H Juul2021-12-141-1/+1
|
* try harder to get multi-level inheritance workingArne H Juul2021-12-131-3/+13
|
* try to make simple struct inherit workArne H Juul2021-12-132-0/+67
| | | | | * inheritance was just lost in conversion * with unit test
* Add validation override for 'paged' removalJon Bratseth2021-12-091-3/+3
|
* Include inherited rank profilesJon Bratseth2021-12-031-1/+1
|
* add utility for recognizing position type variantsArne H Juul2021-11-254-13/+8
|
* CleanupJon Bratseth2021-11-092-9/+9
|
* Access in this when modifyingJon Bratseth2021-11-095-6/+6
|
* Create implicit summaries for each schema separatelyJon Bratseth2021-11-091-5/+4
|
* Avoid using deprecated methodsHenning Baldersheim2021-11-031-1/+1
|
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Use map to allow shadowing parent fieldsJon Bratseth2021-10-219-32/+32
|
* Use optionalJon Bratseth2021-10-211-1/+1
|
* Use 'schema' not 'search' in messagesJon Bratseth2021-10-1910-29/+26
|
* Inherit document summariesJon Bratseth2021-10-191-1/+2
|
* Inherit ONNX modelsJon Bratseth2021-10-191-8/+13
|
* Inherit fieldsJon Bratseth2021-10-181-6/+6
|
* search -> schemaJon Bratseth2021-10-1569-585/+582
|
* Validate summary inheritanceJon Bratseth2021-10-151-4/+4
|
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
|
* Update 2018 copyright notices.gjoranv2021-10-074-4/+4
|
* Update 2017 copyright notices.gjoranv2021-10-0759-59/+59
|
* Validates the 'paged' attribute setting and throws if specified on ↵Geir Storli2021-09-172-0/+53
| | | | | | unsupported types. It is only supported for dense tensor types.
* Verify that rank profile inheritance is correct and sound. The rank profile ↵Henning Baldersheim2021-09-071-1/+1
| | | | must exist and be visible in the inheritance tree of the searchdefinition.
* Add validation of attribute fields using bool type, ensuring the collection ↵Geir Storli2021-07-122-0/+37
| | | | | | type is supported. Currently, only the single value bool type is supported by the search backend.
* Move adding os inputs and outputs of ONNX models into OnnxModelLester Solbakken2021-05-271-15/+0
|
* Do not log warning when exact-terminator is not specifiedHarald Musum2021-05-201-3/+3
| | | | '@@' is default value according to doc, so no need to warn
* Correct log levelValerij Fredriksen2021-04-261-1/+1
|
* Log application package warnings using logApplicationPackage()Valerij Fredriksen2021-04-2610-14/+14
|
* Allow btree index to be case sensitiv.Henning Baldersheim2021-04-251-4/+0
|
* Propagate query cased/uncased control-to-attributes.Henning Baldersheim2021-04-211-5/+5
|