summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* also print offending JSONArne Juul2020-08-171-2/+3
* bug fix: make string from memoryArne Juul2020-08-171-2/+2
* Reapply "Arnej/add json geo format"Arne Juul2020-08-175-72/+333
* Merge pull request #14067 from vespa-engine/toregge/remove-unused-u32-infHenning Baldersheim2020-08-171-1/+0
|\
| * Remove unused u32_inf variable.Tor Egge2020-08-171-1/+0
* | Fix forward declaration of GeoLocationSpec.Tor Egge2020-08-171-1/+1
|/
* Revert "Arnej/add json geo format"Arnstein Ressem2020-08-175-333/+72
* Merge pull request #14055 from vespa-engine/arnej/add-json-geo-formatArne H Juul2020-08-175-72/+333
|\
| * test new parsingArne Juul2020-08-161-67/+211
| * add JSON (lite) format for geo locationsArne Juul2020-08-164-5/+122
* | Merge pull request #14054 from vespa-engine/arnej/extract-location-termsArne H Juul2020-08-171-1/+1
|\ \
| * | allow extracting locations as termsArne Juul2020-08-161-1/+1
| |/
* / use km as unit for distances from geo-degrees metricArne Juul2020-08-162-4/+4
|/
* Merge pull request #14047 from vespa-engine/arnej/use-negative-1-as-infHenning Baldersheim2020-08-141-0/+6
|\
| * add some debug loggingArne Juul2020-08-131-0/+6
* | Use a vector backed set for speed.Henning Baldersheim2020-08-131-12/+8
|/
* ensure _z_bounding_box is consistent with rest of dataArne Juul2020-08-121-3/+3
* add more outputs to distance featureArne Juul2020-08-124-3/+17
* unit test all constructors and full API for GeoLocationArne Juul2020-07-172-9/+269
* remove fef/location.h as wellArne Juul2020-07-167-19/+2
* remove fef::Location, use common::GeoLocationSpec insteadArne Juul2020-07-169-156/+51
* [lo,hi] -> [low,high]Arne Juul2020-07-155-56/+56
* remove WIP not ready for prime timeArne Juul2020-07-151-19/+0
* cleanup remains of removed APIArne Juul2020-07-153-5/+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 fixesArne Juul2020-07-152-4/+6
* add comments; remove unused codeArne Juul2020-07-153-62/+9
* add files for GeoLocationParser classArne Juul2020-07-152-0/+310
* remove debug printingArne Juul2020-07-152-6/+0
* fix bugsArne Juul2020-07-157-14/+37
* finish rewrite to use GeoLocationArne Juul2020-07-1520-574/+252
* 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-152-7/+2
* avoid evil setSpec implementationArne Juul2020-07-153-13/+5
* preserve old behaviorArne Juul2020-07-155-52/+64
* use GeoLocationSpec in query::Location alsoArne Juul2020-07-155-47/+61
* more cleanup, rename currently-unused methodsArne Juul2020-07-155-21/+9
* split out geo location parser into its own distinct classArne Juul2020-07-157-85/+106
* refactor more, add optional field name parsingArne Juul2020-07-153-0/+20
* refactor geo location parsingArne Juul2020-07-155-227/+23
* GC some unused codeArne Juul2020-07-153-11/+0
* add common geo location parsingArne Juul2020-07-155-0/+418
* remove some spammy loggingArne Juul2020-07-153-11/+1
* less log spamArne Juul2020-07-152-22/+21
* add debug loggingArne Juul2020-07-151-5/+11
* support multiple positions in queryArne Juul2020-07-155-36/+65