summaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Revert "Balder/faster concrete docs"Henning Baldersheim2016-11-161-120/+154
|
* And then we are done specialhandling StringFieldValues too.Henning Baldersheim2016-11-151-63/+35
|
* Add copyright and use getField() instead of creating Field's on the fly.Henning Baldersheim2016-11-151-4/+3
|
* ensure Extended or belong to super.Henning Baldersheim2016-11-151-5/+8
|
* Use ExtendedField for structs too.Henning Baldersheim2016-11-151-19/+16
|
* Optimize setFieldValue tooHenning Baldersheim2016-11-151-18/+19
|
* Use constant time hash lookups for non-struct and non-string fields for ↵Henning Baldersheim2016-11-151-21/+22
| | | | getFieldValue() and getField().
* staticHenning Baldersheim2016-11-141-1/+1
|
* Static plus intellij recommendations.Henning Baldersheim2016-11-141-54/+47
|