aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* | Java dispatcher only uses RPC/protobufOlli Virtanen2019-05-281-1/+2
|/
* 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
* 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-022-3/+3
* Feature flag to enable protobuf in search protocol as default; protobuf pingOlli Virtanen2019-03-283-2/+91
* Add 'static' to constantsOlli Virtanen2019-03-282-2/+2
* Retrieve document summaries over jrt/protobufOlli Virtanen2019-03-278-157/+411
* Report partial group connection failures through trace, not errorOlli Virtanen2019-03-221-44/+3
* Remove highlight terms from search requestOlli Virtanen2019-03-191-9/+0
* Search over protobuf + jrtOlli Virtanen2019-03-198-0/+1145
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-158-1145/+0
* Relocate MapConverterOlli Virtanen2019-03-132-1/+73
* Change RPC method nameOlli Virtanen2019-03-121-1/+1
* Minor cleanupOlli Virtanen2019-03-121-15/+16
* Protobuf object coversion moved to separate class. RPC classes moved to subpa...Olli Virtanen2019-03-127-0/+1072