aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* PublishJon Bratseth2016-06-154-0/+1021