aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28850 from vespa-engine/jonmv/concrete-document-field-val...Henning Baldersheim2023-10-112-26/+60
|\
| * Validate string, uri and reference fields when set in concrete documentsjonmv2023-10-101-2/+38
| * Non-functional changesjonmv2023-10-102-24/+22
* | Update copyrightJon Bratseth2023-10-094-4/+4
|/
* Merge pull request #28808 from vespa-engine/jonmv/slimmer-jetty-server-componentJon Marius Venstad2023-10-051-1/+1
|\
| * Isolate inner jetty server component from wrapper with filtersjonmv2023-10-051-1/+1
* | Fix indentation for generated codejonmv2023-10-051-1/+1
|/
* 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
* 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 s...Henning Baldersheim2021-09-071-1/+0
* Merge pull request #18100 from vespa-engine/hmusum/add-parameter-for-schemas-dirHarald Musum2021-06-222-17/+29
|\
| * Don't use defaultValue for schemasDirectoryHarald Musum2021-06-211-5/+5
| * Revert "Move test data"Harald Musum2021-06-0313-664/+6
| * 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
* Add imported fields to generated concrete document typeTor Brede Vekterli2020-02-171-4/+16
* fix bug in hasAnyPositionFieldArne Juul2019-12-031-6/+8
* Call addFieldSets for genrated document types in order for fieldSet and field...Henning Baldersheim2019-08-291-6/+28
* 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
* 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
* Ensure that we do not get duplicates or have conflicting field definitions wh...Henning Baldersheim2018-09-141-10/+36
* Revert "Revert "Use a normal SearchBuilder to get all sanity checks and prepr...Henning Baldersheim2018-09-142-1/+2
* Revert "Use a normal SearchBuilder to get all sanity checks and preprocessing...Henning Baldersheim2018-09-142-2/+1
* Use a normal SearchBuilder to get all sanity checks and preprocessing also wh...Henning Baldersheim2018-09-142-1/+2