aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema/processing
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code.Tor Egge2024-04-223-58/+13
* Stop populating extra summary fields.Tor Egge2024-04-192-58/+3
* Stop adding extra documentid field to document type.Tor Egge2024-04-191-3/+1
* Arrays.asList => List.ofHenning Baldersheim2024-04-113-20/+9
* Collections.emptyXXX + Collections.singletonXXX => List/Set/Map.ofHenning Baldersheim2024-04-101-1/+1
* Improve error message when field cannot have attribute aspect.Tor Egge2024-04-1010-13/+13
* Add streaming search validator warnings for predicate and uri fields.Tor Egge2024-03-261-1/+1
* Searcher => BackendHenning Baldersheim2024-03-113-3/+3
* Also test and handle array<string>Henning Baldersheim2024-01-131-1/+5
* Enable setting max-occurrences in field match.Tor Egge2024-01-041-6/+10
* Stop adding and populating extra fields for dynamic summary.Tor Egge2023-11-031-1/+1
* Adjust comment: add rationale for writing to summary field source.Tor Egge2023-11-031-1/+6
* Fix typo in comment.Tor Egge2023-11-031-1/+1
* Write to summary field source.Tor Egge2023-11-034-7/+27
* Dynamic summary fields don't require tokenizer.Tor Egge2023-11-021-16/+2
* Use "copy" summary transform when field is only defined as summary field.Tor Egge2023-11-011-0/+31
* Use "document-summary" instead of "summary class" or "document summary".Tor Egge2023-10-315-6/+6
* Add attribute-tokens summary transform to config model.Tor Egge2023-10-313-1/+23
* Validate data type for tokens summary transform.Tor Egge2023-10-272-0/+51
* Merge pull request #29096 from vespa-engine/arnej/more-reserved-function-namesLester Solbakken2023-10-271-2/+23
|\
| * add more reserved functions namesArne Juul2023-10-261-0/+8
| * add some more built-in function namesArne Juul2023-10-251-2/+15
* | Adjust multiple summary transforms in shared class.Tor Egge2023-10-264-71/+83
* | 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-243-12/+26
* Rename linguistics-tokens to tokens.Tor Egge2023-10-191-1/+1
* Add linguistics tokens document field writer.Tor Egge2023-10-161-1/+2
* Merge pull request #28836 from vespa-engine/bratseth/copyright-2Jon Bratseth2023-10-1073-72/+73
|\
| * Update copyrightJon Bratseth2023-10-0973-72/+73
* | Support inheriting multiple document summariesJon Bratseth2023-10-071-1/+1
|/
* Remove stacktrace printingJon Bratseth2023-09-291-1/+0
* Return the expected outputJon Bratseth2023-09-273-17/+19
* Use OptionalIntJon Bratseth2023-09-221-4/+2
* Correctly classify references to missing fieldsJon Bratseth2023-08-141-5/+5
* Always use stricter validation for complex fields with struct field attributes.Geir Storli2023-08-081-2/+2
* Remove unused, stale stuff related to index-toHarald Musum2023-07-081-1/+1
* Only log warning when the stricter validation triggers.Geir Storli2023-07-041-2/+2
* Classify missing node tag for cloud prod as illegal argumentJon Bratseth2023-05-161-4/+2
* Add vmsfields config for nearest neighbor search on supported tensor fields.Geir Storli2023-04-141-0/+9
* Replace reflection by visitorJon Bratseth2023-03-311-1/+1
* Add raw attributes to config model.Tor Egge2023-03-172-5/+6
* wire global-phase through config-model exactly like second-phaseArne Juul2023-02-032-0/+4
* Update comment for DynamicSummaryTransformUtils.getSource.Tor Egge2023-01-271-2/+4
* Use original source for dynamic summary transform.Tor Egge2023-01-271-3/+15
* Allow hnsw index for tensors with 1 mapped and 1 indexed dimension.Geir Storli2023-01-131-2/+11
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-9/+6
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-6/+9
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-9/+6
* Use well defined order where we output text and generate config. Makes config...Henning Baldersheim2022-12-011-1/+1
* Optimize importsHarald Musum2022-10-241-3/+1