summaryrefslogtreecommitdiffstats
path: root/document/src/main
Commit message (Expand)AuthorAgeFilesLines
* more readable error if geo coordinates do not parseArne H Juul2017-05-241-3/+11
* remove old unused ignoresArne Juul2017-05-192-0/+0
* Add getWrappedValue to TensorFieldValue.Lester Solbakken2017-05-111-0/+5
* suppress warnings about 4.2 serializerArne H Juul2017-04-215-0/+8
* add @OverrideArne H Juul2017-04-211-0/+2
* check type before castingArne H Juul2017-04-211-0/+3
* use Objects.hash() to implement hashCode()Arne H Juul2017-04-211-1/+1
* remove unneeded castsArne H Juul2017-04-201-2/+2
* public scalars should be finalArne H Juul2017-04-201-4/+8
* equals() should be reflexiveArne H Juul2017-04-201-8/+15
* remove unneeded castArne H Juul2017-04-201-1/+1
* Avoid expensive pooling of json fieldnames. Works very bad with maps.....Henning Baldersheim2017-03-172-2/+2
* Expect fieldpath remove value to be 0 to match the existing field formatfreva2017-03-063-5/+7
* Moved stuff to helper methodsfreva2017-02-201-15/+36
* Merge branch 'master' into freva/add-arithmetic-fieldpathfreva2017-02-201-1/+41
|\
| * Fix reading map from old array formatfreva2017-02-201-1/+41
* | Added JSON arithmetic fieldpath operationsfreva2017-02-177-40/+77
|/
* Change fieldpath formatfreva2017-02-176-211/+108
* Updated serializer to new format, removed parsing of old format, fixed testsfreva2017-02-153-52/+5
* Remove un-needed tokensfreva2017-02-157-49/+60
* Throw an exception if fieldpath operation has multiple fieldpathsfreva2017-02-131-0/+4
* Code review cleanup.Haakon Dybdahl2017-02-132-19/+13
* Move logic around.Haakon Dybdahl2017-02-102-136/+131
* Code review fixesfreva2017-02-103-31/+39
* Added verifyEndState for fieldpaths readfreva2017-02-101-5/+6
* CompositeReader can now resolve primitive fields as wellfreva2017-02-102-14/+18
* Merge branch 'master' into freva/fieldpath-parsingfreva2017-02-104-100/+119
|\
| * 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 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
|\| |
| * | Set end of feed on errors.Haakon Dybdahl2017-02-092-23/+26
| * | Revert "Revert "Dybdahl/refactor json reader""Haakon Dybdahl2017-02-0916-596/+785
| * | 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