summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | SelectParser should import most of its constants from YqlParserArne Juul2020-07-152-116/+124
| * | exchange data about all possible locationsArne Juul2020-07-156-58/+93
| * | inject location from first ProtonLocationTerm found in query tree to query en...Arne Juul2020-07-151-0/+26
| * | more descriptive enum name for geo location termArne Juul2020-07-1510-11/+11
| * | convert to backend syntaxArne Juul2020-07-151-1/+1
| * | test geoLocation parsing and generationArne Juul2020-07-157-12/+97
| * | preserve "no radius" aspectArne Juul2020-07-153-19/+33
| * | add simple distance parserArne Juul2020-07-152-3/+74
| * | add simpler utility for degree parsingArne Juul2020-07-152-0/+533
| * | lots of debug printingArne Juul2020-07-152-0/+14
| * | handle possible zcurve suffixArne Juul2020-07-153-0/+28