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

Packages that use org.apache.solr.common.util
org.apache.solr.common.params   
org.apache.solr.common.util   
 

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.
FastWriter
          Single threaded BufferedWriter Internal Solr use only, subject to change.
NamedList
          A simple container class for modeling an ordered list of name/value pairs.
NamedListCodec
          The class is designed to optimaly serialize/deserialize a NamedList.
NamedListCodec.ObjectResolver
           
RTimer
          A recursive timer.
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 © 2008 Apache Software Foundation. All Rights Reserved.