summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/processing
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #9849 from ↵Jon Bratseth2019-06-201-1/+1
| | | | | | | vespa-engine/revert-9836-bratseth/output-in-dense-tensor-form" This reverts commit 2663557e0c6d652fd082507878059a69c75e2415, reversing changes made to 46cfd5c26c5dac150efb698d726810ade4364e70.
* Revert "Output bound dense tensors in dense string form"Jon Bratseth2019-06-191-1/+1
|
* Output bound dense tensors in dense string formJon Bratseth2019-06-191-1/+1
|
* Do not add summaryfeatures and rankfeatures to document config.Henning Baldersheim2019-06-142-17/+5
|
* Revert "Revert "Require constant() for large constants and fix a type ↵Jon Bratseth2019-06-133-8/+7
| | | | resolving bug""
* Revert "Require constant() for large constants and fix a type resolving bug ↵Harald Musum2019-06-123-7/+8
| | | | | | (#9769)" This reverts commit cee1c3a3804d5d3c25407b3c4ac64228e9d194e3.
* Require constant() for large constants and fix a type resolving bug (#9769)Jon Bratseth2019-06-123-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Require constant() for large constants and fix a type resolving bug * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise
* Don't check error messages from another moduleJon Bratseth2019-06-112-34/+61
|
* Rewrite large constant references from foo to constant(foo)Jon Bratseth2019-06-061-1/+1
|
* Vespa global model importJon Bratseth2019-06-021-0/+77
|
* Revert "Bratseth/emit float tensors in config"Arnstein Ressem2019-05-081-15/+15
|
* Emit float tensor types in config when specifiedJon Bratseth2019-05-071-15/+15
|
* Add tensor value typeJon Bratseth2019-04-032-2/+2
|
* Remove option to set tensor type on attribute as tensor type is always part ↵Geir Storli2019-02-132-4/+2
| | | | of field type.
* Make stemming.best defaultLester Solbakken2019-01-212-14/+14
|
* Test nested import of struct and position fields.Tor Egge2019-01-151-59/+182
|
* Stop flattening imported fields.Tor Egge2019-01-113-6/+25
|
* Add subclasses of ImportedField to better keep track of simple fieldsTor Egge2019-01-102-2/+4
| | | | and complex fields.
* Allow position summary with no attribute if field is not imported andTor Egge2018-12-061-0/+28
| | | | summary field name matches source.
* Process position summary entries.Tor Egge2018-12-063-41/+311
|
* Revert "Process position summary entries."Henning Baldersheim2018-12-063-311/+41
|
* Process position summary entries.Tor Egge2018-12-053-41/+311
|
* Trim down unit tests.Tor Egge2018-11-301-36/+3
|
* Derive config for imported position field.Tor Egge2018-11-301-1/+90
|
* Revert "Revert "Always output tensor type in toString""Jon Bratseth2018-11-291-6/+6
|
* Merge pull request #7811 from vespa-engine/toregge/fail-duplicate-importGeir Storli2018-11-291-0/+14
|\ | | | | Fail duplicate import of field.
| * Fail duplicate import of field.Tor Egge2018-11-291-0/+14
| |
* | Revert "Always output tensor type in toString"Håkon Hallingstad2018-11-291-6/+6
|/
* Merge pull request #7808 from ↵Lester Solbakken2018-11-291-6/+6
|\ | | | | | | | | vespa-engine/bratseth/always-output-tensor-type-in-tostring Always output tensor type in toString
| * Always output tensor type in toStringJon Bratseth2018-11-281-6/+6
| | | | | | | | | | This allows us to always restore a tensor accurately from its toString form.
* | Fix typo.Tor Egge2018-11-271-29/+19
| | | | | | | | | | | | Factor out logic to check for nested field name. Use camel case instead of underscore for compound function name. Simplify test.
* | Handle import of array of struct fields, map of struct fields, and map ofTor Egge2018-11-273-10/+190
|/ | | | primitive fields as long as required attributes are present.
* Create a config model view (api) package under model-integrationJon Bratseth2018-11-264-5/+5
| | | | | | This is to avoid having to install config-mode and dependencies in the container at startup as a consequence of wanting model-integration there to make TensorFlow available.
* Model the config model view of model-integrationJon Bratseth2018-11-264-14/+14
| | | | | This is to make it clearer that these methods are part of the config model API.
* Merge pull request #7744 from vespa-engine/bratseth/move-tf-out-of-config-modelJon Bratseth2018-11-234-8/+15
|\ | | | | Bratseth/move tf out of config model
| * Move all importing to model-integrationJon Bratseth2018-11-224-5/+5
| |
| * Restore old package nameJon Bratseth2018-11-224-5/+5
| |
| * Separate model integration into a separate moduleJon Bratseth2018-11-214-8/+15
| | | | | | | | | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* | Add unit test for position zcurve field not being part of [document] fieldsetTor Brede Vekterli2018-11-221-0/+13
|/ | | | Should work as expected when the field is defined in a parent document type.
* Check that assumption of struct data type is correctLester Solbakken2018-10-231-0/+5
|
* Revert "Revert "Disallow complex types as keys for nested types in arrays""Lester Solbakken2018-10-231-0/+52
| | | | | | | This reverts commit bb42d0c6f30de25b9ca6b8e232b6920aeb51a7d1. Reason for system tests failing was changes in the system tests, not this PR.
* Revert "Disallow complex types as keys for nested types in arrays"Harald Musum2018-10-231-52/+0
|
* Disallow complex types as keys for nested types in arraysLester Solbakken2018-10-221-0/+52
|
* Merge with masterJon Bratseth2018-09-281-4/+4
|\
| * When you want to let them through, you can not only give them partial rights.Henning Baldersheim2018-09-271-4/+4
| |
* | Skip return type info if defaultJon Bratseth2018-09-251-10/+7
| |
* | Revert "Merge pull request #7094 from ↵Jon Bratseth2018-09-253-10/+13
|/ | | | | | | vespa-engine/revert-7070-bratseth/rank-type-information-2" This reverts commit 0246064bbfb9657515f516e2fea12d593cd13016, reversing changes made to f627463a8100090ec109d27c3aeb439a3395a34f.
* Revert "Bratseth/rank type information 2"Arnstein Ressem2018-09-253-13/+10
|
* Merge with masterJon Bratseth2018-09-245-86/+13
|\
| * Remove dead codeJon Bratseth2018-09-195-92/+13
| |