Uses of Package
org.apache.solr.util
-
Packages that use org.apache.solr.util Package Description org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode.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.security Commonly used classes for Solr security framework.org.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.cloud Class Description CLIO -
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 IOFunction A Function that may throw an IOExceptionSolrPluginUtils.DisjunctionMaxQueryParser A subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries. -
Classes in org.apache.solr.util used by org.apache.solr.security Class Description CryptoKeys.RSAKeyPair -
Classes in org.apache.solr.util used by org.apache.solr.update Class Description LongSet Collects long values in a hash set (closed hashing on power-of-two sized long[])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 CLIO ConcurrentLRUCache.CacheEntry ConcurrentLRUCache.EvictionListener ConcurrentLRUCache.Stats DistanceUnits Used with a spatial field type for all distance measurements.DynamicMap An efficient map for storing keys as integer in range from 0..n with n can be estimated up-front.FloatConsumer Represents an operation that accepts a singlefloat
-valued argument and returns no result.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 SolrJacksonAnnotationInspector this class provides a mapping between Solr'sJsonProperty
annotation to a corresponding annotation in jackson see SOLR-13841 for more detailsSolrPluginUtils.DisjunctionMaxQueryParser.Alias A simple container for storing alias infoSolrVersion Simple Solr version representation backed by a Semantic Versioning library.TestInjection.Hook