Package org.apache.solr.common.util

Interface Summary
ContentStream  
NamedListCodec.ObjectResolver  
 

Class Summary
ContentStreamBase Three concrete implementations for ContentStream - one for File/URL/String
ContentStreamBase.FileStream Construct a ContentStream from a File
ContentStreamBase.StringStream Construct a ContentStream from a File
ContentStreamBase.URLStream Construct a ContentStream from a URL This uses a URLConnection to get the content stream
DOMUtil  
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.
IteratorChain<E> Chain several Iterators, so that this iterates over all of them in sequence.
NamedList<T> A simple container class for modeling an ordered list of name/value pairs.
NamedListCodec The class is designed to optimaly serialize/deserialize a NamedList.
RTimer A recursive timer.
SimpleOrderedMap<T> 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.
StrUtils  
XML  
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.