|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.solr.handler.dataimport.DataSource<InputStream> org.apache.solr.handler.dataimport.BinContentStreamDataSource
public class BinContentStreamDataSource
A data source implementation which can be used to read binary stream from content streams.
Refer to http://wiki.apache.org/solr/DataImportHandler for more details.
This API is experimental and may change in the future.
Constructor Summary | |
---|---|
BinContentStreamDataSource()
|
Method Summary | |
---|---|
void |
close()
Cleans up resources of this DataSource after use. |
InputStream |
getData(String query)
Get records for the given query.The return type depends on the implementation . |
void |
init(Context context,
Properties initProps)
Initializes the DataSource with the Context and
initialization properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinContentStreamDataSource()
Method Detail |
---|
public void init(Context context, Properties initProps)
DataSource
Context
and
initialization properties.
This is invoked by the DataImporter
after creating an
instance of this class.
init
in class DataSource<InputStream>
public InputStream getData(String query)
DataSource
getData
in class DataSource<InputStream>
query
- The query string. It can be a SQL for JdbcDataSource or a URL
for HttpDataSource or a file location for FileDataSource or a custom
format for your own custom DataSource.
public void close()
DataSource
close
in class DataSource<InputStream>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |