Uses of Interface
org.apache.solr.common.PushWriter
-
Packages that use PushWriter Package Description org.apache.solr.client.solrj.io.stream Stream implementations for the Streaming Aggregation APIorg.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of PushWriter in org.apache.solr.client.solrj.io.stream
Classes in org.apache.solr.client.solrj.io.stream that implement PushWriter Modifier and Type Class Description class
JavabinTupleStreamParser
-
Uses of PushWriter in org.apache.solr.common.util
Subinterfaces of PushWriter in org.apache.solr.common.util Modifier and Type Interface Description interface
JsonTextWriter
interface
TextWriter
Classes in org.apache.solr.common.util that implement PushWriter Modifier and Type Class Description class
JavaBinCodec
Defines a space-efficient serialization/deserialization format for transferring data.class
SolrJSONWriter
Use this to serialize an object into Json.
-