Class StreamingBackend

java.lang.Object
com.yahoo.prelude.fastsearch.VespaBackend
com.yahoo.vespa.streamingvisitors.StreamingBackend

public class StreamingBackend extends VespaBackend
The searcher which forwards queries to storage nodes using visiting. The searcher is a visitor client responsible for starting search visitors in storage and collecting and merging the results.
Author:
baldersheim, Ulf Carlin
  • Constructor Details

    • StreamingBackend

      public StreamingBackend(ClusterParams clusterParams, String searchClusterName, com.yahoo.container.core.documentapi.VespaDocumentAccess access, String storageClusterRouteSpec)
  • Method Details