summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code.Tor Egge2024-04-223-58/+13
|
* Stop populating extra summary fields.Tor Egge2024-04-192-58/+3
| | | | | | | | | | Since autumn 2022 the document summary framework in the backend has supported handling summary fields as pure virtual fields. A summary field is just an output name, a source field (from the document type) and an optional transform specifying how to produce the output. All usages of summary fields are virtual as of Vespa 8.253.17 (November 2023), and the generation and population of some summary fields as extra document fields can now be removed.
* Merge pull request #30974 from ↵Tor Egge2024-04-191-3/+1
|\ | | | | | | | | vespa-engine/toregge/stop-adding-extra-documentid-field-to-document-type Stop adding extra documentid field to document type.
| * Stop adding extra documentid field to document type.Tor Egge2024-04-191-3/+1
| | | | | | | | | | | | | | | | | | Since autumn 2022 the document summary framework in the backend has supported handling summary fields as pure virtual fields. A summary field is just an output name, a source field (from the document type) and an optional transform specifying how to produce the output. All usages of summary fields are virtual as of Vespa 8.253.17 (November 2023), and the generation and population of some summary fields as extra document fields can now be removed.
* | Log warning when type is specified for document summary.Tor Egge2024-04-192-2/+2
|/
* Arrays.asList => List.ofHenning Baldersheim2024-04-114-23/+10
|
* Collections.emptyXXX + Collections.singletonXXX => List/Set/Map.ofHenning Baldersheim2024-04-107-23/+14
|
* Drop improved error message for single value struct field.Tor Egge2024-04-101-3/+0
|
* Improve error message when field cannot have attribute aspect.Tor Egge2024-04-1015-38/+62
|
* Support values cached during execution of a scriptJon Bratseth2024-03-311-7/+3
|
* Improve embedder error messagesJon Bratseth2024-03-291-2/+2
|
* Add streaming search validator warnings for predicate and uri fields.Tor Egge2024-03-261-1/+1
|
* - Document types with mode store-only are not searchable.Henning Baldersheim2024-03-201-47/+13
|
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-5/+1
|
* Revert "Revert "Single searchcluster take 2""Henning Baldersheim2024-03-151-1/+5
|
* Revert "Single searchcluster take 2"Harald Musum2024-03-151-5/+1
|
* Revert "Revert "Balder/single searchcluster""Henning Baldersheim2024-03-141-1/+5
|
* Add index mode to SchemaHenning Baldersheim2024-03-142-9/+29
|
* Revert "Balder/single searchcluster"Henning Baldersheim2024-03-132-34/+10
|
* Use a single searchcluster with both indexed and streaming docs.Henning Baldersheim2024-03-132-10/+34
|
* Correctly produce index mode per schema too.Henning Baldersheim2024-03-111-0/+6
|
* Searcher => BackendHenning Baldersheim2024-03-113-3/+3
|
* Avoid reflection magicHenning Baldersheim2024-03-0815-112/+108
|
* No need to override exportHenning Baldersheim2024-03-081-8/+1
|
* - Replace rank profile listHenning Baldersheim2024-03-085-46/+65
| | | | | | | - Replace rank expression list. - Replace rank constant list. - Replace rank onnx model list. None of these are intended for append.
* - Need a modifiable list for application system test.Henning Baldersheim2024-03-071-1/+4
|
* - Set the complete list of the config where it contains the complete world.Henning Baldersheim2024-03-069-60/+69
| | | | | | | - Append where it is intended. This is a workaround for not having a map type in config. Sometimes it works to have multiple producers produce the same config, sometimes not. This tries to make it more deterministic. Currently other tricks have been employed to avoid appending more to the list than intended.
* Revert "Revert "Balder/let document database provide vsm config too""Henning Baldersheim2024-03-051-1/+0
|
* Revert "Balder/let document database provide vsm config too"Henning Baldersheim2024-03-051-0/+1
|
* - Move handling of multiple schemas per search cluster down into SearchCluster.Henning Baldersheim2024-03-051-1/+0
| | | | - Prepare for multiple schemas per search cluster for streaming too.
* - Unify the amount of null checking.Henning Baldersheim2024-03-041-4/+1
| | | | - No need to be a an attributes config producer.
* Use the redunacy provider.Henning Baldersheim2024-03-041-1/+1
|
* drop conversion to zcurve attribute for streamingArne Juul2024-02-261-0/+38
|
* Use var.Tor Egge2024-02-231-2/+2
|
* Fix typo.Tor Egge2024-02-231-11/+11
|
* Derive indexes for nested attribute fields in streaming search.Tor Egge2024-02-231-11/+23
|
* allow inputs { query(foo) string }Arne Juul2024-02-222-7/+13
|
* fix semantics for empty feature listsArne Juul2024-01-191-21/+9
| | | | | | * allow FeatureList to parse empty input and return empty list * if an empty feature list block is specified in a rank-profile, trigger that we no longer get the implicit inheritance
* - Require non-null inner expression in foreach.Henning Baldersheim2024-01-131-3/+1
| | | | - Let null conversion buble up.
* Also test and handle array<string>Henning Baldersheim2024-01-132-2/+9
|
* Revert "Revert "Drop tokenize expressions from ilscript for streaming mode.""Henning Baldersheim2024-01-123-8/+28
|
* Revert "Drop tokenize expressions from ilscript for streaming mode."Henning Baldersheim2024-01-123-28/+8
|
* Drop tokenize expressions from ilscript for streaming mode.Henning Baldersheim2024-01-123-8/+28
|
* Resolve normalization correctly when match is 'word'.Henning Baldersheim2024-01-121-5/+9
|
* Revert "Revert "Balder/unify attributes over streaming indexed""Henning Baldersheim2024-01-121-0/+1
|
* Revert "Balder/unify attributes over streaming indexed"Henning Baldersheim2024-01-121-1/+0
|
* Unify behavior of attribute matching over streaming and indexed.Henning Baldersheim2024-01-111-0/+1
|
* Merge pull request #29844 from vespa-engine/balder/handle-cased-streaming-searchHenning Baldersheim2024-01-113-103/+42
|\ | | | | Balder/handle cased streaming search
| * Reindent and simplifyHenning Baldersheim2024-01-101-88/+36
| |
| * Generate correct vsmfields config for cased search.Henning Baldersheim2024-01-103-41/+32
| |