summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge pull request #29780 from vespa-engine/bratseth/programmatic-testArne H Juul2024-01-102-23/+5
|\ \ | |/ |/| Bratseth/programmatic test
| * No functional changesJon Bratseth2024-01-032-23/+5
| |
* | No normalization should take place for streaming search. This is handled ↵Henning Baldersheim2024-01-052-6/+8
| | | | | | | | symmetrically in the backend during query time.
* | Enable setting max-occurrences in field match.Tor Egge2024-01-044-6/+18
|/
* GC complete feature flags.Henning Baldersheim2023-12-211-15/+0
|
* Estimate => CostHenning Baldersheim2023-12-191-4/+4
|
* Wire in sort-blueprints-by-estimate feature flagHenning Baldersheim2023-12-191-0/+5
|
* Control the use of thread bundles for fetch postings with a feature flagHenning Baldersheim2023-12-121-0/+5
|
* Detect integer fields in fieldsets.Tor Egge2023-12-071-0/+8
|
* Add use-estimate-for-fetch-postings feature flagHenning Baldersheim2023-12-061-0/+5
|