aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/document
Commit message (Expand)AuthorAgeFilesLines
* Fail duplicate import of field.Tor Egge2018-11-291-0/+2
* Handle import of array of struct fields, map of struct fields, and map ofTor Egge2018-11-271-1/+4
* Merge pull request #7531 from vespa-engine/bratseth/deprecate-linguistics-met...Jon Bratseth2018-11-011-0/+1
|\
| * Deprecated methods and add OptimaizeDetectorJon Bratseth2018-11-011-0/+1
* | getContentType -> contentStruct and java doc.Henning Baldersheim2018-11-011-3/+3
* | Deprecating a whole lot of body/header related methods that should have been ...Henning Baldersheim2018-10-313-11/+4
|/
* Check that assumption of struct data type is correctLester Solbakken2018-10-231-38/+42
* Add from-disk flag on document-summaryJon Bratseth2018-10-123-14/+24
* Do not create huge optimaize structures when not necessary.Henning Baldersheim2018-10-051-1/+1
* When you want to let them through, you can not only give them partial rights.Henning Baldersheim2018-09-273-0/+12
* Merge pull request #6718 from vespa-engine/geirst/relax-validation-of-complex...Henning Baldersheim2018-08-291-69/+31
|\
| * Relax validation of complex attribute fields by only considering the defined ...Geir Storli2018-08-291-69/+31
* | Add control over attribute mutabilityHenning Baldersheim2018-08-291-0/+3
|/
* Validate that complex fields that have struct field attributes are supported.Geir Storli2018-06-141-0/+6
* Use document type to resolve struct data types when checking whether a comple...Geir Storli2018-06-141-11/+48
* Add copyright notice.Geir Storli2018-06-131-0/+1
* Add validator for changes in the set of struct field attributes that are part...Geir Storli2018-06-121-3/+12
* Support that map of primitive types is derived into array attributes.Geir Storli2018-06-071-0/+14
* Add new summary transform (attributecombiner) for complex fields that are rep...Geir Storli2018-06-061-0/+92
* Support that array of struct field is derived into array attributes.Geir Storli2018-05-291-0/+7
* Revert "Support that array of struct field is derived into array attributes."Henning Baldersheim2018-05-271-7/+0
* Support that array of struct field is derived into array attributes.Geir Storli2018-05-251-0/+7
* Allow importing a field from a parent document type that also is imported.Geir Storli2018-04-232-3/+7
* Nonfunctional changes onlyJon Bratseth2018-03-191-8/+6
* Revert "Revert "Bratseth/typecheck all 3""Jon Bratseth2018-02-223-2/+14
* Revert "Bratseth/typecheck all 3"Harald Musum2018-02-213-14/+2
* Add types of includes fieldsJon Bratseth2018-02-213-2/+14
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-182-11/+11
* Revert "Bratseth/tensorflow models"gjoranv2017-12-172-11/+11
* Merge with masterJon Bratseth2017-12-131-1/+6
|\
| * Fix such that a predicate field can be imported from a parent into a child type.Geir Storli2017-12-061-1/+6
* | Check agreement between TF and Vespa executionJon Bratseth2017-12-132-10/+10
|/
* Avoid the phrase 'boolean search' for predicate fieldsJon Bratseth2017-09-211-5/+4
* Update copyright headersJon Bratseth2017-06-1422-22/+22
* Revert "Update copyright headers"Jon Bratseth2017-06-1422-22/+22
* Update copyright headersJon Bratseth2017-06-1422-22/+22
* Revert "Copyright header"Jon Bratseth2017-06-1322-22/+22
* Copyright headerJon Bratseth2017-06-1322-22/+22
* Nonfunctional changesJon Bratseth2017-06-081-1/+1
* use standard formatting for Override annotationArne H Juul2017-05-302-5/+10
* implement hashCode()Arne H Juul2017-04-252-0/+8
* Improve name of methods exposing fields in SearchBjørn Christian Seime2017-03-271-0/+4
* Support imported fields in field setsBjørn Christian Seime2017-03-273-5/+8
* Add a common interface for SDField and ImportedFieldBjørn Christian Seime2017-03-153-1/+262
* Enforce that reference fields must be an attributeBjørn Christian Seime2017-02-171-21/+67
* Align naming of imported fields across Java code and config.Geir Storli2017-02-093-32/+32
* Implement processor that resolves imported fields into concrete field referen...Geir Storli2017-01-262-0/+60
* Simplify AST classes used for imported fields.Geir Storli2017-01-263-47/+24
* Remove TemporaryReferenceFieldBjørn Christian Seime2017-01-251-45/+0
* Move document references from Search to SDDocumentTypeBjørn Christian Seime2017-01-251-3/+28