summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/processing/RankingExpressionsTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-128/+0
* SchemaBuilder -> ApplicationBuilderJon Bratseth2022-01-241-2/+2
* Correct javadocJon Bratseth2022-01-241-2/+2
* - Let the limit for large expressions follow LargeExpressions.Henning Baldersheim2022-01-111-2/+2
* CleanupJon Bratseth2021-10-251-1/+1
* SearchBuilder -> SchemaBuilderJon Bratseth2021-10-251-2/+2
* Validate schema inheritanceJon Bratseth2021-10-161-2/+2
* search -> schemaJon Bratseth2021-10-151-18/+18
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Set default value for DISTRIBUTE_EXTERNAL_RANK_EXPRESSION to trueHarald Musum2021-09-091-2/+2
* Revert "Revert "Wire in executor in deploystate that can be use to speed up d...Harald Musum2021-09-071-3/+1
* Revert "Wire in executor in deploystate that can be use to speed up deploymen...Harald Musum2021-09-071-1/+3
* Wire in executor in deploystate that can be use to speed up deployments. Fx c...Henning Baldersheim2021-09-071-3/+1
* - Add test for large expressions and inheritance.Henning Baldersheim2021-09-021-0/+49
* Wire in the FileRegistry explicit and separately. Not via FileDistributor.Henning Baldersheim2021-08-161-11/+8
* Rename RankExpressionFiles -> LargeRankExpressions and RankExpressionFile -> ...Henning Baldersheim2021-06-101-1/+2
* Distributing the external rankfiles was a dead end due to th eprocessing taki...Henning Baldersheim2021-06-021-11/+11
* Use the flag distribute-external-rank-expression to enable distribution (not ...Henning Baldersheim2021-05-271-16/+17
* Forward deployment properties so that we can use featureflags earlier in the ...Henning Baldersheim2021-05-271-4/+6
* Do not use external expressions.Henning Baldersheim2021-05-261-14/+15
* Use external rank expressions, gated by feature flag.Henning Baldersheim2021-05-251-15/+14
* Add currently unused config to interfaceHenning Baldersheim2021-05-231-1/+7
* Move any single set_language operation to the topJon Bratseth2020-08-061-2/+6
* Fix unit testsLester Solbakken2020-04-261-8/+8
* Revert "Merge pull request #12565 from vespa-engine/revert-12563-bratseth/sea...Jon Bratseth2020-03-171-1/+1
* Revert "Bratseth/search to schema"Jon Bratseth2020-03-131-1/+1
* searchdefinitions -> schemasJon Bratseth2020-03-131-1/+1
* Hide and annotate for 'testing only'Henning Baldersheim2019-08-191-1/+3
* Revert "Revert "Require constant() for large constants and fix a type resolvi...Jon Bratseth2019-06-131-5/+2
* Revert "Require constant() for large constants and fix a type resolving bug (...Harald Musum2019-06-121-2/+5
* Require constant() for large constants and fix a type resolving bug (#9769)Jon Bratseth2019-06-121-5/+2
* Create a config model view (api) package under model-integrationJon Bratseth2018-11-261-1/+1
* Model the config model view of model-integrationJon Bratseth2018-11-261-3/+3
* Move all importing to model-integrationJon Bratseth2018-11-221-1/+1
* Restore old package nameJon Bratseth2018-11-221-1/+1
* Separate model integration into a separate moduleJon Bratseth2018-11-211-1/+1
* Revert "Bratseth/rank type information 2"Arnstein Ressem2018-09-251-10/+7
* Output type informationJon Bratseth2018-09-201-7/+10
* Refactor: No separate string accessorsJon Bratseth2018-09-171-2/+4
* Don't store expression stringsJon Bratseth2018-09-171-1/+1
* Refactor: Don't reparseJon Bratseth2018-09-171-1/+0
* Refactor: macro -> functionJon Bratseth2018-09-171-12/+12
* Refactor: macro -> functionJon Bratseth2018-09-171-1/+1
* Refactor: Macro -> RankingExpressionFunctionJon Bratseth2018-09-171-1/+1
* Refactor: Construct using ExpressionFunctionJon Bratseth2018-09-171-4/+4
* Refactor: Expose functionJon Bratseth2018-09-171-2/+2
* Refactory: Remove mutationsJon Bratseth2018-09-161-6/+5
* Cleanup rank profile registryJon Bratseth2018-08-241-2/+1
* Scope imported models to an entire application buildJon Bratseth2018-08-221-1/+3
* Use query profiles already readJon Bratseth2018-02-051-5/+11