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

Packages that use ContentStream
org.apache.solr.client.solrj   
org.apache.solr.client.solrj.impl   
org.apache.solr.client.solrj.request   
org.apache.solr.client.solrj.util   
org.apache.solr.common.util   
org.apache.solr.handler   
org.apache.solr.handler.dataimport   
org.apache.solr.handler.extraction   
org.apache.solr.handler.loader   
org.apache.solr.request   
org.apache.solr.servlet   
 

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.impl
 

Methods in org.apache.solr.client.solrj.impl that return ContentStream
 ContentStream BinaryRequestWriter.getContentStream(UpdateRequest request)
           
 

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

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

Classes in org.apache.solr.client.solrj.request that implement ContentStream
 class RequestWriter.LazyContentStream
           
 

Methods in org.apache.solr.client.solrj.request that return ContentStream
 ContentStream RequestWriter.getContentStream(UpdateRequest req)
           
 

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

Methods in org.apache.solr.client.solrj.request with parameters of type ContentStream
 void ContentStreamUpdateRequest.addContentStream(ContentStream contentStream)
          Add a ContentStream to ContentStreamUpdateRequest.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 String
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.handler
 

Methods in org.apache.solr.handler with parameters of type ContentStream
abstract  void ContentStreamLoader.load(SolrQueryRequest req, SolrQueryResponse rsp, ContentStream stream)
          Loaders are responsible for closing the stream
 

Uses of ContentStream in org.apache.solr.handler.dataimport
 

Methods in org.apache.solr.handler.dataimport that return ContentStream
 ContentStream RequestInfo.getContentStream()
           
 

Constructors in org.apache.solr.handler.dataimport with parameters of type ContentStream
RequestInfo(Map<String,Object> requestParams, ContentStream stream)
           
 

Uses of ContentStream in org.apache.solr.handler.extraction
 

Methods in org.apache.solr.handler.extraction with parameters of type ContentStream
 void ExtractingDocumentLoader.load(SolrQueryRequest req, SolrQueryResponse rsp, ContentStream stream, UpdateRequestProcessor processor)
           
 

Uses of ContentStream in org.apache.solr.handler.loader
 

Methods in org.apache.solr.handler.loader with parameters of type ContentStream
 void JavabinLoader.load(SolrQueryRequest req, SolrQueryResponse rsp, ContentStream stream, UpdateRequestProcessor processor)
           
 void CSVLoader.load(SolrQueryRequest req, SolrQueryResponse rsp, ContentStream stream, UpdateRequestProcessor processor)
           
 void JsonLoader.load(SolrQueryRequest req, SolrQueryResponse rsp, ContentStream stream, UpdateRequestProcessor processor)
           
 void XMLLoader.load(SolrQueryRequest req, SolrQueryResponse rsp, ContentStream stream, UpdateRequestProcessor processor)
           
abstract  void ContentStreamLoader.load(SolrQueryRequest req, SolrQueryResponse rsp, ContentStream stream, UpdateRequestProcessor processor)
          Loaders are responsible for closing the 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> SolrQueryRequest.getContentStreams()
          A Collection of ContentStreams passed to the request
 Iterable<ContentStream> SolrQueryRequestBase.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)
           
 



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