aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
* Revert "Revert "Avoid Serializable interface and use typed Comparable<T> MERG...Henning Baldersheim2022-06-096-20/+12
* Revert "Avoid Serializable interface and use typed Comparable<T> MERGEOK"Harald Musum2022-06-096-12/+20
* Avoid Serializable interface and use typed Comparable<T>Henning Baldersheim2022-06-096-20/+12
* GC deprecation warnings.Henning Baldersheim2022-06-082-11/+16
* Further GC document level compression. Avoids a buffer copy that is no longer...Henning Baldersheim2022-06-084-49/+9
* cleanup some unneccessary cruftArne H Juul2022-06-087-29/+0
* more cleanup of DocumentTypeManager APIArne H Juul2022-06-082-25/+23
* move internal details from public APIArne H Juul2022-06-081-10/+0
* Remove on Vespa 8Jon Bratseth2022-06-081-5/+0
* Remove obsolete deprecationJon Bratseth2022-06-081-13/+1
* cleanup more deprecated APIsArne H Juul2022-06-082-63/+30
* remove more deprecated APIsArne H Juul2022-06-088-114/+6
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-082-6/+4
* remove TemporaryStructuredDataTypeArne H Juul2022-06-083-75/+0
* remove TemporaryDataTypeArne H Juul2022-06-082-52/+0
* remove unused compressor config apiArne H Juul2022-06-083-47/+0
* 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