Uses of Package
org.apache.solr.util

Packages that use org.apache.solr.util
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
org.apache.solr.handler.component SearchComponent implementations for use in SearchHandler 
org.apache.solr.request APIs and classes for dealing with Solr requests 
org.apache.solr.response API and implementations of QueryResponseWriter for formating Solr request responses 
org.apache.solr.search APIs and classes for parsing and processing search requests 
org.apache.solr.update APIs and classes for managing index updates 
org.apache.solr.util Common utility classes used throughout Solr 
 

Classes in org.apache.solr.util used by org.apache.solr.core
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.component
RTimer
          A recursive timer.
 

Classes in org.apache.solr.util used by org.apache.solr.request
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.response
FastWriter
          Single threaded BufferedWriter Internal Solr use only, subject to change.
 

Classes in org.apache.solr.util used by org.apache.solr.search
SolrPluginUtils.DisjunctionMaxQueryParser
          A subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries.
 

Classes in org.apache.solr.util used by org.apache.solr.update
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.util
ConcurrentLFUCache.EvictionListener
           
ConcurrentLFUCache.Stats
           
ConcurrentLRUCache.EvictionListener
           
ConcurrentLRUCache.Stats
           
FastWriter
          Single threaded BufferedWriter Internal Solr use only, subject to change.
PrimUtils.IntComparator
           
RefCounted
          Keep track of a reference count on a resource and close it when the count hits zero.
RTimer
          A recursive timer.
SimplePostTool
          A simple utility class for posting raw updates to a Solr server, has a main method so it can be run on the command line.
SolrPluginUtils.DisjunctionMaxQueryParser.Alias
          A simple container for storing alias info
 



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