aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema/parser
Commit message (Collapse)AuthorAgeFilesLines
* Use "document-summary" instead of "summary class" or "document summary".Tor Egge2023-10-311-2/+2
|
* Extend class comment for SummaryFieldTypeResolver.Tor Egge2023-10-241-0/+4
|
* Prepare for emitting warning if summary field type is specified.Tor Egge2023-10-243-25/+114
| | | | Improve resolving of summary field type from source field type.
* Derive summary field type from source.Tor Egge2023-10-191-0/+6
|
* Rename linguistics-tokens to tokens.Tor Egge2023-10-192-5/+5
|
* Add linguistics tokens document field writer.Tor Egge2023-10-162-0/+5
|
* Merge pull request #28836 from vespa-engine/bratseth/copyright-2Jon Bratseth2023-10-1027-21/+27
|\ | | | | Update copyright
| * Update copyrightJon Bratseth2023-10-0927-21/+27
| |
* | Support inheriting multiple document summariesJon Bratseth2023-10-072-7/+4
|/
* get line number and contextArne Juul2023-08-241-1/+1
|
* Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-152-0/+9
| | | | | | | | | | | | | | When searching the HNSW index in a post-filtering case, targetHits is auto-adjusted in an effort to still expose targetHits hits to first-phase ranking after post-filtering. The following formula is now used to ensure an upper bound of adjustedTargetHits, avoiding that the search in the HNSW index takes too long. adjustedTargetHits = min(targetHits / estimatedHitRatio, targetHits * targetHitsMaxAdjustmentFactor). The target-hits-max-adjustment-factor can be set in a rank profile and overriden per query. The value is in the range [1.0,inf], with the default being 20.0. When setting this to 1.0, auto-adjustment of targetHits is effectively disabled.
* Don't scale down if we are likely to scale back upJon Bratseth2023-07-201-4/+4
| | | | | | | | | When we decide to scale number of nodes down we'll see a lower ideal load because we need to be able to handle one node going down. This may lead us to be closer to ideal (at current peak load) than otherwise anticipated, such that we are quite likely to soon scale back up. This checks for that and avoids scaling down dimensions where this is the case.
* for document-summary blocks:Arne Juul2023-04-211-1/+24
| | | | | | * for existing fields, allow skipping the type declaration * if type is same except for weighted-set flags, adjust type to match * for this to work with inheritance, wire in inherited schema early
* add two names for distance metricsArne Juul2023-04-201-0/+1
|
* More understandable errors, and implement inner convertJon Bratseth2023-03-311-1/+1
|
* Handle schema files with no contentJon Bratseth2023-02-071-25/+25
|
* wire global-phase through config-model exactly like second-phaseArne Juul2023-02-031-0/+5
|
* container-phase -> global-phaseArne Juul2023-02-021-10/+10
|
* add parsing (only) of container-phase in schemaArne Juul2023-02-011-1/+15
|
* No functional changesJon Bratseth2023-01-061-1/+3
|
* Optimize importsHarald Musum2022-10-241-1/+0
|
* Warn if enable-bit-vectors is used. It is default and has no effect any longer.Henning Baldersheim2022-09-292-4/+0
|
* Add option to ignore undefined fieldsJon Bratseth2022-07-041-1/+1
|
* remove TemporarySDDocumentTypeArne H Juul2022-06-173-6/+16
| | | | | | * track converted structs as we make them * inherit directly instead of by name * remove code to deal with the no-longer-needed temporaries
* GC deprecation warnings.Henning Baldersheim2022-06-081-9/+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.
* Remove 'attribute: huge' which has no effect.Geir Storli2022-06-082-4/+0
|
* Disallow on Vespa 8Jon Bratseth2022-06-081-3/+0
|
* Disallow on Vespa 8Jon Bratseth2022-06-081-2/+1
|
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-1927-0/+3055