aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin
Commit message (Expand)AuthorAgeFilesLines
* CleanupJon Bratseth2021-10-251-1/+1
* SearchBuilder -> SchemaBuilderJon Bratseth2021-10-251-4/+4
* Merge pull request #19653 from vespa-engine/bratseth/schema-inheritanceHenning Baldersheim2021-10-202-9/+9
|\
| * search -> schemaJon Bratseth2021-10-152-9/+9
* | Remove explicit versions to inherit more up-to-date-versions.gjoranv2021-10-201-5/+0
|/
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0714-14/+14
* 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-223-18/+30
|\
| * Don't use defaultValue for schemasDirectoryHarald Musum2021-06-211-5/+5
| * Revert "Move test data"Harald Musum2021-06-0313-9/+6
| * Move test dataHarald Musum2021-06-0313-6/+9
| * Add schemasDirectory parameter and use it if setHarald Musum2021-06-033-18/+30
* | Refer to the generated struct type insteda of by its name.Henning Baldersheim2021-06-141-1/+1
|/
* Ensure transitive dependencies of vespajlib are present on test classpathBjørn Christian Seime2021-01-201-0/+6
* - 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
* Minor fixesJon Bratseth2019-09-091-0/+6
* 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-283-0/+8
* Use a utility method for upgrading to concrete types.Henning Baldersheim2019-06-281-11/+5
* We should not need to put any fields from the default summary class in the do...Henning Baldersheim2019-06-121-1/+1
* Emit Position struct if necessary.Henning Baldersheim2019-04-053-8/+37
* stop using "header" and "body" keywordsArne Juul2019-01-211-8/+0
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
* Deprecating a whole lot of body/header related methods that should have been ...Henning Baldersheim2018-10-311-28/+45
* remove "attribute: prefetch" from unrelated testsArne Juul2018-10-222-4/+0
* 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-172-2/+3
* Ensure that we do not get duplicates or have conflicting field definitions wh...Henning Baldersheim2018-09-143-10/+53
* Revert "Revert "Use a normal SearchBuilder to get all sanity checks and prepr...Henning Baldersheim2018-09-147-22/+11
* Revert "Use a normal SearchBuilder to get all sanity checks and preprocessing...Henning Baldersheim2018-09-147-11/+22
* Use a normal SearchBuilder to get all sanity checks and preprocessing also wh...Henning Baldersheim2018-09-147-22/+11
* Exclude compiler warnings from generated sourcesMartin Polden2018-08-151-2/+10
* Add linguistics dep to modules that use container-dev in compile.gjoranv2018-07-251-0/+7
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-9/+0
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
* Remove tmartins and empty linesJon Bratseth2017-10-271-1/+0
* Update copyright headersJon Bratseth2017-06-1414-14/+14
* Revert "Update copyright headers"Jon Bratseth2017-06-1414-14/+14
* Update copyright headersJon Bratseth2017-06-1414-14/+14
* Revert "Copyright header"Jon Bratseth2017-06-1314-14/+14
* Copyright headerJon Bratseth2017-06-1314-14/+14
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+2
* Merge pull request #2427 from yahoo/lesters/add-tensors-to-documentgenLester Solbakken2017-05-181-1/+9
|\