aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.254.8-1].vespa-7.254.8-1sd-buildbot2020-07-204-1/+2
* Merge pull request #13899 from vespa-engine/arnej/add-geo-location-itemArne H Juul2020-07-1582-844/+2274
|\
| * change DistanceParser API, mark as BetaArne Juul2020-07-153-10/+31
| * use Objects.hashArne Juul2020-07-151-1/+1
| * [lo,hi] -> [low,high]Arne Juul2020-07-155-56/+56
| * avoid negated flagArne Juul2020-07-153-6/+7
| * add input string in exception messagesArne Juul2020-07-152-33/+33
| * utility -> UtilityArne Juul2020-07-154-5/+5
| * remove WIP not ready for prime timeArne Juul2020-07-151-19/+0
| * cleanup remains of removed APIArne Juul2020-07-154-7/+1
| * added comments and fixed styleArne Juul2020-07-151-4/+14
| * remove now-duplicate testArne Juul2020-07-152-102/+0
| * style fixesArne Juul2020-07-151-12/+9
| * style fixed and cleanupArne Juul2020-07-153-13/+6
| * avoid un-needed changeArne Juul2020-07-151-1/+1
| * add TODOArne Juul2020-07-151-0/+1
| * fix copyright and commentsArne Juul2020-07-151-12/+16
| * style fixesArne Juul2020-07-152-4/+6
| * use camelCaseArne Juul2020-07-152-23/+23
| * add comments; remove unused codeArne Juul2020-07-153-62/+9
| * refactor unit testArne Juul2020-07-151-93/+31
| * add files for GeoLocationParser classArne Juul2020-07-152-0/+310
| * refactor and require unit for distanceArne Juul2020-07-158-61/+118
| * separate finding and processing of ProtonLocationTermArne Juul2020-07-151-12/+18
| * fix TODOsArne Juul2020-07-153-10/+14
| * remove debug printingArne Juul2020-07-152-6/+0
| * fix bugsArne Juul2020-07-157-14/+37
| * finish rewrite to use GeoLocationArne Juul2020-07-1526-642/+306
| * immutable GeoLocation structArne Juul2020-07-153-0/+264
| * location must have a locationArne Juul2020-07-152-6/+3
| * explicit no-handling of location for streamingArne Juul2020-07-151-1/+9
| * handle locations in query for getdocsumArne Juul2020-07-1516-100/+143
| * avoid evil setSpec implementationArne Juul2020-07-153-13/+5
| * preserve old behaviorArne Juul2020-07-157-62/+70
| * use GeoLocationSpec in query::Location alsoArne Juul2020-07-156-48/+63
| * more cleanup, rename currently-unused methodsArne Juul2020-07-155-21/+9
| * split out geo location parser into its own distinct classArne Juul2020-07-1511-139/+142
| * refactor more, add optional field name parsingArne Juul2020-07-157-23/+38
| * refactor geo location parsingArne Juul2020-07-155-227/+23
| * GC some unused codeArne Juul2020-07-154-13/+0
| * add common geo location parsingArne Juul2020-07-155-0/+418
| * remove some spammy loggingArne Juul2020-07-154-11/+4
| * less log spamArne Juul2020-07-152-22/+21
| * fixup all location views in the same placeArne Juul2020-07-151-7/+11
| * avoid getLocation for nowArne Juul2020-07-153-7/+7
| * fix bug in location extractArne Juul2020-07-151-1/+1
| * add debug loggingArne Juul2020-07-151-5/+11
| * one more ITEM_LOCATION_TERM -> ITEM_GEO_LOCATION_TERMArne Juul2020-07-151-1/+1
| * support multiple positions in queryArne Juul2020-07-157-36/+74
| * mark new Item as BetaArne Juul2020-07-151-1/+2