Uses of Package
org.apache.solr.util
-
Packages that use org.apache.solr.util Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCore
sorg.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
org.apache.solr.highlight SolrHighlighter
API and related implementations and utilitiesorg.apache.solr.request APIs and classes for dealing with Solr requestsorg.apache.solr.schema IndexSchema
andFieldType
implementations for powering schema.xmlorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.servlet Servlet related classes for powering the Solr HTTP APIorg.apache.solr.update APIs and classes for managing index updatesorg.apache.solr.util Common utility classes used throughout Solr -
Classes in org.apache.solr.util used by org.apache.solr.core Class Description IOFunction A Function that may throw an IOExceptionOrderedExecutor 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 Class Description RTimer A simple timer. -
Classes in org.apache.solr.util used by org.apache.solr.highlight Class Description RTimerTree A recursive timer. -
Classes in org.apache.solr.util used by org.apache.solr.request Class Description RefCounted Keep track of a reference count on a resource and close it when the count hits zero.RTimerTree A recursive timer. -
Classes in org.apache.solr.util used by org.apache.solr.schema Class Description DistanceUnits Used with a spatial field type for all distance measurements. -
Classes in org.apache.solr.util used by org.apache.solr.search Class Description SolrPluginUtils.DisjunctionMaxQueryParser A subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries. -
Classes in org.apache.solr.util used by org.apache.solr.servlet Class Description SolrFileCleaningTracker -
Classes in org.apache.solr.util used by org.apache.solr.update Class Description 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 Class Description ConcurrentLFUCache.CacheEntry ConcurrentLFUCache.EvictionListener ConcurrentLFUCache.Stats ConcurrentLRUCache.CacheEntry ConcurrentLRUCache.EvictionListener ConcurrentLRUCache.Stats DistanceUnits Used with a spatial field type for all distance measurements.FSHDFSUtils.CallerInfo LongIterator Along
-based iterator.PivotListEntry Enum for modeling the elements of a (nested) pivot entry as expressed in a NamedListPrimUtils.IntComparator RefCounted Keep track of a reference count on a resource and close it when the count hits zero.RTimer A simple timer.RTimer.TimerImpl RTimerTree 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.SolrCLI.SolrCloudTool Helps build SolrCloud aware tools by initializing a CloudSolrClient instance before running the tool.SolrCLI.Tool Defines the interface to a Solr tool that can be run from this command-line app.SolrCLI.ToolBase SolrLogLayout SolrPluginUtils.DisjunctionMaxQueryParser.Alias A simple container for storing alias infoTestInjection.Hook