Uses of Interface
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.StreamingDocumentHandler

Packages that use JavaBinUpdateRequestCodec.StreamingDocumentHandler
org.apache.solr.client.solrj.request   
 

Uses of JavaBinUpdateRequestCodec.StreamingDocumentHandler in org.apache.solr.client.solrj.request
 

Methods in org.apache.solr.client.solrj.request with parameters of type JavaBinUpdateRequestCodec.StreamingDocumentHandler
 UpdateRequest JavaBinUpdateRequestCodec.unmarshal(InputStream is, JavaBinUpdateRequestCodec.StreamingDocumentHandler handler)
          Reads a NamedList from the given InputStream, converts it into a SolrInputDocument and passes it to the given StreamingDocumentHandler
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.