Package org.apache.solr.bench.search
Class StreamingSearch
- java.lang.Object
-
- org.apache.solr.bench.search.StreamingSearch
-
public class StreamingSearch extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamingSearch.BenchState
-
Constructor Summary
Constructors Constructor Description StreamingSearch()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.apache.solr.client.solrj.impl.Http2SolrClient
newHttp2SolrClient()
Object
stream(StreamingSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState)
-
-
-
Method Detail
-
stream
public Object stream(StreamingSearch.BenchState benchState, MiniClusterState.MiniClusterBenchState miniClusterState) throws org.apache.solr.client.solrj.SolrServerException, IOException
- Throws:
org.apache.solr.client.solrj.SolrServerException
IOException
-
newHttp2SolrClient
public static org.apache.solr.client.solrj.impl.Http2SolrClient newHttp2SolrClient()
-
-