aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived
Commit message (Collapse)AuthorAgeFilesLines
* Ensure the summary transform for 'documentid' is part of summarymap.cfg.Geir Storli2022-07-1427-0/+81
|
* Add new summary transform for all 'documentid' summary fields.Geir Storli2022-07-121-0/+3
| | | | | This prepares for no longer inserting 'documentid' fields in the docsum blob in the backend. Instead such fields will be produced using a docsum writer (transform) that uses the document instance to get the id.
* GC long gone config and som minor code cleanup.Henning Baldersheim2022-07-0640-40/+0
|
* Revert "Revert "Revert "GC long gone config"""Arnstein Ressem2022-07-0540-0/+40
|
* Update expected answers.Henning Baldersheim2022-07-0540-40/+0
|
* Add option to ignore undefined fieldsJon Bratseth2022-07-0439-0/+39
|
* Use CopyDFW for struct field summaries with explicit source.Tor Egge2022-06-296-6/+44
|
* 64k -> 64Mb max bolded field sizeJon Bratseth2022-06-203-10/+10
|
* remove sort in SearchOrdererArne H Juul2022-06-172-51/+51
| | | | * to keep unit tests deterministic, sort earlier instead
* Remove 'attribute: huge' from config def file and C++ code.Geir Storli2022-06-0827-158/+0
|
* no more tensors in attribute prefetchArne H Juul2022-06-084-18/+2
| | | | * less hardcoded constants
* remove unused configArne H Juul2022-06-0827-158/+0
|
* Remove 'attribute: huge' which has no effect.Geir Storli2022-06-082-2/+1
|
* remove constructs with no effectArne H Juul2022-06-081-4/+0
|
* Correct syntaxJon Bratseth2022-05-302-4/+4
|
* Use modern syntaxJon Bratseth2022-05-2936-39/+47
|
* Grammar fixesJon Bratseth2022-05-291-1/+1
|
* Use modern syntaxJon Bratseth2022-05-2989-100/+98
|
* Grammar fixesJon Bratseth2022-05-271-1/+1
|
* Allow rank profiles in subdirectoriesJon Bratseth2022-05-181-0/+0
|
* Avoid rank zero tensorsJon Bratseth2022-05-183-0/+26
|
* Output defaults with typeJon Bratseth2022-05-151-3/+3
|
* Revert "Merge pull request #22589 from ↵Jon Bratseth2022-05-132-4/+9
| | | | | | | vespa-engine/revert-22582-bratseth/constants-cleanup-take-2" This reverts commit 79537b954556ba6985f2c59b4bc44b971a385eb0, reversing changes made to 1df3b3c59251bd4fd1b099ae5cfb4c280313e76d.
* Revert "Bratseth/constants cleanup take 2"Jon Bratseth2022-05-132-9/+4
|
* Test file constants in profilesJon Bratseth2022-05-131-4/+0
|
* Derive constants from global profilesJon Bratseth2022-05-132-4/+13
|
* Allow names with and without constant()/query() wrappingJon Bratseth2022-05-111-1/+1
|
* Support constants on the same format as inputsJon Bratseth2022-05-104-22/+22
|
* Test input defaultJon Bratseth2022-05-092-17/+23
|
* Output input default values in rank propertiesJon Bratseth2022-05-092-3/+8
|
* Merge pull request #22399 from vespa-engine/bratseth/schema-info-4Henning Baldersheim2022-05-053-0/+189
|\ | | | | Test schema-info deriving
| * Test schema-info derivingJon Bratseth2022-05-033-0/+189
| |
* | Expect input aliasJon Bratseth2022-05-051-1/+1
|/
* prepare to flip to v8 geo positionsArne H Juul2022-04-2832-70/+36
|
* prepare to flip rankExpression(foo) flagArne H Juul2022-04-282-0/+40
|
* validate nested type for weighted setsArne H Juul2022-04-278-118/+8
| | | | * prepare to be more strict in Vespa 8
* Test input inheritanceJon Bratseth2022-04-252-1/+17
|
* fixup after review (arnej)Håvard Pettersen2022-04-259-8/+54
|
* add fast-rank for tensor attributesArne H Juul2022-04-254-0/+196
|
* add missing tensor detailed type.Arne H Juul2022-04-081-0/+81
| | | | * extend unit test so it will catch this problem.
* Merge pull request #22038 from ↵Arne H Juul2022-04-085-93/+76
|\ | | | | | | | | vespa-engine/arnej/allow-struct-types-with-same-name Arnej/allow struct types with same name
| * allow duplicate struct names (in different document types)Arne H Juul2022-04-075-93/+76
| |
* | No colon between name and typeJon Bratseth2022-04-071-6/+6
| |
* | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-078-627/+651
|\|
| * verify effect in unit testArne H Juul2022-04-062-3/+6
| |
| * compare attribute config alsoArne H Juul2022-04-061-0/+96
| |
| * Reapply "produce new "doctype" config for document types"Arne H Juul2022-04-056-626/+551
| | | | | | | | This reverts commit 8c25dd8f1eee02a34e45c026924434a0b551a2ae.
| * Revert "produce new "doctype" config for document types"Jon Marius Venstad2022-04-046-551/+626
| |
| * produce new "doctype" config for document typesArne H Juul2022-04-046-626/+551
| |
* | Allow inputs declarations in rank profilesJon Bratseth2022-04-043-28/+450
|/