aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/rpc/ProtobufSerialization.java
Commit message (Expand)AuthorAgeFilesLines
* - Let there only be one way to wire query to the grouping hits.Henning Baldersheim2024-02-091-2/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* move MatchFeatureData class to vespajlibArne Juul2023-04-271-0/+1
* Add query trace parameters for profiling backend query evaluation.Geir Storli2023-01-201-1/+22
* - Use a common scratchpad for serializing the different parts of the query.Henning Baldersheim2022-10-121-19/+30
* soonActive => targetActiveHenning Baldersheim2022-09-091-2/+2
* Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-091-2/+2
* - Add fieldlist to docsum request.Henning Baldersheim2022-09-011-0/+5
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-251-2/+2
* Improve timeout logic for docsum/search invokersBjørn Christian Seime2022-06-161-7/+7
* Move explainLevel into query.traceJon Bratseth2022-06-141-2/+2
* Refactor: Pull tracing into its own classJon Bratseth2022-06-141-3/+3
* Add serialization testJon Bratseth2022-04-081-1/+1
* Undeprecate string features and be explicitJon Bratseth2022-03-291-1/+0
* cleanup more leftoversArne H Juul2021-11-091-1/+0
* more cleanup of MatchFeatureDataArne H Juul2021-11-091-2/+3
* less duplication of hashmapsArne H Juul2021-11-091-17/+18
* drop unneccessary importsArne H Juul2021-11-031-3/+0
* change matchFeatures in LeanHit to be FeatureData directlyArne H Juul2021-10-291-7/+9
* add skeleton for match featuresArne H Juul2021-10-281-0/+20
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* wire error received in protobuf messageArne H Juul2021-10-061-0/+9
* Non-functional changes onlyJon Bratseth2021-04-121-2/+2
* backend handles -1 as "infinite" radius, stop using silly big numberArne Juul2020-08-131-2/+2
* Propagate relevance even if sorting is used.Henning Baldersheim2020-04-161-1/+1
* Support max-hits-per-node in DispatcherJon Bratseth2020-01-081-4/+4
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* Revert "Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK"""Henning Baldersheim2019-09-161-34/+16
* Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK""Henning Baldersheim2019-09-161-16/+34
* Add simple protobuf decoding test and fix logic inversion.Henning Baldersheim2019-09-161-2/+2
* Revert "Revert "Use a LeanHit until merging is done." MERGEOK"Henning Baldersheim2019-09-161-34/+16
* Revert "Use a LeanHit until merging is done."Henning Baldersheim2019-09-161-16/+34
* Use a LeanHit until merging is done.Henning Baldersheim2019-09-161-34/+16
* Avoid wrapping the 12 bytes in yet another object.Henning Baldersheim2019-09-131-14/+12
* 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-101-2/+2
* Location should also be sent anyway.Henning Baldersheim2019-08-151-1/+1
* query and location are 2 distinct dimensionsHenning Baldersheim2019-08-151-3/+4
* 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
* Decode slime trace from protobuf messageOlli Virtanen2019-05-311-1/+9
* Add double API to RankFeaturesJon Bratseth2019-05-241-8/+17
* Another null check and a minimal testOlli Virtanen2019-05-151-1/+3
* getLocation() may return nullOlli Virtanen2019-05-101-1/+3