summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/document
Commit message (Collapse)AuthorAgeFilesLines
* SchemaBuilder -> ApplicationBuilderJon Bratseth2022-01-241-2/+2
|
* Correct javadocJon Bratseth2022-01-241-2/+2
|
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-211-3/+1
|
* CleanupJon Bratseth2021-10-251-1/+1
|
* SearchBuilder -> SchemaBuilderJon Bratseth2021-10-251-2/+2
|
* search -> schemaJon Bratseth2021-10-151-3/+3
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Make indexing to hnsw index multi-threaded as default.Geir Storli2020-07-061-1/+1
|
* Add flag to enable multi-threaded indexing for a hnsw index.Geir Storli2020-06-191-0/+8
|
* move distance-metric specification, part 1Arne Juul2020-03-271-11/+3
| | | | | | | * move distance-metric in grammar, and change wiring within config-model. It still has the same place in generated config and only has effect if hnsw index is specified.
* add copyrightArne Juul2020-03-241-1/+1
|
* add unit testArne Juul2020-03-231-0/+53
|
* Cleanup of tests, no changesHarald Musum2019-08-151-10/+10
|
* Relax validation of complex attribute fields by only considering the defined ↵Geir Storli2018-08-291-12/+36
| | | | | | | struct field attributes. The struct type itself can contain fields of any type, but only primitive struct field attributes are supported in the complex field (array or map) using the struct type.
* Use document type to resolve struct data types when checking whether a ↵Geir Storli2018-06-141-51/+140
| | | | complex field supports being represented as struct field attributes.
* Support that map of primitive types is derived into array attributes.Geir Storli2018-06-071-2/+43
|
* Add new summary transform (attributecombiner) for complex fields that are ↵Geir Storli2018-06-061-0/+90
represented by only struct field attributes.