aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into balder/upper-limit-before-commitHenning Baldersheim2021-10-2114-40/+40
|\
| * Use map to allow shadowing parent fieldsJon Bratseth2021-10-2113-39/+39
| * Use optionalJon Bratseth2021-10-211-1/+1
* | Control attribute maxuncommittedmemory with feature flagHenning Baldersheim2021-10-212-5/+22
|/
* Merge branch 'master' into bratseth/add-missing-copyrightsJon Bratseth2021-10-20113-1151/+1375
|\
| * Prep for test of deriving with schema inheritanceJon Bratseth2021-10-201-1/+3
| * Test adding to inherited collectionsJon Bratseth2021-10-192-21/+19
| * Inherit raw-as-base64Jon Bratseth2021-10-191-2/+6
| * Inherit imported fieldsJon Bratseth2021-10-193-4/+29
| * Use 'schema' not 'search' in messagesJon Bratseth2021-10-1912-47/+39
| * Inherit document summariesJon Bratseth2021-10-192-21/+33
| * Inherit ONNX modelsJon Bratseth2021-10-195-17/+51
| * ImmutableSearch -> ImmutableSchemaJon Bratseth2021-10-185-11/+11
| * Inherit constantsJon Bratseth2021-10-183-9/+29
| * Inherit rank profilesJon Bratseth2021-10-186-29/+50
| * Inherit fieldsJon Bratseth2021-10-182-11/+20
| * Inherit indexesJon Bratseth2021-10-161-30/+33
| * Inherit stemmingJon Bratseth2021-10-162-41/+35
| * Inherit fieldSetsJon Bratseth2021-10-162-4/+27
| * Validate schema inheritanceJon Bratseth2021-10-162-6/+23
| * search -> schemaJon Bratseth2021-10-15108-930/+923
| * Add Application abstractionJon Bratseth2021-10-156-46/+123
* | Add missiung copyrightsJon Bratseth2021-10-203-0/+3
|/
* Warn don't throwJon Bratseth2021-10-152-3/+3
* Validate summary inheritanceJon Bratseth2021-10-154-36/+50
* Add support for control of execute on match, rerank, and summary.Henning Baldersheim2021-10-121-0/+20
* Update Verizon Media copyright notices.gjoranv2021-10-0711-11/+11
* Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-073-3/+3
* Update 2018 copyright notices.gjoranv2021-10-0714-14/+14
* Update 2017 copyright notices.gjoranv2021-10-07156-156/+156
* Do not replace existing struct fields when populating a field.Geir Storli2021-10-011-1/+1
* Add parsing of ONNX Runtime session options to services.xmlLester Solbakken2021-09-303-0/+50
* encode -> embedJon Bratseth2021-09-282-8/+8
* Merge pull request #19280 from vespa-engine/bratseth/cleanup-876Harald Musum2021-09-272-5/+6
|\
| * No functional changesJon Bratseth2021-09-242-5/+6
* | GC fully deployed featuer flag enforce-rank-profile-inheritanceHenning Baldersheim2021-09-272-18/+2
|/
* Allow breaking inheritance as long as it is not fully enforced.Henning Baldersheim2021-09-201-1/+6
* Merge pull request #19198 from vespa-engine/bratseth/il-encodeJon Bratseth2021-09-192-7/+9
|\
| * Add 'encode' expressionJon Bratseth2021-09-192-7/+9
* | Process rank-profiles in dependency order.Henning Baldersheim2021-09-171-8/+35
* | Validates the 'paged' attribute setting and throws if specified on unsupporte...Geir Storli2021-09-172-0/+53
|/
* Make LargeRankExpressions thread safe.Henning Baldersheim2021-09-161-14/+9
* GC unused flag and methodsHarald Musum2021-09-151-9/+2
* Use a single cached object to make logic simpler and only update on object.Henning Baldersheim2021-09-142-16/+23
* Cache list that is potentially hard to compute.Henning Baldersheim2021-09-141-5/+14
* Only create new node if necessary.Henning Baldersheim2021-09-141-2/+3
* Expose ownership of RankingConstants so thread safety is explicit.Henning Baldersheim2021-09-146-21/+20
* Make the LargeConstants usable concurrently from many threadsHenning Baldersheim2021-09-143-5/+22
* Avoid stack overflow for function inlining caseLester Solbakken2021-09-092-0/+5
* Log as application warningHenning Baldersheim2021-09-081-1/+1