summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/schema/derived
Commit message (Collapse)AuthorAgeFilesLines
* Arrays.asList => List.ofHenning Baldersheim2024-04-114-25/+22
|
* Collections.emptyXXX + Collections.singletonXXX => List/Set/Map.ofHenning Baldersheim2024-04-101-4/+2
|
* Drop improved error message for single value struct field.Tor Egge2024-04-101-5/+0
|
* Improve error message when field cannot have attribute aspect.Tor Egge2024-04-107-10/+50
|
* Add index mode to SchemaHenning Baldersheim2024-03-142-8/+9
|
* Revert "Balder/single searchcluster"Henning Baldersheim2024-03-132-9/+8
|
* Use a single searchcluster with both indexed and streaming docs.Henning Baldersheim2024-03-132-8/+9
|
* - Replace rank profile listHenning Baldersheim2024-03-081-0/+1
| | | | | | | - Replace rank expression list. - Replace rank constant list. - Replace rank onnx model list. None of these are intended for append.
* add unit test for zcurve rewriteArne Juul2024-02-281-0/+19
|
* Derive indexes for nested attribute fields in streaming search.Tor Egge2024-02-231-0/+74
|
* Single statement pr line.Henning Baldersheim2024-01-151-1/+2
|
* Also test and handle array<string>Henning Baldersheim2024-01-133-58/+58
|
* Revert "Revert "Drop tokenize expressions from ilscript for streaming mode.""Henning Baldersheim2024-01-122-1/+42
|
* Revert "Drop tokenize expressions from ilscript for streaming mode."Henning Baldersheim2024-01-122-42/+1
|
* Add copyrightHenning Baldersheim2024-01-121-0/+1
|
* Drop tokenize expressions from ilscript for streaming mode.Henning Baldersheim2024-01-122-1/+41
|
* Resolve normalization correctly when match is 'word'.Henning Baldersheim2024-01-121-0/+4
|
* refactor tests to avoid code duplication.Henning Baldersheim2024-01-101-32/+11
|
* Generate correct vsmfields config for cased search.Henning Baldersheim2024-01-101-7/+63
|
* Add testcase normalize during query processing.Henning Baldersheim2024-01-061-0/+55
|
* No normalization should take place for streaming search. This is handled ↵Henning Baldersheim2024-01-052-2/+2
| | | | symmetrically in the backend during query time.
* Use "copy" summary transform when field is only defined as summary field.Tor Egge2023-11-011-1/+1
|
* Add attribute-tokens summary transform to config model.Tor Egge2023-10-311-4/+21
|
* Don't add summary fields with tokens transform to default summary.Tor Egge2023-10-251-0/+1
|
* Prepare for emitting warning if summary field type is specified.Tor Egge2023-10-241-1/+1
| | | | Improve resolving of summary field type from source field type.
* Remove unneeded document summary types.Tor Egge2023-10-231-3/+3
|
* Derive summary field type from source.Tor Egge2023-10-191-1/+1
|
* Fix typo in test name.Tor Egge2023-10-191-1/+1
|
* Rename linguistics-tokens to tokens.Tor Egge2023-10-191-3/+3
|
* Add linguistics tokens document field writer.Tor Egge2023-10-161-0/+13
|
* Update copyrightJon Bratseth2023-10-0957-56/+58
|
* Output gram for summary fields where the source is gramJon Bratseth2023-09-221-0/+15
|
* Add util to export derived config files from a schema file.Geir Storli2023-04-271-0/+52
| | | | Can e.g. be used by C++ unit tests to generate required config files.
* Add vmsfields config for nearest neighbor search on supported tensor fields.Geir Storli2023-04-141-0/+5
|
* add unit testArne Juul2023-03-201-0/+27
|
* add special handling of TensorFunctionNode containing Generate functionArne Juul2023-03-141-0/+5
|
* unit test with problematic .sd from system testArne Juul2023-03-021-0/+5
|
* add component modelingArne Juul2023-02-241-0/+22
|
* Use original source for dynamic summary transform.Tor Egge2023-01-271-3/+3
|
* Unify on Streams.toList()Henning Baldersheim2023-01-171-3/+2
|
* Support match:cased on index fieldsJon Bratseth2022-11-021-0/+48
|
* Allow dynamic transforms on array<string> summary fields.Geir Storli2022-09-131-0/+5
|
* Remove producing of summarymap config from the config model.Geir Storli2022-09-071-4/+4
| | | | The search backend is no longer using this config.
* Migrate unit tests that are still relevant after summarymap is removed.Geir Storli2022-09-072-219/+108
|
* Duplicate summarymap config into summary config.Geir Storli2022-08-291-51/+30
| | | | This prepares for the removal of summarymap config.
* Convert config-model to junit5Bjørn Christian Seime2022-07-2851-374/+378
|
* Ensure the summary transform for 'documentid' is part of summarymap.cfg.Geir Storli2022-07-141-1/+9
|
* Add new summary transform for all 'documentid' summary fields.Geir Storli2022-07-121-3/+22
| | | | | 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.
* stop using feature flag avoidRenamingSummaryFeaturesArne H Juul2022-06-221-1/+1
| | | | * now always behaves like it was true.
* remove sort in SearchOrdererArne H Juul2022-06-171-0/+1
| | | | * to keep unit tests deterministic, sort earlier instead