summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7895 from ↵Henning Baldersheim2018-12-064-41/+344
|\ | | | | | | | | vespa-engine/toregge/process-positon-summary-entries-try2 Process position summary entries. (take 2).
| * 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-064-41/+316
| |
* | Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-14/+19
|/ | | | | | | | | - Update FastCharStream method names to follow changes in generated CharStream class. - Update expected test output due to improvements in generated code. - Improve ability to debug tests by more clearly printing out the diff between expected and actual output.
* Revert "Process position summary entries."Henning Baldersheim2018-12-064-316/+41
|
* Process position summary entries.Tor Egge2018-12-054-41/+316
|
* Add build() method to config buildersJon Bratseth2018-11-304-5/+5
|
* Trim down unit tests.Tor Egge2018-11-301-36/+3
|
* Derive config for imported position field.Tor Egge2018-11-302-1/+95
|
* 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-274-10/+195
|/ | | | primitive fields as long as required attributes are present.
* Create a config model view (api) package under model-integrationJon Bratseth2018-11-2616-17/+17
| | | | | | 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-2616-63/+63
| | | | | 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-2316-26/+27
|\ | | | | Bratseth/move tf out of config model
| * Move all importing to model-integrationJon Bratseth2018-11-2216-17/+17
| |
| * Restore old package nameJon Bratseth2018-11-2216-17/+17
| |
| * Separate model integration into a separate moduleJon Bratseth2018-11-2116-26/+27
| | | | | | | | | | | | | | 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.
* | exclude "extra" fields from [document] field-setArne Juul2018-11-221-0/+2
|/
* Consolidate match settingJon Bratseth2018-11-131-0/+15
|
* Deprecating a whole lot of body/header related methods that should have been ↵Henning Baldersheim2018-10-311-1/+6
| | | | done a long time ago.
* 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-232-0/+55
| | | | | | | 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-232-55/+0
|
* Disallow complex types as keys for nested types in arraysLester Solbakken2018-10-222-0/+55
|
* Do not warn until Vespa 7Henning Baldersheim2018-10-121-1/+1
|
* Add from-disk flag on document-summaryJon Bratseth2018-10-121-0/+47
| | | | And warn if not set and the summary accesses disk.
* Merge with masterJon Bratseth2018-09-284-9/+50
|\
| * Small test are better to keep in the code.Henning Baldersheim2018-09-272-4/+45
| |
| * When you want to let them through, you can not only give them partial rights.Henning Baldersheim2018-09-272-5/+5
| |
* | Skip return type info if defaultJon Bratseth2018-09-252-11/+8
| |
* | Revert "Merge pull request #7094 from ↵Jon Bratseth2018-09-256-17/+24
|/ | | | | | | 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-256-24/+17
|
* Allow mutable fields to be modifiable in indexing docproc and to have an ↵Henning Baldersheim2018-09-251-16/+37
| | | | initial value.
* Merge with masterJon Bratseth2018-09-2413-268/+31
|\
| * Remove test of dead codeJon Bratseth2018-09-191-87/+0
| |
| * Remove dead codeJon Bratseth2018-09-1913-188/+32
| |
* | Output type informationJon Bratseth2018-09-203-11/+18
| |
* | Resolve types of all argument-less functionsJon Bratseth2018-09-205-12/+6
|/
* Don't build rank profiles when generating document Java classesJon Bratseth2018-09-1813-27/+31
|
* Merge with masterJon Bratseth2018-09-185-5/+5
|\
| * Separate the processing.Processors into a minimal set and the rest. Only use ↵Henning Baldersheim2018-09-175-5/+5
| | | | | | | | the minimal set when generating the concrete document types.
* | Refactor: No separate string accessorsJon Bratseth2018-09-171-2/+4
| |
* | Don't store expression stringsJon Bratseth2018-09-171-1/+1
| |