public class SolrStream extends TupleStream
Constructor and Description |
---|
SolrStream(String baseUrl,
Map params) |
Modifier and Type | Method and Description |
---|---|
List<TupleStream> |
children() |
void |
close()
Closes the Stream to a single Solr Instance
|
String |
getBaseUrl() |
void |
open()
Opens the stream to a single Solr instance.
|
Tuple |
read()
Reads a Tuple from the stream.
|
void |
setFieldMappings(Map<String,String> fieldMappings) |
void |
setStreamContext(StreamContext context) |
void |
setTrace(boolean trace)
Setting trace to true will include the "_CORE_" field in each Tuple emitted by the stream.
|
getCost
public List<TupleStream> children()
children
in class TupleStream
public String getBaseUrl()
public void setStreamContext(StreamContext context)
setStreamContext
in class TupleStream
public void open() throws IOException
open
in class TupleStream
IOException
public void setTrace(boolean trace)
public void close() throws IOException
close
in class TupleStream
IOException
public Tuple read() throws IOException
read
in class TupleStream
IOException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.