summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/document/SDField.java
Commit message (Expand)AuthorAgeFilesLines
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-802/+0
* handle different SDDocumentType instances with same nameArne H Juul2022-04-071-2/+2
* Merge pull request #21761 from vespa-engine/lesters/multiple-embeddersLester Solbakken2022-03-241-4/+4
|\
| * Add embedder selection argument to indexing languageLester Solbakken2022-03-211-4/+4
* | handle new temporariesArne H Juul2022-03-231-2/+7
|/
* populate matching for key/value of map fields alsoArne H Juul2022-03-211-6/+13
* cleanup constructorsArne H Juul2022-03-111-37/+22
* removing some useless stuffArne H Juul2022-03-111-28/+18
* populate struct fields on demandArne H Juul2022-03-111-39/+56
* test with old and new parserArne H Juul2022-03-091-0/+1
* regular "type" queryCommandsArne H Juul2022-03-081-0/+5
* unify enumsArne H Juul2022-03-031-2/+2
* remove inactive code and try to clean upArne H Juul2022-03-031-46/+23
* handle already-resolved StructDataType alsoArne H Juul2022-03-031-13/+23
* simplify useless "ownerDocType"Arne H Juul2022-03-031-10/+3
* Revert "Use LinkedHashMap to get deterministic config order"Jon Bratseth2022-02-021-2/+2
* Use LinkedHashMap to get deterministic config orderJon Bratseth2022-02-021-2/+2
* Classify exceptions better to avoid unnecessary stack tracesJon Bratseth2022-01-211-1/+1
* search -> schemaJon Bratseth2021-10-151-3/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Do not replace existing struct fields when populating a field.Geir Storli2021-10-011-1/+1
* encode -> embedJon Bratseth2021-09-281-4/+4
* Add 'encode' expressionJon Bratseth2021-09-191-3/+4
* No functional changesJon Bratseth2021-06-281-3/+3
* Add comment and copyright.Henning Baldersheim2021-04-121-3/+3
* Add cased/uncased to match settings too.Henning Baldersheim2021-04-121-0/+11
* Control cased/uncased in dictionary settingHenning Baldersheim2021-04-121-3/+6
* Simplify tests.Henning Baldersheim2021-03-231-1/+1
* Add dictionary control for numeric fields.Henning Baldersheim2021-03-231-0/+10
* Make validation of struct field attributes reflect reality.Geir Storli2021-01-061-0/+10
* Reject queries searching tensor fieldsJon Bratseth2020-11-291-3/+7
* Non-functional changes onlyJon Bratseth2020-09-301-19/+13
* Move any single set_language operation to the topJon Bratseth2020-08-061-4/+2
* Disallow unbound tensor dimensions in document fieldsJon Bratseth2020-06-081-41/+33
* Revert "Merge pull request #12351 from vespa-engine/revert-11875-bratseth/nod...Jon Bratseth2020-02-261-13/+4
* Revert "Bratseth/node metrics"Harald Musum2020-02-261-4/+13
* Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-201-35/+25
|\
| * Header/body does not exist anymore. Deprecate and remove own internal usage.Henning Baldersheim2020-01-301-35/+25
* | Autoscaling WIPJon Bratseth2020-01-271-13/+4
|/
* Remove some unused codeHenning Baldersheim2019-10-311-15/+1
* Use immutable interfaces where possible.Henning Baldersheim2019-10-311-9/+9
* Extend the immutable interface and cache allFields in rankprofileHenning Baldersheim2019-10-311-11/+28
* Revert "Setting attribute on a field that has struct or map sub-type(s) is no...Harald Musum2019-07-151-21/+0
* Setting attribute on a field that has struct or map sub-type(s) is not suppor...Geir Storli2019-07-111-0/+21
* GC dead codeArne Juul2019-01-211-12/+0
* Make SimpleLinguistics simple againJon Bratseth2019-01-211-1/+1
* Add getAttribute() method to ImmutableSDField interface.Tor Egge2019-01-111-0/+4
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-141-29/+27
* Deprecated methods and add OptimaizeDetectorJon Bratseth2018-11-011-0/+1
* Check that assumption of struct data type is correctLester Solbakken2018-10-231-38/+42