org.apache.solr.handler.dataimport
Class HttpDataSource

java.lang.Object
  extended by org.apache.solr.handler.dataimport.DataSource<Reader>
      extended by org.apache.solr.handler.dataimport.URLDataSource
          extended by org.apache.solr.handler.dataimport.HttpDataSource

Deprecated. use URLDataSource instead

@Deprecated
public class HttpDataSource
extends URLDataSource

A data source implementation which can be used to read character files using HTTP.

Refer to http://wiki.apache.org/solr/DataImportHandler for more details.

This API is experimental and may change in the future.

Since:
solr 1.3

Field Summary
 
Fields inherited from class org.apache.solr.handler.dataimport.URLDataSource
BASE_URL, CONNECTION_TIMEOUT, CONNECTION_TIMEOUT_FIELD_NAME, ENCODING, READ_TIMEOUT, READ_TIMEOUT_FIELD_NAME, UTF_8
 
Constructor Summary
HttpDataSource()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.solr.handler.dataimport.URLDataSource
close, getBaseUrl, getData, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpDataSource

public HttpDataSource()
Deprecated. 


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.