summaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin/src
Commit message (Collapse)AuthorAgeFilesLines
* Add uncheck cast suppression to generated document types.Henning Baldersheim2023-06-131-3/+7
|
* Also check for explicit data type equality in testjonmv2023-04-211-0/+2
|
* Make unit test fail with wsetjonmv2023-04-211-1/+1
|
* Emit type inheritance statements for concrete document typesTor Brede Vekterli2023-02-221-7/+17
| | | | | | This relates to issue #26126 where inheritance specified in the schema was not propagated to the generated meta type, causing `is-a` type checks to not give the expected results.
* GC unused codeHenning Baldersheim2022-06-081-23/+1
|
* Remove config version on Vespa 8Jon Bratseth2022-06-081-17/+2
|
* remove more deprecated APIsArne H Juul2022-06-081-9/+1
|
* No float wsJon Bratseth2022-06-081-4/+4
|
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-192-5/+5
|
* Fix warnings for Vespa Maven pluginsBjørn Christian Seime2022-05-061-3/+2
|
* handle namespaced struct type namesArne H Juul2022-04-071-2/+8
|
* track model class changeArne H Juul2022-03-171-4/+4
|
* Modular rank profilesJon Bratseth2022-01-261-1/+1
|
* CleanupJon Bratseth2022-01-251-1/+1
|
* SimplifyJon Bratseth2022-01-251-1/+1
|
* SchemaBuilder -> ApplicationBuilderJon Bratseth2022-01-241-4/+4
|
* Make Application immutableJon Bratseth2022-01-241-1/+1
|
* CleanupJon Bratseth2021-10-251-1/+1
|
* SearchBuilder -> SchemaBuilderJon Bratseth2021-10-251-4/+4
|
* search -> schemaJon Bratseth2021-10-152-9/+9
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* It is too early to check inheritance during parsing. We must wait until all ↵Henning Baldersheim2021-09-071-1/+0
| | | | serach and rank-profiles are properly parsed,
* Merge pull request #18100 from vespa-engine/hmusum/add-parameter-for-schemas-dirHarald Musum2021-06-222-17/+29
|\ | | | | Add parameter for schemas dir to plugin
| * Don't use defaultValue for schemasDirectoryHarald Musum2021-06-211-5/+5
| |
| * Revert "Move test data"Harald Musum2021-06-0313-664/+6
| | | | | | | | This reverts commit aab0425ec1b2d683708781f9247c4b164b04739d.
| * Move test dataHarald Musum2021-06-0313-6/+664
| |
| * Add schemasDirectory parameter and use it if setHarald Musum2021-06-032-17/+29
| |
* | Refer to the generated struct type insteda of by its name.Henning Baldersheim2021-06-141-1/+1
|/
* - Removing body struct from our own usage.Henning Baldersheim2020-06-161-3/+0
| | | | | - Deprecate public methods using body struct. - Update expected generated config.
* Add imported fields to generated concrete document typeTor Brede Vekterli2020-02-171-4/+16
| | | | | | | | Otherwise, code that needs to have knowledge of imported fields to operate properly (such as `DocumentRouteSelector`) would fail to observe these. This would in turn cause feeding of concrete document types to fail when document selections mention imported fields.
* fix bug in hasAnyPositionFieldArne Juul2019-12-031-6/+8
| | | | | | | * clearly returning "true" in all cases is not useful * but ordering of checks in hasAnyPostionDataType was wrong also: PositionDataType.INSTANCE is actually instanceof StructuredDataType so it would always return false.
* Call addFieldSets for genrated document types in order for fieldSet and ↵Henning Baldersheim2019-08-291-6/+28
| | | | | | fieldSetAll to work. Verify that _zcurve generated fields are not exposet in the default fieldSet().
* Properly generate concrete documents for the bool type too.Henning Baldersheim2019-08-282-0/+4
|
* Use a utility method for upgrading to concrete types.Henning Baldersheim2019-06-281-11/+5
|
* Emit Position struct if necessary.Henning Baldersheim2019-04-052-8/+34
|
* Deprecating a whole lot of body/header related methods that should have been ↵Henning Baldersheim2018-10-311-28/+45
| | | | done a long time ago.
* Don't build rank profiles when generating document Java classesJon Bratseth2018-09-181-8/+5
|
* Separate the processing.Processors into a minimal set and the rest. Only use ↵Henning Baldersheim2018-09-171-1/+2
| | | | the minimal set when generating the concrete document types.
* Ensure that we do not get duplicates or have conflicting field definitions ↵Henning Baldersheim2018-09-141-10/+36
| | | | when using multiple inheritance.
* Revert "Revert "Use a normal SearchBuilder to get all sanity checks and ↵Henning Baldersheim2018-09-142-1/+2
| | | | preprocessing…""
* Revert "Use a normal SearchBuilder to get all sanity checks and ↵Henning Baldersheim2018-09-142-2/+1
| | | | preprocessing…"
* Use a normal SearchBuilder to get all sanity checks and preprocessing also ↵Henning Baldersheim2018-09-142-1/+2
| | | | when building concrete docs.
* Update copyright headersJon Bratseth2017-06-144-4/+4
|
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+4
|
* Update copyright headersJon Bratseth2017-06-144-4/+4
|
* Revert "Copyright header"Jon Bratseth2017-06-134-4/+4
|
* Copyright headerJon Bratseth2017-06-134-4/+4
|
* Add tensor support to vespa-documentgen-pluginLester Solbakken2017-05-091-1/+9
|
* Support references in concrete document typesTor Brede Vekterli2017-02-081-1/+10
|