aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema
Commit message (Expand)AuthorAgeFilesLines
* Only optimize boolean expressions on primitivesJon Bratseth2022-09-291-7/+12
* Use consistent terminologyJon Bratseth2022-09-297-36/+37
* Merge pull request #24251 from vespa-engine/bratseth/operatorsv8.61.17Henning Baldersheim2022-09-282-32/+30
|\
| * Use tensor vocabularyJon Bratseth2022-09-282-8/+8
| * Drop 'arithmetic' from nameJon Bratseth2022-09-282-30/+30
| * Fold comparisons into the other operatorsJon Bratseth2022-09-281-6/+4
* | GC unused enable-bitvector flagHenning Baldersheim2022-09-282-6/+4
|/
* Remove summary field types from summary.def.Geir Storli2022-09-231-1/+0
* Use ArithmeticNode.resolve instead of creating a new one explicit.Henning Baldersheim2022-09-211-2/+32
* Avoid confusing the reader by starting off with OR. Just use null instead.Henning Baldersheim2022-09-211-2/+1
* Short circuit boolean expressionsJon Bratseth2022-09-212-1/+107
* Revert "Revert "Revert "Short circuit boolean expressions"""Henning Baldersheim2022-09-212-107/+1
* Revert "Revert "Short circuit boolean expressions""Henning Baldersheim2022-09-212-1/+107
* Revert "Short circuit boolean expressions"Arnstein Ressem2022-09-202-107/+1
* Merge pull request #24135 from vespa-engine/bratseth/boolean-shortcircuitHenning Baldersheim2022-09-202-1/+107
|\
| * Update BooleanExpressionTransformer.javaHenning Baldersheim2022-09-201-1/+1
| * Short circuit boolean expressionsJon Bratseth2022-09-202-1/+107
* | Do not log disk access warning when using an imported complex field in summary.Geir Storli2022-09-195-12/+30
|/
* Send model pathsJon Bratseth2022-09-171-8/+3
* Allow dynamic transforms on array<string> summary fields.Geir Storli2022-09-136-29/+86
* Remove summarymap config that is no longer used.Geir Storli2022-09-081-1/+0
* Remove producing of summarymap config from the config model.Geir Storli2022-09-075-161/+54
* Warn oonce per summaryJon Bratseth2022-09-051-6/+12
* Also add option to turn split optimisation off.Henning Baldersheim2022-08-311-0/+2
* Remove option to specify delay with feature flag.Henning Baldersheim2022-08-311-3/+0
* Duplicate summarymap config into summary config.Geir Storli2022-08-293-35/+58
* Minor cleanup while reading code.Henning Baldersheim2022-08-281-26/+17
* Control phrase execution with featureflagHenning Baldersheim2022-08-281-23/+22
* Add 'paged' support for reference attribute fields.Geir Storli2022-08-241-1/+0
* Add final to members, and use pattern variable.Henning Baldersheim2022-08-131-13/+9
* No functional changesJon Bratseth2022-07-251-2/+1
* Merge pull request #23502 from vespa-engine/geirst/remove-textextractor-summa...Tor Egge2022-07-142-2/+1
|\
| * Remove textextractor summary transform.Geir Storli2022-07-142-2/+1
* | Ensure the summary transform for 'documentid' is part of summarymap.cfg.Geir Storli2022-07-141-0/+10
|/
* Validate that complex fields do not have struct fields with 'indexing: index'.Geir Storli2022-07-133-0/+22
* Revert "Validate that complex fields do not have struct fields with 'indexing...HÃ¥kon Hallingstad2022-07-123-22/+0
* Merge pull request #23478 from vespa-engine/geirst/struct-fields-with-index-v...Geir Storli2022-07-123-0/+22
|\
| * Validate that complex fields do not have struct fields with 'indexing: index'.Geir Storli2022-07-123-0/+22
* | Merge pull request #23465 from vespa-engine/geirst/summary-transform-for-docu...v8.17.19Geir Storli2022-07-124-5/+35
|\ \
| * | Add new summary transform for all 'documentid' summary fields.Geir Storli2022-07-124-5/+35
| |/
* / Don't say we expect declaration in query profilesJon Bratseth2022-07-111-3/+3
|/
* Add option to ignore undefined fieldsJon Bratseth2022-07-042-2/+2
* Style fixes. Add member function comment.Tor Egge2022-06-291-5/+5
* Use CopyDFW for struct field summaries with explicit source.Tor Egge2022-06-292-0/+16
* Refactor SummaryMap.derive().Tor Egge2022-06-281-15/+4
* stop using feature flag avoidRenamingSummaryFeaturesArne H Juul2022-06-221-6/+2
* 64k -> 64Mb max bolded field sizeJon Bratseth2022-06-201-11/+11
* use sorted listArne H Juul2022-06-171-1/+2
* remove sort in SearchOrdererArne H Juul2022-06-172-6/+9
* remove TemporarySDDocumentTypeArne H Juul2022-06-178-245/+17