summaryrefslogtreecommitdiffstats
path: root/document/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* Use exact document type matching semantics for Java document selector impleme...Tor Brede Vekterli2022-06-081-21/+1
* Add tensor short form rendering to document/v1Lester Solbakken2022-05-292-1/+28
* GC unused codeHenning Baldersheim2022-04-291-9/+0
* Implicitly convert boolean literal to number value when evaluating Java doc s...Tor Brede Vekterli2022-04-201-0/+2
* just register document typesArne H Juul2022-04-081-5/+4
* no exception from getDataTypeInternalArne H Juul2022-04-081-2/+6
* inherit fields at once in inherit()Arne H Juul2022-04-081-0/+5
* namespace structs when reading configArne H Juul2022-04-071-1/+3
* Invert logicHenning Baldersheim2022-04-051-1/+1
* Use a primitive to see if that makes the JIT compiler more predictable.Henning Baldersheim2022-04-052-12/+8
* Avoid using reflection for creating values from a String. That is done freque...Henning Baldersheim2022-03-3116-47/+44
* minor cleanupArne H Juul2022-03-291-24/+1
* always use GeoPosType for position structsArne H Juul2022-03-281-3/+4
* mark getDataType(String) as deprecatedArne H Juul2022-03-242-1/+18
* Merge pull request #21804 from vespa-engine/arnej/split-get-declare-structArne H Juul2022-03-241-2/+15
|\
| * split into two methods (review feedback)Arne H Juul2022-03-241-2/+15
* | expand tabs and reindentArne H Juul2022-03-245-44/+44
|/
* Add comparison support for BoolFieldValues in Java document selection implTor Brede Vekterli2022-03-151-0/+3
* add getDeclaredStructType in DocumentTypeArne H Juul2022-03-132-0/+37
* even TemporarySDField should be connected to a "repo"Arne H Juul2022-03-111-0/+1
* surely the TAG type is a tag typeArne H Juul2022-03-091-1/+3
* deprecate useless constructorArne H Juul2022-03-082-10/+19
* struct/document name collision failsArne H Juul2022-03-071-3/+8
* No functional changesJon Bratseth2022-03-013-23/+16
* Remove TODO on changing toString to YQL formatJon Bratseth2022-02-221-1/+1
* deprecate modifying types in-placeArne H Juul2022-02-172-5/+12
* Move TODO to Vespa 9 (was previously moved to 8 from 7)gjoranv2022-02-171-1/+1
* avoid using getHeader() in serialization codeArne H Juul2022-02-164-27/+31
* add special DocumentOnly fieldset in Java as wellArne H Juul2022-02-152-1/+49
* CleanupJon Bratseth2022-02-061-3/+2
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-022-2/+11
* configurable rendering of "position" structsArne H Juul2022-01-243-7/+139
* GC deprecated junit assertThat.Henning Baldersheim2021-12-211-1/+0
* Restore current behavior and add Vesopa 8 TODOsJon Bratseth2021-12-141-1/+24
* Match document types in document selections exactly onlyJon Bratseth2021-12-149-32/+120
* Test matching in inherited fieldJon Bratseth2021-12-131-3/+3
* Allow exact match on document type onlyJon Bratseth2021-12-132-19/+6
* deprecate parts of DocumentTypeManagerArne H Juul2021-12-102-1/+39
* Increase container ideal disk utilizationJon Bratseth2021-12-091-6/+8
* Merge pull request #20384 from vespa-engine/arnej/proposed-model-for-document...Henning Baldersheim2021-12-082-13/+262
|\
| * add another Apply implentationArne H Juul2021-12-081-13/+261
| * get more information from toString()Arne H Juul2021-12-081-0/+1
* | always try reading annotation payloadArne H Juul2021-12-081-6/+11
|/
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-1/+1
* remove support for registering temporary types in DocumentTypeManagerArne H Juul2021-12-011-90/+6
* rewrite DocumentTypeManagerConfigurerArne H Juul2021-12-011-120/+164
* deprecate classes scheduled for removalArne H Juul2021-11-305-0/+15
* refactor for better readability and robustnessArne H Juul2021-11-291-12/+18
* simpler wiring inside Apply classArne H Juul2021-11-291-29/+24
* refactor so config application can have some internal stateArne H Juul2021-11-291-158/+179