aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Follow api changeHenning Baldersheim2019-11-221-1/+1
* Merge branch 'master' into balder/milliseconds-in-config-rebased-1Henning Baldersheim2019-11-229-17/+145
|\
| * Reduce the number of different ways to get the time.Henning Baldersheim2019-11-211-5/+5
| * Merge pull request #11369 from vespa-engine/geirst/expose-query-tensors-in-re...Geir Storli2019-11-216-7/+138
| |\
| | * Change get_query_tensor() to return vespalib::eval::Value::UP and use default...Geir Storli2019-11-203-20/+18
| | * Expose tensors passed with the query in IRequestContext.Geir Storli2019-11-206-7/+140
| * | remove "termindex" which is always -1Arne Juul2019-11-212-4/+1
* | | FastOS_Time -> std::chrono.Henning Baldersheim2019-11-2017-48/+40
|/ /
* | Address comment by specifying timeunit in the type.Henning Baldersheim2019-11-2014-50/+36
* | Use C++11 chrono instead prehistoric homegrown stuff.Henning Baldersheim2019-11-202-36/+21
|/
* Push handling of NearestNeighborTerm down to AttributeBlueprintFactory.Geir Storli2019-11-192-8/+2
* Add skeleton for NearestNeighborTerm in C++.Geir Storli2019-11-197-0/+15
* Specify UTC explicitHenning Baldersheim2019-11-1830-268/+180
* Merge pull request #11327 from vespa-engine/balder/fdispatch-is-really-gone-r...Geir Storli2019-11-185-313/+12
|\
| * Do not let the lingering transportthread overrides prevent good code health.Henning Baldersheim2019-11-182-0/+7
| * Now fdispatch reliques can goHenning Baldersheim2019-11-165-320/+12
* | Add missing whitespaceHenning Baldersheim2019-11-151-5/+5
* | Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-1526-89/+93
* | Use ClockSteady.Henning Baldersheim2019-11-154-55/+29
* | Use ClockSteady and return TimeStamp instead of untyped int64_t without unit.Henning Baldersheim2019-11-151-4/+1
* | Use steady_clockHenning Baldersheim2019-11-153-12/+9
* | Use a steady_clock for the stop watch.Henning Baldersheim2019-11-151-1/+1
* | Use steady clock to ensure monotonically increasing clock.Henning Baldersheim2019-11-147-26/+23
|/
* Ensure we don't resurrect stale position field values from the docstoreTor Brede Vekterli2019-11-071-0/+2
* Let Z-curve attribute be authoritative for position field existenceTor Brede Vekterli2019-11-072-9/+22
* Merge pull request #11086 from vespa-engine/vekterli/improve-multi-value-attr...Tor Brede Vekterli2019-10-251-1/+3
|\
| * Make multi value attribute inserts O(n) instead of O(n^2)Tor Brede Vekterli2019-10-241-1/+3
* | GC no longer used ports.Henning Baldersheim2019-10-241-4/+0
|/
* Extend AttributeAspectDelayer to handle matchedattributeelementsfilterTor Egge2019-10-222-6/+68
* Avoid dependency on weighted set ordering in unit testsTor Brede Vekterli2019-10-181-2/+8
* Add spam logging for get() and remove(), and log all input params for put().Geir Storli2019-10-111-4/+9
* improve fake searchable attributesHåvard Pettersen2019-10-082-21/+61
* Use summary executor for compactLidSpace() on docstore.Tor Egge2019-10-082-2/+3
* Reduce timing sensitivity of feedview unit test.Tor Egge2019-10-071-4/+4
* Merge pull request #10875 from vespa-engine/havardpe/find-matching-elements-f...Geir Storli2019-10-041-0/+21
|\
| * find matching elements for attribute terms searching in struct subfieldsHåvard Pettersen2019-10-041-0/+21
* | Add wiring of fill_matching_elements() to matcher.Tor Egge2019-10-031-1/+4
|/
* Merge pull request #10850 from vespa-engine/havardpe/collect-same-element-mat...Geir Storli2019-10-035-11/+53
|\
| * collect matching elements by using SameElement blueprintsHåvard Pettersen2019-10-025-11/+53
* | Change signature of fill_matching_elements to take a const reference toTor Egge2019-10-022-2/+2
|/
* GC unused filesHenning Baldersheim2019-09-3030-681/+0
* Remove some more transport related stuff.Henning Baldersheim2019-09-307-38/+25
* Merge pull request #10804 from vespa-engine/balder/remove-leftover-fs4-codeHenning Baldersheim2019-09-304-25/+3
|\
| * Remove unused error codeHenning Baldersheim2019-09-301-1/+0
| * GC some unused code related to fs4 protocol that has now gone missing.Henning Baldersheim2019-09-273-3/+1
| * Remove TransportServerHenning Baldersheim2019-09-272-21/+2
* | Merge pull request #10782 from vespa-engine/arnej/catch-network-exceptionsArne H Juul2019-09-301-3/+6
|\ \
| * | catch exceptions in network setupArne Juul2019-09-241-3/+6
* | | Merge pull request #10794 from vespa-engine/toregge/add-filtering-support-to-...Geir Storli2019-09-272-0/+8
|\ \ \ | |_|/ |/| |
| * | Move ownership of MatchingElements to GetDocsumsState.Tor Egge2019-09-272-7/+4