summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | * now always behaves like it was true.
* 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
| | | | * to keep unit tests deterministic, sort earlier instead
* remove TemporarySDDocumentTypeArne H Juul2022-06-178-245/+17
| | | | | | * track converted structs as we make them * inherit directly instead of by name * remove code to deal with the no-longer-needed temporaries
* No functional changesJon Bratseth2022-06-151-0/+3
|
* Remove debug logging to stdoutHarald Musum2022-06-131-1/+0
|
* Use pattern variables, and various other code cleanup.Henning Baldersheim2022-06-093-96/+56
|
* update commentArne H Juul2022-06-081-1/+1
|
* GC deprecation warnings.Henning Baldersheim2022-06-085-56/+17
|
* Remove TensorFlow feature converterLester Solbakken2022-06-081-24/+3
|
* add fieldsets after inheritingArne H Juul2022-06-081-1/+1
| | | | | * bad design of DocumentType class (in both Java and C++) causes silent failures when this is done in the wrong order.
* move internal details from public APIArne H Juul2022-06-083-6/+16
|
* onnxModel to onnx in summary/matchfeaturesLester Solbakken2022-06-083-12/+11
|
* no more tensors in attribute prefetchArne H Juul2022-06-084-5/+13
| | | | * less hardcoded constants
* rawAsBase64 is now true by defaultArne H Juul2022-06-081-2/+1
|
* Remove 'attribute: huge' which has no effect.Geir Storli2022-06-084-12/+1
|
* remove TemporaryStructuredDataTypeArne H Juul2022-06-081-4/+0
|
* Disallow on Vespa 8Jon Bratseth2022-06-081-3/+0
|
* Disallow on Vespa 8Jon Bratseth2022-06-082-14/+1
|
* remove some cruftArne H Juul2022-05-3126-1237/+1
|
* Changing 'fast-rank' on an attribute should trigger the restart action.Geir Storli2022-05-191-2/+4
| | | | Add more testing of 'fast-rank' on un-supported attributes.
* RankProfiles are very expensive memory wise so we need to keep their ↵Henning Baldersheim2022-05-192-5/+15
| | | | | | | lifetime very short. Only remember exactly what you need. In this case we only need the constants and the onnxModels.
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-19225-0/+23969