summaryrefslogtreecommitdiffstats
path: root/document/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' into freva/fieldpath-parsingfreva2017-02-104-100/+119
|\ | | | | | | | | # Conflicts: # document/src/main/java/com/yahoo/document/json/document/DocumentParser.java
| * Code review improvements.Haakon Dybdahl2017-02-102-12/+12
| |
| * Merge the two document parsers into one.Haakon Dybdahl2017-02-103-101/+99
| |
| * Merge pull request #1731 from yahoo/arnej/format-degrees-nicelyJo Kristian Bergum2017-02-091-2/+19
| |\ | | | | | | avoid scientific notation in degrees formatting
| | * avoid scientific notation in degrees formattingArne H Juul2017-02-091-2/+19
| | |
| | * Remove dependency to JsonReader.Haakon Dybdahl2017-02-093-16/+24
| | |
| | * Clean up buffer fill a bit.Haakon Dybdahl2017-02-095-27/+28
| | |
| | * Move more things around.Haakon Dybdahl2017-02-0913-166/+172
| | |
| | * Make the API we need for later, and clean up a bit.Haakon Dybdahl2017-02-093-28/+29
| | |
| | * Move stuff around, not perfect yet..Haakon Dybdahl2017-02-0914-508/+669
| | |
| | * Make metohds static so they can be moved..Haakon Dybdahl2017-02-091-20/+21
| | |
| | * Move token buffer to parse info.Haakon Dybdahl2017-02-091-75/+86
| | |
* | | Implemented parsing of JSON FieldPathUpdatefreva2017-02-103-85/+132
| | |
* | | Buffer fieldpaths to process laterfreva2017-02-103-22/+28
| | |
* | | Fixed DocumentUpdateJsonSerialized and it's test to the new formatfreva2017-02-101-7/+15
| | |
* | | Added simple constructors for FieldPathUpdatesfreva2017-02-107-19/+38
| | |
* | | Merge branch 'master' into freva/fieldpath-parsingfreva2017-02-0922-626/+812
|\| | | | | | | | | | | | | | # Conflicts: # document/src/main/java/com/yahoo/document/json/JsonReader.java
| * | Set end of feed on errors.Haakon Dybdahl2017-02-092-23/+26
| | |
| * | Revert "Revert "Dybdahl/refactor json reader""Haakon Dybdahl2017-02-0916-596/+785
| | | | | | | | | | | | This reverts commit b7c645f96271f4f27415af6757fef18499c63544.
| * | Use covariant return typeTor Brede Vekterli2017-02-091-1/+1
| | |
| * | Support references in concrete document typesTor Brede Vekterli2017-02-081-0/+11
| |/
| * Merge branch 'master' into bratseth/add-filter-testJon Bratseth2017-02-082-5/+25
| |\
| * | Nonfunctional changes onlyJon Bratseth2017-02-085-6/+8
| | |
* | | Created VespaJsonDocumentReaderfreva2017-02-093-67/+131
| | |
* | | Added FiledPathUpdate parsingfreva2017-02-072-50/+164
| |/ |/|
* | Use same IDs for Identifiable across languagesTor Brede Vekterli2017-02-072-0/+8
| |
* | Allow assigning ReferenceFieldValue instancesTor Brede Vekterli2017-02-061-0/+11
| |
* | Correct java doc.Geir Storli2017-01-311-1/+1
| |
* | Ensure that a reference data type has a concrete target type after model ↵Geir Storli2017-01-311-3/+3
| | | | | | | | building.
* | Ensure document ID mutations also check for correct document typeTor Brede Vekterli2017-01-271-1/+2
|/
* Break up huge function into smaller bitsTor Brede Vekterli2017-01-261-72/+94
|
* Handle self references by allowing forward declarations with type IDsTor Brede Vekterli2017-01-264-11/+32
|
* Add reference type to document manager configTor Brede Vekterli2017-01-262-1/+7
|
* Remove TemporaryReferenceFieldBjørn Christian Seime2017-01-251-2/+11
| | | | | | Replace use of TemporaryReferenceField with ReferenceDataType. Add campaign and salesperson definitions to ReferenceFieldTestCase. Add new factory method to ReferenceDataType.
* Allow replacing temporary reference target type with concrete document typeTor Brede Vekterli2017-01-241-3/+39
|
* JavaDoc updatesTor Brede Vekterli2017-01-232-0/+35
|
* Delete to existing constructor and fix typoTor Brede Vekterli2017-01-231-4/+2
|
* Simplify Optional logicTor Brede Vekterli2017-01-231-4/+2
|
* Make ID validation method staticTor Brede Vekterli2017-01-231-1/+1
|
* Update style on autogenerated equals codeTor Brede Vekterli2017-01-231-3/+9
|
* Update a couple more copyright yearsTor Brede Vekterli2017-01-232-2/+2
|
* Allow and handle empty reference fields in JSON feedTor Brede Vekterli2017-01-232-8/+14
|
* Add JSON serialization of non-empty reference fieldsTor Brede Vekterli2017-01-235-6/+37
|
* Add binary (de-)serialization of ReferenceFieldValueTor Brede Vekterli2017-01-2310-6/+73
|
* Add ReferenceDataType and ReferenceFieldValueTor Brede Vekterli2017-01-232-0/+143
|
* Render Tensor instances in hitsJon Bratseth2017-01-223-4/+3
|
* Prevent warning on tensor typesJon Bratseth2017-01-221-3/+5
|
* reverse isAssignableToJon Bratseth2017-01-182-2/+2
|
* Merge with masterJon Bratseth2017-01-181-1/+0
|\
| * Relax summary field tensor type compatibility checkJon Bratseth2017-01-171-1/+0
| |