aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/javacc/SDParser.jj
Commit message (Collapse)AuthorAgeFilesLines
* Remove old parser: Not used by any appsJon Bratseth2022-05-101-2912/+0
|
* Output input default values in rank propertiesJon Bratseth2022-05-091-1/+1
|
* Parse input default valuesJon Bratseth2022-05-061-4/+12
|
* Allow 0-rank tensorJon Bratseth2022-05-051-2/+2
|
* A double isn't an identifierJon Bratseth2022-05-051-6/+23
|
* Add support for approximate nearest neighbor threshold settings in rank ↵Geir Storli2022-04-291-1/+32
| | | | profiles.
* No colon between name and typeJon Bratseth2022-04-071-1/+1
|
* Support input in intermediate parserJon Bratseth2022-04-051-1/+1
|
* Allow inputs declarations in rank profilesJon Bratseth2022-04-041-13/+35
|
* Use more PathJon Marius Venstad2022-04-021-1/+1
|
* Revert "Move verification down"Håkon Hallingstad2022-04-021-1/+1
|
* Even more Path!Jon Marius Venstad2022-04-011-1/+1
|
* Merge pull request #21761 from vespa-engine/lesters/multiple-embeddersLester Solbakken2022-03-241-3/+3
|\ | | | | Lesters/multiple embedders
| * Add embedder selection argument to indexing languageLester Solbakken2022-03-211-3/+3
| |
* | use new temporariesArne H Juul2022-03-231-6/+6
|/ | | | * simpler to know what kind of temporary we are dealing with
* switch to NewDocumentReferenceDataTypeArne H Juul2022-03-171-12/+2
|
* populate struct fields on demandArne H Juul2022-03-111-5/+8
| | | | | | | * most SDField instances should know their "repo" * populate with struct fields in a lazy manner * just remember what we were told in the old API * note: old API will be renamed so it makes a bit more sense
* even TemporarySDField should be connected to a "repo"Arne H Juul2022-03-111-9/+11
|
* unify enumsArne H Juul2022-03-031-8/+8
|
* Add strict type checking option to query profilesJon Bratseth2022-02-251-2/+13
|
* Allow dash profile names in feature inheritanceJon Bratseth2022-02-241-2/+2
|
* warn, ignore, remove unused summary propertiesArne H Juul2022-02-231-1/+1
|
* add author tagsArne H Juul2022-02-231-0/+4
|
* give warnings for ignored keywordsArne H Juul2022-02-221-1/+2
| | | | * remove IndexingRewriteOperation - it was a no-op
* use "void" instead of returning unused nullArne H Juul2022-02-181-101/+34
| | | | | * lots of old parsing methods declared to return Object always returned (unused) null; make them void instead
* prepare to flip raw-as-base64-in-summaryArne H Juul2022-02-171-2/+11
| | | | | | | * note where we will flip the default * allow explicit value "true" or "false", so people can force old behavior after the default has changed
* Revert "Revert "Bratseth/avoid schema dir""Jon Bratseth2022-02-021-7/+4
| | | | This reverts commit 41c341a302ccf641acc91c2b3afb49844a43d216.
* Revert "Bratseth/avoid schema dir"Harald Musum2022-02-011-4/+7
|
* Avoid schema dirJon Bratseth2022-02-011-7/+4
|
* cosmetic fixesArne H Juul2022-01-291-4/+1
|
* Support multiple inheritance of rank profilesJon Bratseth2022-01-281-4/+4
|
* Make Application immutableJon Bratseth2022-01-241-7/+7
|
* try harder to get multi-level inheritance workingArne H Juul2021-12-131-1/+1
|
* Point to plugin BNFJon Bratseth2021-11-191-10/+4
|
* SimplifyHenning Baldersheim2021-11-111-5/+3
|
* GC dompression support in java.Henning Baldersheim2021-11-101-41/+10
|
* Support struct inheritanceJon Bratseth2021-11-101-5/+4
|
* let match-features inherit alsoArne H Juul2021-11-081-1/+9
| | | | | * a rank-profile can now inherit its parent's match-features and add its own, exactly the same way as summary-features.
* - Move blob to LargeRankExpressions and prepare som simplifying ↵Henning Baldersheim2021-11-051-35/+22
| | | | DistributableResource and make members final.
* add match-features in config-modelArne H Juul2021-11-031-0/+23
| | | | | | | | | * extend parser with single-line and multi-line "match-features" * add match features in RankProfile * rewrite match features if necessary * generate config for the backend New code is similar to the way "summary-features" and "rank-features" are handled.
* Consistently use -/_Henning Baldersheim2021-10-271-2/+2
|
* onrerank -> on-first-phase and add on-second-phaseHenning Baldersheim2021-10-251-2/+4
|
* Update execute -> mutate with '+=', '-=' and '='Henning Baldersheim2021-10-251-14/+14
|
* Inherit constantsJon Bratseth2021-10-181-3/+3
|
* search -> schemaJon Bratseth2021-10-151-160/+160
|
* Add Application abstractionJon Bratseth2021-10-151-6/+9
|
* Validate summary inheritanceJon Bratseth2021-10-151-2/+2
|
* Add support for control of execute on match, rerank, and summary.Henning Baldersheim2021-10-121-0/+51
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* encode -> embedJon Bratseth2021-09-281-4/+4
|