Uses of Package
org.apache.solr.common.util

Packages that use org.apache.solr.common.util
org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client. 
org.apache.solr.client.solrj.impl Concrete implementations of client API classes. 
org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests. 
org.apache.solr.client.solrj.response Convenience classes for dealing with various types of Solr responses. 
org.apache.solr.client.solrj.util Utilities for Solr client applications. 
org.apache.solr.common.params Parameter constants and enumerations. 
org.apache.solr.common.util Common utility classes reused on both clients & server. 
 

Classes in org.apache.solr.common.util used by org.apache.solr.client.solrj
ContentStream
           
NamedList
          A simple container class for modeling an ordered list of name/value pairs.
 

Classes in org.apache.solr.common.util used by org.apache.solr.client.solrj.impl
ContentStream
           
NamedList
          A simple container class for modeling an ordered list of name/value pairs.
 

Classes in org.apache.solr.common.util used by org.apache.solr.client.solrj.request
ContentStream
           
 

Classes in org.apache.solr.common.util used by org.apache.solr.client.solrj.response
NamedList
          A simple container class for modeling an ordered list of name/value pairs.
 

Classes in org.apache.solr.common.util used by org.apache.solr.client.solrj.util
ContentStream
           
 

Classes in org.apache.solr.common.util used by org.apache.solr.common.params
NamedList
          A simple container class for modeling an ordered list of name/value pairs.
 

Classes in org.apache.solr.common.util used by org.apache.solr.common.util
ContentStream
           
ContentStreamBase
          Three concrete implementations for ContentStream - one for File/URL/String
FastInputStream
          Single threaded buffered InputStream Internal Solr use only, subject to change.
FastOutputStream
          Single threaded buffered OutputStream Internal Solr use only, subject to change.
JavaBinCodec
          The class is designed to optimaly serialize/deserialize any supported types in Solr response.
JavaBinCodec.ObjectResolver
           
NamedList
          A simple container class for modeling an ordered list of name/value pairs.
SimpleOrderedMap
          SimpleOrderedMap is a NamedList where access by key is more important than maintaining order when it comes to representing the held data in other forms, as ResponseWriters normally do.
 



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