summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/fastsearch/FastSearcher.java
Commit message (Collapse)AuthorAgeFilesLines
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Minor group logic improvementsJon Bratseth2021-03-311-1/+1
| | | | | | - Non-functional cleanup - Add cluster id to log messages - Don't warn that we only have N/N and require N nodes (all for the same N)
* Use javadoc-no-fork and various fixesHåkon Hallingstad2020-10-311-3/+1
|
* Support max-hits-per-node in DispatcherJon Bratseth2020-01-081-1/+1
|
* Remove leftovers from dispatching through fdispatchJon Bratseth2019-11-141-4/+2
|
* FastSearcher must not call shutdown on the dispatcher, as it does not own it.Henning Baldersheim2019-11-041-6/+0
| | | | The dispatcher has a life independant og the BackendSearchers and should properly self destruct.
* - Shut down monitoring thread.Henning Baldersheim2019-10-041-0/+5
| | | | | - Remove fs4 cleanup. - Add some more debug information for group status.
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 ↵Henning Baldersheim2019-09-191-118/+7
| | | | dispatching from fastsearcher"""".""
* Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from ↵Henning Baldersheim2019-09-191-7/+118
| | | | fastsearcher""""."
* Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from ↵Henning Baldersheim2019-09-181-118/+7
| | | | fastsearcher""""
* Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearcher"""Henning Baldersheim2019-09-181-7/+118
|
* Revert "Revert "Balder/no more fs4 dispatching from fastsearcher""Henning Baldersheim2019-09-181-118/+7
|
* Revert "Balder/no more fs4 dispatching from fastsearcher"Henning Baldersheim2019-09-171-7/+118
|
* No more fs4 dispatching from fastsearcher.Henning Baldersheim2019-09-171-118/+7
| | | | fs4 is gone
* Revert "Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK"""Henning Baldersheim2019-09-161-0/+11
|
* Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK""Henning Baldersheim2019-09-161-11/+0
|
* Revert "Revert "Use a LeanHit until merging is done." MERGEOK"Henning Baldersheim2019-09-161-0/+11
|
* Revert "Use a LeanHit until merging is done."Henning Baldersheim2019-09-161-11/+0
|
* Use a LeanHit until merging is done.Henning Baldersheim2019-09-161-0/+11
|
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-291-2/+1
| | | | | | Different implementations and using OSGi makes it really hard to use these annotations and the value of using them is IMHO not very high.
* Java dispatcher only uses RPC/protobufOlli Virtanen2019-05-281-3/+8
|
* Use sort data with java dispatcherOlli Virtanen2019-04-021-2/+2
|
* Report partial group connection failures through trace, not errorOlli Virtanen2019-03-221-1/+1
|
* Search over protobuf + jrtOlli Virtanen2019-03-191-7/+4
|
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-151-4/+7
|
* Protobuf over jrt support in searchOlli Virtanen2019-03-111-7/+4
|
* Remove the packet cache. It will very soon loose its value as we are ↵Henning Baldersheim2019-03-071-8/+7
| | | | | | | changing the protocol. And also as it does not work for grouping I think it is better to just let it go. We might want a cache sometime later, but then we should redesign it.
* Unused parameter removedOlli Virtanen2018-12-031-2/+2
|
* Result merging moved to InterleavedSearchInvokerOlli Virtanen2018-12-031-79/+3
|
* Fixes to adaptive timeout handlingOlli Virtanen2018-11-291-10/+33
|
* Deprecate Server.getServerDiscriminatorJon Bratseth2018-11-281-2/+2
|
* Adaptive timeout support in java dispatchOlli Virtanen2018-11-231-1/+14
|
* Reimplement partial coverage reportingOlli Virtanen2018-11-081-3/+9
|
* Java dispatcher refactoring and cluster monitoring improvementsOlli Virtanen2018-11-021-6/+6
|
* Java dispatch coverage reporting correctionsOlli Virtanen2018-10-121-1/+7
|
* CloseableChannel split to search and fill inokersOlli Virtanen2018-10-011-73/+68
|
* Multiple node java dispatch supportOlli Virtanen2018-09-241-6/+38
|
* FS4 interfacing code moved to FS4CloseableChannel from FastSearcherOlli Virtanen2018-09-141-256/+12
|
* DistributionKey moved from Backend to CloseableChannelOlli Virtanen2018-09-101-1/+1
|
* Java dispatch support for multiple groups of single nodesOlli Virtanen2018-09-061-3/+3
|
* Replace chooseBackend(..) with getChannel(..) to abstract the protocol layerOlli Virtanen2018-08-311-29/+25
|
* Create code path for extending java side dispatcherOlli Virtanen2018-08-301-4/+13
|
* Revert "Merge pull request #6582 from ↵Jon Bratseth2018-08-151-1/+1
| | | | | | | vespa-engine/revert-6557-revert-6553-revert-6512-henrhoi/object-structured-grouping" This reverts commit 506ea9c1367748ddd4ff20203fc13211d635f5a6, reversing changes made to 4f6b34dcf9ad904f0ddb89eb506f5920360d5344.
* Revert "Revert "Revert "Added a object structure for GroupingRequest ↵Henning Baldersheim2018-08-151-1/+1
| | | | objects, accessable from…"""
* Fix Select and grouping bugsJon Bratseth2018-08-141-1/+1
| | | | | | | | | | - Deep copy the grouping structure on query copy. It is mutable but we have neglected doing this right until now. - Fix a bug in the previous commit where the last constructed Query.Model was shared between all instances. - Fix a bug in the previous commit where the query string instead of the query tree was reset when a new select expression is set. - Don't use deprecated method. - Clean up Javadoc and formatting.
* Set distribution key whe dispatching to content nodeJon Bratseth2018-07-051-5/+6
|
* Make consistent with search to dispatchJo Kristian Bergum2018-05-301-1/+1
|
* Only fdispatch handles the estimate feature properly.Henning Baldersheim2018-05-111-0/+1
|
* Don't add sddocname when no summary is availableJon Bratseth2018-04-241-15/+0
|
* Set each hit as filledJon Bratseth2018-04-231-1/+1
|