aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* Add simple protobuf decoding test and fix logic inversion.Henning Baldersheim2019-09-162-8/+8
* Revert "Revert "Use a LeanHit until merging is done." MERGEOK"Henning Baldersheim2019-09-167-92/+167
* Revert "Use a LeanHit until merging is done."Henning Baldersheim2019-09-167-167/+92
* Use a LeanHit until merging is done.Henning Baldersheim2019-09-167-92/+167
* Avoid wrapping the 12 bytes in yet another object.Henning Baldersheim2019-09-132-15/+13
* Since we are trimming we need to reflect that in the offsets too.Henning Baldersheim2019-09-111-0/+1
* Check for auxiliary hits in first chunk explicitHenning Baldersheim2019-09-111-1/+10
* Add minmal testing of merge and offset and auxiliary hits.Henning Baldersheim2019-09-111-4/+14
* Also consider auxiliary hits.Henning Baldersheim2019-09-101-6/+24
* Revert "Revert "Make fasthit leaner since it appears in considerable amounts ...Henning Baldersheim2019-09-101-5/+1
* Revert "Make fasthit leaner since it appears in considerable amounts during m...Harald Musum2019-09-101-1/+5
* Make fasthit leaner since it appears in considerable amounts during merging, ...Henning Baldersheim2019-09-101-5/+1
* HitGroup.sort and hit.compareTo must ensure same ordering...Henning Baldersheim2019-09-103-25/+22
* Revert "Revert "Append all, the sort all, then trim tail is too expensive.""Henning Baldersheim2019-09-101-14/+33
* Revert "Append all, the sort all, then trim tail is too expensive."Henning Baldersheim2019-09-101-33/+14
* Append all, the sort all, then trim tail is too expensive.Henning Baldersheim2019-09-081-14/+33
* Location should also be sent anyway.Henning Baldersheim2019-08-152-3/+8
* GC unused codeHenning Baldersheim2019-08-151-67/+0
* query and location are 2 distinct dimensionsHenning Baldersheim2019-08-151-3/+4
* Differentiate between empty and missing docsum.Henning Baldersheim2019-08-142-2/+2
* Unify trace messages so that execution path can be tested and verified runtime.Henning Baldersheim2019-08-141-5/+6
* Correct spellingJon Bratseth2019-08-131-1/+1
* Declare dispatch parametersJon Bratseth2019-08-131-24/+50
* Avoid exposing internals in public api.Henning Baldersheim2019-08-131-1/+12
* Propagate the tracelevel to the backend too.Henning Baldersheim2019-08-131-0/+2
* Add source of message.Henning Baldersheim2019-08-131-1/+1
* Add tracing for query ranking cache observabilityHenning Baldersheim2019-08-131-0/+3
* Make the serial form explicitJon Bratseth2019-08-131-1/+1
* Also need the sort function.Henning Baldersheim2019-08-131-1/+1
* If location is necessary the query is needed during fill too.Henning Baldersheim2019-08-121-6/+2
* Trim hits more eagerlyOlli Virtanen2019-06-111-1/+1
* Merge pull request #9625 from vespa-engine/ollivir/deserialize-slime-traceHenning Baldersheim2019-05-311-1/+9
|\
| * Decode slime trace from protobuf messageOlli Virtanen2019-05-311-1/+9
* | Minor fixesOlli Virtanen2019-05-282-3/+2
* | Java dispatcher only uses RPC/protobufOlli Virtanen2019-05-285-48/+37
|/
* Add double API to RankFeaturesJon Bratseth2019-05-242-9/+20
* Merge pull request #9427 from vespa-engine/ollivir/more-protobuf-null-checkingJon Bratseth2019-05-161-1/+3
|\
| * Another null check and a minimal testOlli Virtanen2019-05-151-1/+3
* | Use one JRT Supervisor now that it supports multiple transport threadsOlli Virtanen2019-05-142-10/+15
|/
* getLocation() may return nullOlli Virtanen2019-05-101-1/+3
* Fix document count logging parametersOlli Virtanen2019-04-291-2/+2
* Avoid dynamic ArrayList growth in HitGroup when number of hits is knownOlli Virtanen2019-04-261-2/+9
* Code flow cleanupsOlli Virtanen2019-04-092-14/+14
* Optimizations for search protocol over jrt/protobufOlli Virtanen2019-04-057-77/+97
* Use sort data with java dispatcherOlli Virtanen2019-04-027-23/+15
* Feature flag to enable protobuf in search protocol as default; protobuf pingOlli Virtanen2019-03-288-31/+133
* Add 'static' to constantsOlli Virtanen2019-03-282-2/+2
* Retrieve document summaries over jrt/protobufOlli Virtanen2019-03-279-158/+412
* Change trace level of network errorsOlli Virtanen2019-03-221-2/+2
* Report partial group connection failures through trace, not errorOlli Virtanen2019-03-223-50/+102