Uses of Interface
org.apache.solr.common.util.ContentStream

Packages that use ContentStream
org.apache.solr.client.solrj   
org.apache.solr.client.solrj.request   
org.apache.solr.client.solrj.util   
org.apache.solr.common.util   
org.apache.solr.request   
org.apache.solr.servlet   
org.apache.solr.util   
 

Uses of ContentStream in org.apache.solr.client.solrj
 

Methods in org.apache.solr.client.solrj that return types with arguments of type ContentStream
abstract  Collection<ContentStream> SolrRequest.getContentStreams()
           
 

Uses of ContentStream in org.apache.solr.client.solrj.request
 

Methods in org.apache.solr.client.solrj.request that return types with arguments of type ContentStream
 Collection<ContentStream> UpdateRequest.getContentStreams()
           
 Collection<ContentStream> SolrPing.getContentStreams()
           
 Collection<ContentStream> QueryRequest.getContentStreams()
           
 Collection<ContentStream> LukeRequest.getContentStreams()
           
 Collection<ContentStream> DirectXmlRequest.getContentStreams()
           
 Collection<ContentStream> CoreAdminRequest.getContentStreams()
           
 

Uses of ContentStream in org.apache.solr.client.solrj.util
 

Methods in org.apache.solr.client.solrj.util that return types with arguments of type ContentStream
static Collection<ContentStream> ClientUtils.toContentStreams(String str, String contentType)
          Take a string and make it an iterable ContentStream
 

Uses of ContentStream in org.apache.solr.common.util
 

Classes in org.apache.solr.common.util that implement ContentStream
 class ContentStreamBase
          Three concrete implementations for ContentStream - one for File/URL/String
static class ContentStreamBase.FileStream
          Construct a ContentStream from a File
static class ContentStreamBase.StringStream
          Construct a ContentStream from a File
static class ContentStreamBase.URLStream
          Construct a ContentStream from a URL This uses a URLConnection to get the content stream
 

Uses of ContentStream in org.apache.solr.request
 

Fields in org.apache.solr.request with type parameters of type ContentStream
protected  Iterable<ContentStream> SolrQueryRequestBase.streams
           
 

Methods in org.apache.solr.request that return types with arguments of type ContentStream
 Iterable<ContentStream> SolrQueryRequestBase.getContentStreams()
          A Collection of ContentStreams passed to the request
 Iterable<ContentStream> SolrQueryRequest.getContentStreams()
          A Collection of ContentStreams passed to the request
 

Method parameters in org.apache.solr.request with type arguments of type ContentStream
 void SolrQueryRequestBase.setContentStreams(Iterable<ContentStream> s)
           
 

Uses of ContentStream in org.apache.solr.servlet
 

Method parameters in org.apache.solr.servlet with type arguments of type ContentStream
 SolrQueryRequest SolrRequestParsers.buildRequestFrom(SolrCore core, SolrParams params, Collection<ContentStream> streams)
           
 

Uses of ContentStream in org.apache.solr.util
 

Subinterfaces of ContentStream in org.apache.solr.util
 interface ContentStream
          Deprecated. Use org.apache.solr.common.util.ContentStream.
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.