aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived
Commit message (Collapse)AuthorAgeFilesLines
* add test of for_eachArne Juul2024-03-194-0/+22
|
* accept "float" with warningArne Juul2024-02-262-0/+248
|
* allow inputs { query(foo) string }Arne Juul2024-02-223-4/+29
|
* Update expected default value for maxtermoccurrencesTor Egge2024-02-2034-34/+34
|
* unit test reset of feature listsArne Juul2024-01-212-0/+31
|
* Update expected default value for maxtermoccurrencesHenning Baldersheim2024-01-1634-34/+34
|
* Revert "Revert "Balder/unify attributes over streaming indexed""Henning Baldersheim2024-01-123-9/+9
|
* Revert "Balder/unify attributes over streaming indexed"Henning Baldersheim2024-01-123-9/+9
|
* Unify behavior of attribute matching over streaming and indexed.Henning Baldersheim2024-01-113-9/+9
|
* Generate correct vsmfields config for cased search.Henning Baldersheim2024-01-104-0/+89
|
* Detect integer fields in fieldsets.Tor Egge2023-12-072-0/+4
|
* Limit yql in operator to string and integer fields.Tor Egge2023-11-2931-0/+296
|
* add special handling of "closest" featureArne Juul2023-11-232-0/+58
|
* always process with SerializationContext (needed by unpack_bits)Arne Juul2023-11-163-1/+32
|
* unpack_bits_from_int8 -> unpack_bitsArne Juul2023-11-101-1/+1
|
* add "unpack_bits_from_int8" functionArne Juul2023-11-106-0/+108
|
* Stop adding and populating extra fields for dynamic summary.Tor Egge2023-11-036-34/+6
| | | | | They have not been used for a long time (summary field source field is used instead).
* Write to summary field source.Tor Egge2023-11-031-1/+1
|
* Merge pull request #29195 from ↵Geir Storli2023-11-024-10/+10
|\ | | | | | | | | vespa-engine/toregge/dynamic-summary-fields-dont-require-tokenizer Dynamic summary fields don't require tokenizer.
| * Dynamic summary fields don't require tokenizer.Tor Egge2023-11-024-10/+10
| | | | | | | | | | | | Tokenization is enabled by the presence of an index expression in the indexing script for the field, and the annotated strings containing the result of tokenization are written to the document field.
* | Don't censor map indexes that start with left bracket inTor Egge2023-11-021-8/+8
|/ | | | readAndCensorIndexes.
* Use "copy" summary transform when field is only defined as summary field.Tor Egge2023-11-012-10/+10
|
* handle functions with argumentsArne Juul2023-10-302-0/+126
| | | | | * should work as match-features and summary-features now * and they will become hidden/implicit match-feature if used from global-phase
* avoid losing inherited match-features when adding implicit onesArne Juul2023-10-262-0/+62
|
* Prepare for emitting warning if summary field type is specified.Tor Egge2023-10-2410-26/+26
| | | | Improve resolving of summary field type from source field type.
* Remove unneeded document summary types.Tor Egge2023-10-2311-39/+39
|
* Non-functional changes onlyJon Bratseth2023-10-181-0/+127
|
* allow configuring normalizersArne Juul2023-10-132-0/+90
|
* Correct copyright headersJon Bratseth2023-10-095-15/+0
|
* Update copyrightJon Bratseth2023-10-09173-154/+177
|
* Merge pull request #28623 from ↵Arne H Juul2023-09-252-0/+41
|\ | | | | | | | | vespa-engine/bratseth/dynamic-summary-ngram-fields Bratseth/dynamic summary ngram fields
| * Output gram for summary fields where the source is gramJon Bratseth2023-09-222-0/+41
| |
* | declare types for more rank featuresArne Juul2023-09-215-0/+85
|/
* if something is already a match-feature, avoid computing it again in ↵Arne Juul2023-09-182-0/+46
| | | | global-phase
* Remove unused, stale stuff related to index-toHarald Musum2023-07-082-3/+0
| | | | Mostly in schemas, support remove years ago, no funcation changes
* Merge pull request #27382 from ↵Arne H Juul2023-06-133-0/+110
|\ | | | | | | | | vespa-engine/bratseth/validate-prefix-matching-take-2-alternative-ending Bratseth/validate prefix matching take 2 alternative ending
| * Expect fieldset infoJon Bratseth2023-06-123-0/+22
| |
| * Move to SchemaInfoJon Bratseth2023-06-123-0/+88
| | | | | | | | | | | | | | Add the missing constructs to SchemaInfo to be able to use it in place of IndexFacts for validation, and rewrite QueryValidator to use it. The new validation (for prefix search on indexes) is disabled until this is verified, so this should be a no-op.
* | avoid having "index" command for fields without an indexArne Juul2023-06-0845-1280/+0
|/
* add filtering to hide implicitly added match featuresArne Juul2023-05-113-0/+32
|
* Reapply "Bjorncs/embedder onnx gpu"Bjørn Christian Seime2023-05-093-0/+3
| | | | Updated model-integration to depend on configdefinitions instead of searchcore as OnnxModelsConfig is moved there.
* Revert "Bjorncs/embedder onnx gpu"Geir Storli2023-05-083-3/+0
|
* Add config for number of GPUs available to ONNX runtimeBjørn Christian Seime2023-05-083-0/+3
|
* for document-summary blocks:Arne Juul2023-04-212-4/+3
| | | | | | * for existing fields, allow skipping the type declaration * if type is same except for weighted-set flags, adjust type to match * for this to work with inheritance, wire in inherited schema early
* add two names for distance metricsArne Juul2023-04-202-2/+2
|
* Add vmsfields config for nearest neighbor search on supported tensor fields.Geir Storli2023-04-142-0/+55
|
* Replace reflection by visitorJon Bratseth2023-03-311-1/+1
|
* Allow configuration of execution mode from rank profileBjørn Christian Seime2023-03-292-1/+2
|
* Merge pull request #26535 from ↵Arne H Juul2023-03-231-5/+5
|\ | | | | | | | | vespa-engine/arnej/use-common-expressionfunction-instance use ExpressionFunction.Instance for consistency
| * use ExpressionFunction.Instance for consistencyArne Juul2023-03-221-5/+5
| |