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.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.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.ThreadCpuTimer Allows tracking information about the current thread using the JVM's built-in management beanThreadMXBean
. -
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 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 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.FileTypeMagicUtil Utility class to guess the mime type of file based on its magic number.FloatConsumer Represents an operation that accepts a singlefloat
-valued argument and returns no result.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.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 infoTestInjection.Hook