aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/javacc/SchemaParser.jj
Commit message (Collapse)AuthorAgeFilesLines
* - Test that deprecation warning is given if specified inside match-phase {}.Henning Baldersheim2024-06-061-1/+13
| | | | - Test that exception is thrown if specified twice.
* Support Diversity at rank-profile level.Henning Baldersheim2024-06-061-5/+6
|
* Add second phase rank score drop limit to config model.Tor Egge2024-06-031-0/+2
|
* Enable setting max-token-length in field match.Tor Egge2024-05-071-1/+13
|
* Add significance rank profileMariusArhaug2024-04-301-1/+22
|
* track inputs vs newlines and warn on missing newlinesArne Juul2024-03-011-3/+19
|
* revert newline requirement between inputsArne Juul2024-02-281-2/+1
|
* accept "float" with warningArne Juul2024-02-261-0/+7
|
* allow "long" with warningArne Juul2024-02-221-0/+7
|
* demand newline between declarations of inputsArne Juul2024-02-221-1/+2
|
* allow inputs { query(foo) string }Arne Juul2024-02-221-10/+15
|
* Revert "demand newline between declarations of inputs"Harald Musum2024-02-211-2/+2
|
* demand newline between declarations of inputsArne Juul2024-02-211-2/+2
|
* Enable setting max-occurrences in field match.Tor Egge2024-01-041-1/+12
|
* Prepare for emitting warning if summary field type is specified.Tor Egge2023-10-241-1/+8
| | | | Improve resolving of summary field type from source field type.
* Rename linguistics-tokens to tokens.Tor Egge2023-10-191-4/+4
|
* Add linguistics tokens document field writer.Tor Egge2023-10-161-0/+4
|
* Merge pull request #28836 from vespa-engine/bratseth/copyright-2Jon Bratseth2023-10-101-1/+1
|\ | | | | Update copyright
| * Update copyrightJon Bratseth2023-10-091-1/+1
| |
* | Support inheriting multiple document summariesJon Bratseth2023-10-071-4/+2
|/
* Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-151-0/+16
| | | | | | | | | | | | | | 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.
* Add TODOsHarald Musum2023-07-071-0/+2
|
* Add deprecation warning when using another name for attribute or indexHarald Musum2023-07-071-0/+8
|
* for document-summary blocks:Arne Juul2023-04-211-3/+4
| | | | | | * 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 some single-word tokens and sort in identifier() productionArne Juul2023-03-301-2/+6
|
* add more tokens containing "-" to identifierWithDash() productionArne Juul2023-03-301-0/+31
|
* move tokens containing "-" to identifierWithDash() productionArne Juul2023-03-301-30/+31
|
* rename some tokens containing dash for consistencyArne Juul2023-03-301-130/+130
|
* Add new tokens to identifier()Bjørn Christian Seime2023-03-291-0/+3
|
* Allow configuration of execution mode from rank profileBjørn Christian Seime2023-03-291-0/+5
|
* extend grammar with new settingsArne Juul2023-03-221-0/+7
|
* container-phase -> global-phaseArne Juul2023-02-021-10/+10
|
* add parsing (only) of container-phase in schemaArne Juul2023-02-011-1/+32
|
* Warn if enable-bit-vectors is used. It is default and has no effect any longer.Henning Baldersheim2022-09-291-3/+3
|
* Remove array operation support on Vespa 8Jon Bratseth2022-06-081-3/+3
|
* Remove 'attribute: huge' which has no effect.Geir Storli2022-06-081-4/+1
|
* Remove on Vespa 8Jon Bratseth2022-06-081-3/+2
|
* remove constructs with no effectArne H Juul2022-06-081-167/+1
|
* GC compression inside documentHenning Baldersheim2022-06-081-49/+1
|
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-16/+16
|
* Revert "Merge pull request #22642 from ↵Jon Bratseth2022-05-181-35/+39
| | | | | | | vespa-engine/revert-22637-bratseth/model-syntax" This reverts commit 2c9cb8159adaced573fd1e34689e533946feea85, reversing changes made to a4dbfc43c7df534ee5b032204ef19a7b038d7e3e.
* Revert "Bratseth/model syntax"Arnstein Ressem2022-05-181-39/+35
|
* Unify constant syntax across models and rank profilesJon Bratseth2022-05-181-35/+39
|
* Rename to SchemaParserJon Bratseth2022-05-161-0/+2950