summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition
Commit message (Collapse)AuthorAgeFilesLines
* Add validation of attribute fields using bool type, ensuring the collection ↵Geir Storli2021-07-121-0/+49
| | | | | | type is supported. Currently, only the single value bool type is supported by the search backend.
* Merge pull request #18523 from vespa-engine/geirst/omit-summary-featuresGeir Storli2021-07-021-0/+28
|\ | | | | Add support for omitting summary features for a document summary
| * Support setting "omit-summary-features" for a document summary in the SD schema.Geir Storli2021-07-021-0/+28
| |
* | Add a testJon Bratseth2021-07-021-0/+19
|/
* Add feature falg for controlling onnx dryrun verification.Henning Baldersheim2021-06-231-53/+64
|
* Internal structs take precedence over external documentsJon Bratseth2021-06-171-0/+20
|
* Rename RankExpressionFiles -> LargeRankExpressions and RankExpressionFile -> ↵Henning Baldersheim2021-06-102-2/+4
| | | | RankExpressionBody.
* Unify how property names are generated and decomposed.Henning Baldersheim2021-06-091-1/+1
|
* Distributing the external rankfiles was a dead end due to th eprocessing ↵Henning Baldersheim2021-06-021-11/+11
| | | | | | taking place. Reverting back to get back to the drawing table. It must be done post deriving, based on size of expression.
* Test deriving of rank-prodiles config when using external rank-expression files.Henning Baldersheim2021-05-281-1/+1
|
* Merge pull request #17934 from vespa-engine/lesters/wire-in-stateless-onnx-rtLester Solbakken2021-05-281-24/+0
|\ | | | | Wire in stateless ONNX runtime evaluation
| * Merge branch 'master' into lesters/wire-in-stateless-onnx-rtLester Solbakken2021-05-2724-50/+68
| |\
| * | Wire in stateless ONNX runtime evaluationLester Solbakken2021-05-211-24/+0
| | |
* | | Use the flag distribute-external-rank-expression to enable distribution (not ↵Henning Baldersheim2021-05-272-17/+18
| | | | | | | | | | | | use) of external rank files.
* | | Forward deployment properties so that we can use featureflags earlier in the ↵Henning Baldersheim2021-05-278-13/+21
| |/ |/| | | | | configmodel building.
* | Wire the deploylogger in the constructor of SearchBuilder to avoid passing ↵Henning Baldersheim2021-05-276-15/+17
| | | | | | | | it around for later use.
* | Wire the deploylogger into serach so that it is available during parsing.Henning Baldersheim2021-05-2617-33/+41
| |
* | Do not use external expressions.Henning Baldersheim2021-05-261-14/+15
| |
* | Use external rank expressions, gated by feature flag.Henning Baldersheim2021-05-252-16/+17
| |
* | Add currently unused config to interfaceHenning Baldersheim2021-05-231-1/+7
|/
* Prepare for raw fields to be presented as base64 encoded in summary.Henning Baldersheim2021-05-191-0/+31
|
* Improve readabilityHenning Baldersheim2021-05-191-138/+117
|
* also add rank properties for "constant(foo)"Arne Juul2021-05-111-0/+20
| | | | | | * ConstantTensorTransformer was trying to handle both "foo" and "constant(foo)", but the latter would lookup "constant" not "foo" in the map. * add unit test for this variation also.
* type resolving for constantsArne Juul2021-05-111-0/+50
| | | | | * wire in constants named directly in type resolving * add unit test that would fail without this wiring
* Use owner's dimensions in BackedOverridableQueryProfileJon Bratseth2021-04-281-1/+0
| | | | | | | | Use owner's dimensions rather than the backed's in BackedObverridableQueryProfile. This matters when a profile references a profile with different but overlapping dimensions and both the owner and referred profile assigns values for the same paths, within their respective dimension spaces.
* Allow btree index to be case sensitiv.Henning Baldersheim2021-04-251-6/+2
|
* use actual dimension namesArne Juul2021-04-231-5/+5
|
* resolve bindings via parent contextArne Juul2021-04-221-4/+0
|
* add unit test for argument binding resolutionArne Juul2021-04-221-0/+42
|
* Reapply "Arnej/evaluate bindings in parent context"Arne Juul2021-04-221-0/+68
| | | | This reverts commit f1598d54afa672ec895330dba43a9f0fb5687587.
* Propagate query cased/uncased control-to-attributes.Henning Baldersheim2021-04-211-0/+27
|
* Revert "Arnej/evaluate bindings in parent context"Arne H Juul2021-04-211-68/+0
|
* Merge pull request #17506 from ↵Arne H Juul2021-04-211-0/+68
|\ | | | | | | | | vespa-engine/arnej/evaluate-bindings-in-parent-context Arnej/evaluate bindings in parent context
| * more unit testingArne Juul2021-04-201-0/+68
| | | | | | | | | | * remove extra wiring that looks like it was added to work around evaluation happening with wrong bindings
* | - Add match config for default match type during query.Henning Baldersheim2021-04-211-22/+12
|/ | | | | - Add restart annotations on config that alwasy require restart. - Change default from legacy CASE_INSENSITIVE to UNCASED.
* A tensor field that specifies hnsw index parameters must also specify ↵Geir Storli2021-04-191-0/+19
| | | | 'index' in 'indexing'.
* Add cased/uncased to match settings too.Henning Baldersheim2021-04-121-74/+68
| | | | Only allow btree uncase/uncased, and hash:cased/cased for now.
* Control cased/uncased in dictionary settingHenning Baldersheim2021-04-121-33/+134
|
* Expect new error messageJon Bratseth2021-04-061-2/+3
|
* Add a testJon Bratseth2021-04-061-1/+18
|
* Improve error messageJon Bratseth2021-04-061-0/+2
|
* Also allow hash dictionary for multivalue numeric fields.Henning Baldersheim2021-03-241-1/+19
|
* Simplify tests.Henning Baldersheim2021-03-231-61/+48
|
* Add dictionary control for numeric fields.Henning Baldersheim2021-03-232-1/+139
|
* ONNX: import rankingExpression input as functionLester Solbakken2021-03-151-1/+1
|
* Fix unit type for token type idsLester Solbakken2021-02-081-1/+1
|
* Revert "Revert "Add 0's after token sequence for tokenTypeIds ""Lester Solbakken2021-02-081-1/+1
| | | | This reverts commit 0e5c47a8666e32eb304ca634c4b96ae8e96bb166.
* Revert "Add 0's after token sequence for tokenTypeIds "Harald Musum2021-02-081-1/+1
|
* Add 0's after token sequence for tokenTypeIdsLester Solbakken2021-02-051-1/+1
|
* Propagate type of transformer token helper functionsLester Solbakken2021-01-271-5/+9
|