summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Make FieldCollection immutable.Henning Baldersheim2020-08-071-2/+3
* Do not compute the hash on temporary sets. Wait till done.Henning Baldersheim2020-08-071-1/+1
* Use tranfer by value and std::move to avoid copying shared pointer to the Upd...Henning Baldersheim2020-08-077-17/+16
* Merge pull request #14007 from vespa-engine/balder/improve-code-healt-for-testsHenning Baldersheim2020-08-076-138/+108
|\
| * Improve code health of test code.Henning Baldersheim2020-08-076-138/+108
* | - Use modern enum class.Henning Baldersheim2020-08-072-4/+4
|/
* Merge pull request #13978 from vespa-engine/balder/optimize-metadata-only-getHÃ¥kon Hallingstad2020-08-061-0/+3
|\
| * Avoid doing a full get for metadata only getHenning Baldersheim2020-08-041-0/+3
* | Merge pull request #13976 from vespa-engine/balder/do-not-retrieve-past-docid...Henning Baldersheim2020-08-0615-58/+78
|\ \
| * | When allowing weakly consistent get you might try to access attributes that a...Henning Baldersheim2020-08-0315-58/+78
| |/
* | Cleanup code by following clion advise an move some classes to its proper home.Henning Baldersheim2020-08-0518-191/+184
* | Remove the unused [header] and [body] fieldsets to simplify backend optimizat...Henning Baldersheim2020-08-041-1/+3
|/
* cleanupArne Juul2020-07-171-1/+1
* ChildProc -> ChildProcessArne Juul2020-07-172-8/+8
* rename SlaveProc -> ChildProcArne Juul2020-07-172-8/+8
* Merge pull request #13907 from vespa-engine/toregge/detect-changed-bucket-spa...Geir Storli2020-07-174-69/+109
|\
| * Extend log message when bucket space for document type has changed.Tor Egge2020-07-171-1/+1
| * Detect changed bucket space for document type.Tor Egge2020-07-164-69/+109
* | remove fef/location.h as wellArne Juul2020-07-162-2/+1
* | remove fef::Location, use common::GeoLocationSpec insteadArne Juul2020-07-164-15/+11
|/
* style fixed and cleanupArne Juul2020-07-153-13/+6
* separate finding and processing of ProtonLocationTermArne Juul2020-07-151-12/+18
* fix TODOsArne Juul2020-07-151-1/+1
* finish rewrite to use GeoLocationArne Juul2020-07-152-36/+28
* handle locations in query for getdocsumArne Juul2020-07-152-26/+0
* preserve old behaviorArne Juul2020-07-152-10/+6
* use GeoLocationSpec in query::Location alsoArne Juul2020-07-151-1/+2
* split out geo location parser into its own distinct classArne Juul2020-07-152-40/+30
* refactor more, add optional field name parsingArne Juul2020-07-152-19/+12
* GC some unused codeArne Juul2020-07-151-2/+0
* remove some spammy loggingArne Juul2020-07-151-0/+3
* fixup all location views in the same placeArne Juul2020-07-151-7/+11
* avoid getLocation for nowArne Juul2020-07-152-6/+6
* fix bug in location extractArne Juul2020-07-151-1/+1
* support multiple positions in queryArne Juul2020-07-151-0/+3
* exchange data about all possible locationsArne Juul2020-07-153-55/+86
* inject location from first ProtonLocationTerm found in query tree to query en...Arne Juul2020-07-151-0/+26
* handle possible zcurve suffixArne Juul2020-07-153-0/+28
* Close config and reset component tokens prior to state server shutdownTor Brede Vekterli2020-07-133-13/+20
* Shutdown state server and metric manager before service layerTor Brede Vekterli2020-07-133-1/+19
* Add support for matched-elements-only for array and weighted set attributes.Geir Storli2020-07-091-0/+2
* Rename context to IDestructorCallbackSPHenning Baldersheim2020-07-0813-31/+31
* Use EXTERNAL_DEPENDS for external dependencies.Tor Egge2020-07-072-0/+2
* Merge pull request #13820 from vespa-engine/toregge/consolidate-search-for-gtestTor Egge2020-07-0711-11/+0
|\
| * Consolidate search for GTest.Tor Egge2020-07-0711-11/+0
* | Ensure proper lifetime of the attribute executor.Henning Baldersheim2020-07-071-4/+3
* | Sync executor before completing destruction to ensure everyone is done.Henning Baldersheim2020-07-072-1/+1
* | Async handling of gid/lid changes.Henning Baldersheim2020-07-0717-102/+108
|/
* avoid naked exitArne Juul2020-07-031-4/+5
* Use distance metric from live config.Tor Egge2020-07-021-0/+1