aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/dispatch/rpc
Commit message (Collapse)AuthorAgeFilesLines
* Unify on List.ofHenning Baldersheim2024-04-111-2/+1
|
* Do all construction in constructor and make members final.Henning Baldersheim2024-03-131-1/+2
|
* Searcher => BackendHenning Baldersheim2024-03-111-3/+3
|
* - Do not use Searcher interface below the prelude cluster searcher.Henning Baldersheim2024-03-081-3/+2
| | | | | | - It is not necessary and provides no value. - It also hides some important aspects, like the schema. - And it simplifies testing.
* Update copyrightJon Bratseth2023-10-094-4/+4
|
* Show search cluster name in Node.toStringjonmv2023-09-011-3/+3
|
* move MatchFeatureData class to vespajlibArne Juul2023-04-271-100/+0
|
* Add query trace parameters for profiling backend query evaluation.Geir Storli2023-01-201-0/+23
| | | | | With this change, profiling of matching, first-phase ranking, and second-phase ranking can be tuned separately.
* Need a delayed close for the connections no longer needed.Henning Baldersheim2022-11-261-5/+11
|
* Let RpcResourcePool handle live changes.Henning Baldersheim2022-11-251-0/+18
|
* Make a few simpler interfaces instead of carrying one huge implement all ↵Henning Baldersheim2022-11-231-7/+6
| | | | SearchCluster around.
* - Add fieldlist to docsum request.Henning Baldersheim2022-09-011-2/+3
| | | | - Only return fields requested from the backend.
* Convert container-search to junit5Bjørn Christian Seime2022-07-283-33/+28
|
* Improve timeout logic for docsum/search invokersBjørn Christian Seime2022-06-161-3/+3
|
* Revert "Merge pull request #23040 from ↵Jon Bratseth2022-06-101-1/+1
| | | | | | | vespa-engine/revert-23039-bratseth/weakand-by-default-take-2" This reverts commit 4b3adbb89f52bb20f2f220fcf1480673cae0881d, reversing changes made to d204179b218af2fdf4b251ede3a465ffabbf6557.
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-091-1/+1
|
* Revert "Merge pull request #23036 from ↵Jon Bratseth2022-06-091-1/+1
| | | | | | | vespa-engine/revert-23032-bratseth/weakand-by-default" This reverts commit 1b00635b293901abaef45aca022647c01e840b6b, reversing changes made to 0fd0ba6d04f642095e35ff828e6d7ee334a4bdb8.
* Revert "Change user query default from ALL to WEAKAND on Vespa 8"Håkon Hallingstad2022-06-091-1/+1
|
* Change user query default from ALL to WEAKAND on Vespa 8Jon Bratseth2022-06-091-1/+1
|
* Add serialization testJon Bratseth2022-04-081-4/+44
|
* Avoid deprecated APIsJon Bratseth2022-01-031-3/+1
|
* more cleanup of MatchFeatureDataArne H Juul2021-11-091-8/+6
|
* less duplication of hashmapsArne H Juul2021-11-091-0/+104
| | | | | * instead of building an ObjectValue for each hit (each with its own mapping of names->values) use a shared Hashlet.
* Update 2019 Oath copyrights.gjoranv2021-10-273-3/+3
|
* remove unused RpcFill protocol implementationArne H Juul2021-10-194-263/+0
|
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* Shutdown and join the rpc client transport threads.Henning Baldersheim2020-09-212-2/+5
|
* Use existing uncompressed lengthJon Bratseth2020-07-011-2/+2
|
* Formatting changes only#Jon Bratseth2020-07-011-4/+4
|
* Add support for serializing and compressing once, instead of once per ↵Henning Baldersheim2020-06-301-2/+11
| | | | backend node.
* Support max-hits-per-node in DispatcherJon Bratseth2020-01-081-8/+27
|
* - Shut down monitoring thread.Henning Baldersheim2019-10-041-1/+1
| | | | | - Remove fs4 cleanup. - Add some more debug information for group status.
* Follow api changeHenning Baldersheim2019-09-221-8/+6
|
* Set relevance to 0.0 if sorting.Henning Baldersheim2019-09-161-1/+1
|
* Revert "Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK"""Henning Baldersheim2019-09-161-0/+68
|
* Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK""Henning Baldersheim2019-09-161-68/+0
|
* Add simple protobuf decoding test and fix logic inversion.Henning Baldersheim2019-09-161-0/+68
|
* Avoid wrapping the 12 bytes in yet another object.Henning Baldersheim2019-09-132-2/+2
|
* doc: -> id:Henning Baldersheim2019-08-161-1/+1
|
* Differentiate between empty and missing docsum.Henning Baldersheim2019-08-142-0/+42
|
* Mock RPC connections instead of relying on 'real' connectivity errorsOlli Virtanen2019-05-211-0/+54
|
* Another null check and a minimal testOlli Virtanen2019-05-151-0/+32
|
* Use requestedCompressionOlli Virtanen2019-04-091-1/+2
|
* Optimizations for search protocol over jrt/protobufOlli Virtanen2019-04-053-82/+81
|
* Use sort data with java dispatcherOlli Virtanen2019-04-021-3/+2
|
* Feature flag to enable protobuf in search protocol as default; protobuf pingOlli Virtanen2019-03-281-4/+4
|
* Retrieve document summaries over jrt/protobufOlli Virtanen2019-03-272-13/+10
|
* Search over protobuf + jrtOlli Virtanen2019-03-193-0/+410
|
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-153-413/+0
|
* Protobuf object coversion moved to separate class. RPC classes moved to ↵Olli Virtanen2019-03-123-0/+413
subpackage