summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/javacc/SDParser.jj
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14648 from vespa-engine/bratseth/non-functional-changesJon Bratseth2020-09-301-4/+4
|\
| * Non-functional changes onlyJon Bratseth2020-09-301-4/+4
* | Support 'model' instead of 'rank-profile'Jon Bratseth2020-09-291-1/+3
|/
* Add explicit config for onnx modelsLester Solbakken2020-09-181-1/+60
* Make indexing to hnsw index multi-threaded as default.Geir Storli2020-07-061-2/+2
* Add flag to enable multi-threaded indexing for a hnsw index.Geir Storli2020-06-191-1/+3
* - Removing body struct from our own usage.Henning Baldersheim2020-06-161-3/+0
* Explicitly inherit summary featuresJon Bratseth2020-06-021-7/+11
* Support specifying a distance metric for nearest neighbor search when not hav...Geir Storli2020-05-121-1/+2
* move distance-metric specification, part 1Arne Juul2020-03-271-1/+1
* make HNSW distance metric configurableArne Juul2020-03-231-0/+3
* Revert "Merge pull request #12565 from vespa-engine/revert-12563-bratseth/sea...Jon Bratseth2020-03-171-15/+17
* Revert "Bratseth/search to schema"Jon Bratseth2020-03-131-17/+15
* search -> schema in .sd filesJon Bratseth2020-03-121-15/+17
* Add support for specifying a hnsw index together with a 1-dimensional indexed...Geir Storli2020-02-171-0/+26
* Header/body does not exist anymore. Deprecate and remove own internal usage.Henning Baldersheim2020-01-301-2/+2
* Change fieldset query-command to add, not override commandsJon Bratseth2020-01-281-3/+3
* Make match settings order independentJon Bratseth2020-01-281-7/+15
* Allow fieldset settings in any orderJon Bratseth2020-01-271-17/+17
* Support quoted string query-commands in fieldsJon Bratseth2020-01-271-1/+1
* Merge pull request #11670 from vespa-engine/mpolden/doc-summary-inheritanceJon Bratseth2020-01-071-0/+18
|\
| * Support inheritance in document-summaryMartin Polden2020-01-071-0/+18
* | Remove use of common libraries in config-modelBjørn Christian Seime2020-01-061-2/+2
|/
* Add support for "matched-elements-only" flag on complex summary fields.Geir Storli2019-09-241-0/+3
* MergeJon Bratseth2019-08-131-1/+1
* propagate float and stop using it too muchHåvard Pettersen2019-07-091-1/+1
* Rename flag to turn on new posting list format with interleaved features used...Geir Storli2019-06-251-2/+2
* Revert "Bratseth/emit float tensors in config"Arnstein Ressem2019-05-081-3/+1
* Emit float tensor types in config when specifiedJon Bratseth2019-05-071-1/+3
* Add flag to trigger use of experimental posting list format for an index field.Geir Storli2019-05-021-0/+2
* Add deprecation warning for compression in documentHarald Musum2019-03-281-0/+1
* Remove option to set tensor type on attribute as tensor type is always part o...Geir Storli2019-02-131-2/+2
* Allow dash in document summary namesJon Bratseth2019-02-041-3/+3
* Revert "Merge pull request #8370 from vespa-engine/revert-8308-bratseth/disal...Jon Bratseth2019-02-041-22/+32
* Revert "Bratseth/disallow dash rebased"Jon Bratseth2019-02-041-32/+22
* Remove unnecessary warningJon Bratseth2019-01-311-4/+1
* Disallow dash in search definition, document, field and function namesJon Bratseth2019-01-311-18/+31
* Remove remains of RISE.Geir Storli2019-01-211-7/+0
* just ignore header/body keywordsArne Juul2019-01-211-4/+0
* Make SimpleLinguistics simple againJon Bratseth2019-01-211-1/+1
* Revert "remove "header" and "body" keywords"Arne Juul2019-01-211-3/+65
* remove "header" and "body" keywordsArne Juul2019-01-211-65/+3
* remove "attribute: prefetch" codeArne Juul2019-01-211-13/+0
* Remove legacy formJon Bratseth2019-01-211-2/+1
* Revert "Bratseth/disallow dash "Jon Bratseth2019-01-161-32/+22
* Remove unnecessary warningJon Bratseth2019-01-151-4/+1
* Disallow dash in search definition, document, field and function namesJon Bratseth2019-01-111-18/+31
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-141-8/+6
* Fail duplicate import of field.Tor Egge2018-11-291-1/+5
* Merge pull request #7531 from vespa-engine/bratseth/deprecate-linguistics-met...Jon Bratseth2018-11-011-0/+1
|\