aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin
Commit message (Collapse)AuthorAgeFilesLines
* 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-223-18/+30
|\ | | | | 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-9/+6
| | | | | | | | This reverts commit aab0425ec1b2d683708781f9247c4b164b04739d.
| * 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
| | | | | | Some modules misuse container-dev as a compile/test dependency or have container-test missing as test dependency. Depend on container-test where it does not create a cycle. Otherwise depend directly on vespajlib without altering scope of existing transitive vespajlib dependency.
* - 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.
* Minor fixesJon Bratseth2019-09-091-0/+6
|
* 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-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 ↵Henning Baldersheim2019-06-121-1/+1
| | | | | | document. At least not the ones generated specially for summary classes.
* 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
| | | | done a long time ago.
* 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
| | | | the minimal set when generating the concrete document types.
* Ensure that we do not get duplicates or have conflicting field definitions ↵Henning Baldersheim2018-09-143-10/+53
| | | | when using multiple inheritance.
* Revert "Revert "Use a normal SearchBuilder to get all sanity checks and ↵Henning Baldersheim2018-09-147-22/+11
| | | | preprocessing…""
* Revert "Use a normal SearchBuilder to get all sanity checks and ↵Henning Baldersheim2018-09-147-11/+22
| | | | preprocessing…"
* Use a normal SearchBuilder to get all sanity checks and preprocessing also ↵Henning Baldersheim2018-09-147-22/+11
| | | | when building concrete docs.
* 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
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* 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
|\ | | | | Add tensor support to vespa-documentgen-plugin
| * Add tensor support to vespa-documentgen-pluginLester Solbakken2017-05-091-1/+9
| |
* | remove duplicate pluginArne H Juul2017-05-161-4/+0
|/
* enable more warningsArne H Juul2017-04-211-1/+14
| | | | | | | | * and add -Werror flag, disallowing warnings * bump maven-plugin-api version to avoid evil warning * note: -Xlint:processing would warn about org.apache.maven.plugins.annotations.* not being "claimed", this is not a problem it seems.
* Support references in concrete document typesTor Brede Vekterli2017-02-081-1/+10
|
* Add readmesHaakon Dybdahl2017-01-231-0/+1
|
* Preserve old behavior where doing a setFieldValue on a string field,Henning Baldersheim2016-11-161-13/+0
| | | | | | would make an empty spanTreeMap when there where no annotations. However this is different that using the generated setter, which will not touch any annotations. But that is the same issue as always.
* Revert "Revert "Balder/faster concrete docs""Henning Baldersheim2016-11-161-154/+120
|