Uses of Package
org.apache.solr.util

Packages that use org.apache.solr.util
org.apache.solr.core   
org.apache.solr.handler   
org.apache.solr.request   
org.apache.solr.search   
org.apache.solr.tst   
org.apache.solr.update   
org.apache.solr.util   
 

Classes in org.apache.solr.util used by org.apache.solr.core
NamedList
          A simple container class for modeling an ordered list of name/value pairs.
RefCounted
          Keep track of a reference count on a resource and close it when the count hits zero.
 

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

Classes in org.apache.solr.util used by org.apache.solr.request
ContentStream
           
NamedList
          A simple container class for modeling an ordered list of name/value pairs.
RefCounted
          Keep track of a reference count on a resource and close it when the count hits zero.
 

Classes in org.apache.solr.util used by org.apache.solr.search
NamedList
          A simple container class for modeling an ordered list of name/value pairs.
OpenBitSet
          An "open" BitSet implementation that allows direct access to the array of words storing the bits.
 

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

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

Classes in org.apache.solr.util used by org.apache.solr.util
AbstractSolrTestCase.Doc
          Neccessary to make method signatures un-ambiguous
CommonParams
          Deprecated. 
ContentStream
           
ContentStreamBase
          Three concrete implementations for ContentStream - one for File/URL/String
NamedList
          A simple container class for modeling an ordered list of name/value pairs.
OpenBitSet
          An "open" BitSet implementation that allows direct access to the array of words storing the bits.
RefCounted
          Keep track of a reference count on a resource and close it when the count hits zero.
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.
SolrPluginUtils.DisjunctionMaxQueryParser.Alias
          A simple container for storing alias info
TestHarness
          This class provides a simple harness that may be useful when writing testcases.
TestHarness.LocalRequestFactory
          A Factory that generates LocalSolrQueryRequest objects using a specified set of default options.
 



Copyright © 2006 - 2009 The Apache Software Foundation