summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_struct_fields
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove 'attribute: huge' from config def file and C++ code.Geir Storli2022-06-081-8/+0
|
* remove unused configArne H Juul2022-06-081-8/+0
|
* Use modern syntaxJon Bratseth2022-05-292-2/+2
|
* prepare to flip to v8 geo positionsArne H Juul2022-04-281-1/+1
|
* remove array indexesArne H Juul2022-03-172-45/+45
| | | | | | * from config files in src/test/derived directories * for easier diff * add script for stripping these indexes
* add new default in generated configArne H Juul2021-11-221-0/+1
|
* Control attribute maxuncommittedmemory with feature flagHenning Baldersheim2021-10-211-8/+8
|
* Update expected test resultsHenning Baldersheim2021-10-211-0/+8
|
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
|
* swappable -> pagedHenning Baldersheim2021-08-121-8/+8
|
* Update expected results.Henning Baldersheim2021-08-121-0/+8
|
* Add flag for whether summary features should be omitted from a document ↵Geir Storli2021-07-021-42/+46
| | | | summary class.
* - Add match config for default match type during query.Henning Baldersheim2021-04-211-8/+16
| | | | | - Add restart annotations on config that alwasy require restart. - Change default from legacy CASE_INSENSITIVE to UNCASED.
* Maps and arrays of structs has false doesAttributing so getAttribute() must ↵Henning Baldersheim2021-04-121-0/+8
| | | | be considered too.
* GC unused ordering field.Henning Baldersheim2021-04-081-8/+0
|
* CASE_INSENSITIVE until we can safely downgrade.Henning Baldersheim2021-04-081-8/+8
|
* Wire in match configHenning Baldersheim2021-04-081-8/+8
|
* Add dictionary.match controlHenning Baldersheim2021-04-071-0/+8
|
* Update expected results.Henning Baldersheim2021-03-231-0/+8
|
* Update expected resultsHenning Baldersheim2021-03-111-0/+8
|
* Reject queries searching tensor fieldsJon Bratseth2020-11-291-0/+26
|
* Make indexing to hnsw index multi-threaded as default.Geir Storli2020-07-061-16/+16
|
* Add flag to enable multi-threaded indexing for a hnsw index.Geir Storli2020-06-191-0/+8
|
* Support specifying a distance metric for nearest neighbor search when not ↵Geir Storli2020-05-121-0/+8
| | | | | | having a hnsw index. This also changes the syntax in the sd file to specifying the distance metric in the attribute tag.
* make HNSW distance metric configurableArne Juul2020-03-231-0/+8
|
* Add support for specifying a hnsw index together with a 1-dimensional ↵Geir Storli2020-02-171-168/+192
| | | | indexed tensor.
* Ensure that non-numerical struct field attributes get 'word' matching.Geir Storli2020-01-091-0/+8
| | | | This makes the match setting similar to regular attributes.
* Handle matched element filter transforms for imported complex fields.Geir Storli2019-10-223-7/+43
|
* Do not add summaryfeatures and rankfeatures to document config.Henning Baldersheim2019-06-141-4/+0
|
* Remove values that are removed in config def file on Vespa 7.Geir Storli2019-01-211-14/+0
|
* Stop flattening imported fields.Tor Egge2019-01-111-71/+73
|
* Don't emit unneeded index-info config for inner struct in map of struct.Tor Egge2018-11-281-7/+3
|
* Generate index info config for imported complex fields.Tor Egge2018-11-281-1/+17
|
* Improve attribute detection when generating index-info config.Tor Egge2018-11-281-17/+39
|
* Handle import of array of struct fields, map of struct fields, and map ofTor Egge2018-11-278-0/+349
primitive fields as long as required attributes are present.