Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.solr.util Classes and Interfaces - 99 results found.
NameDescriptionTypePackageFramework
AbstractPluginLoaderAn abstract super class that manages standard solr-style plugin configuration.Classorg.apache.solr.util.pluginApache Solr Lucene
AdjustableSemaphoreClassorg.apache.solr.utilApache Solr Lucene
BoundedTreeSetA TreeSet that ensures it never grows beyond a max size.Classorg.apache.solr.utilApache Solr Lucene
ClockAn abstraction for how time passes.Classorg.apache.solr.util.statsApache Solr Lucene
Clock .CpuTimeClockA clock implementation which returns the current thread's CPU time.Classorg.apache.solr.util.stats.ClockApache Solr Lucene
Clock .UserTimeClockA clock implementation which returns the current time in epoch nanoseconds.Classorg.apache.solr.util.stats.ClockApache Solr Lucene
CommandOperationClassorg.apache.solr.utilApache Solr Lucene
ConcurrentLFUCacheA LFU cache implementation based upon ConcurrentHashMap.Classorg.apache.solr.utilApache Solr Lucene
ConcurrentLFUCache .EvictionListenerInterfaceorg.apache.solr.util.ConcurrentLFUCacheApache Solr Lucene
ConcurrentLFUCache .StatsClassorg.apache.solr.util.ConcurrentLFUCacheApache Solr Lucene
ConcurrentLRUCacheA LRU cache implementation based upon ConcurrentHashMap and other techniques to reduce contention and synchronization overhead to utilize multiple CPU cores more effectively.Classorg.apache.solr.utilApache Solr Lucene
ConcurrentLRUCache .EvictionListenerInterfaceorg.apache.solr.util.ConcurrentLRUCacheApache Solr Lucene
ConcurrentLRUCache .StatsClassorg.apache.solr.util.ConcurrentLRUCacheApache Solr Lucene
CryptoKeysClassorg.apache.solr.utilApache Solr Lucene
CryptoKeys .RSAKeyPairClassorg.apache.solr.util.CryptoKeysApache Solr Lucene
DateFormatUtilClassorg.apache.solr.utilApache Solr Lucene
DateFormatUtil .ThreadLocalDateFormatClassorg.apache.solr.util.DateFormatUtilApache Solr Lucene
DateMathParserA Simple Utility class for parsing math like strings relating to Dates.Classorg.apache.solr.utilApache Solr Lucene
DefaultSolrThreadFactoryClassorg.apache.solr.utilApache Solr Lucene
DistanceUnitsUsed with a spatial field type for all distance measurements.Classorg.apache.solr.utilApache Solr Lucene
DOMUtilClassorg.apache.solr.utilApache Solr Lucene
EmptyEntityResolverThis class provides several singletons of entity resolvers used by SAX and StAX in the Java API.Classorg.apache.solr.utilApache Solr Lucene
EWMAAn exponentially-weighted moving average.Classorg.apache.solr.util.statsApache Solr Lucene
ExponentiallyDecayingSampleAn exponentially-decaying random sample of longs.Classorg.apache.solr.util.statsApache Solr Lucene
FastWriterSingle threaded BufferedWriter Internal Solr use only, subject to change.Classorg.apache.solr.utilApache Solr Lucene
FileUtilsClassorg.apache.solr.utilApache Solr Lucene
FSHDFSUtilsBorrowed from Apache HBase to recover an HDFS lease.Classorg.apache.solr.utilApache Solr Lucene
HdfsUtilClassorg.apache.solr.utilApache Solr Lucene
HistogramA metric which calculates the distribution of a value.Classorg.apache.solr.util.statsApache Solr Lucene
HLLA probabilistic set of hashed long elements.Classorg.apache.solr.util.hllApache Solr Lucene
HLLTypeThe types of algorithm/data structure that HLL can utilize.Classorg.apache.solr.util.hllApache Solr Lucene
IWordDeserializerReads 'words' of a fixed width, in sequence, from a byte array.Interfaceorg.apache.solr.util.hllApache Solr Lucene
LongPriorityQueueA native long priority queue.Classorg.apache.solr.utilApache Solr Lucene
MapInitializedPluginInterfaceorg.apache.solr.util.pluginApache Solr Lucene
MapListenerWraps another map, keeping track of each key that was seen via get(Object) or remove(Object).Classorg.apache.solr.utilApache Solr Lucene
MapPluginLoaderClassorg.apache.solr.util.pluginApache Solr Lucene
MeterA meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.Classorg.apache.solr.util.statsApache Solr Lucene
NamedListInitializedPluginInterfaceorg.apache.solr.util.pluginApache Solr Lucene
NamedListPluginLoaderClassorg.apache.solr.util.pluginApache Solr Lucene
NumberUtilsClassorg.apache.solr.utilApache Solr Lucene
PivotListEntryEnum for modeling the elements of a (nested) pivot entry as expressed in a NamedListEnum Constant SummaryClassorg.apache.solr.utilApache Solr Lucene
PluginInfoInitializedInterfaceorg.apache.solr.util.pluginApache Solr Lucene
PrimUtilsUtilities for primitive Java data types.Classorg.apache.solr.utilApache Solr Lucene
PrimUtils .IntComparatorClassorg.apache.solr.util.PrimUtilsApache Solr Lucene
PropertiesInputStreamClassorg.apache.solr.utilApache Solr Lucene
PropertiesOutputStreamClassorg.apache.solr.utilApache Solr Lucene
PropertiesUtilBreaking out some utility methods into a separate class as part of SOLR-4196.Classorg.apache.solr.utilApache Solr Lucene
RecordingJSONParserClassorg.apache.solr.utilApache Solr Lucene
RefCountedKeep track of a reference count on a resource and close it when the count hits zero.Classorg.apache.solr.utilApache Solr Lucene
RegexFileFilterClassorg.apache.solr.utilApache Solr Lucene
RTimer RTimers are started automatically when instantiated; subtimers are also started automatically when created.Classorg.apache.solr.utilApache Solr Lucene
SampleA statistically representative sample of a data stream.Interfaceorg.apache.solr.util.statsApache Solr Lucene
SimplePostToolA simple utility class for posting raw updates to a Solr server, has a main method so it can be run on the command line.Classorg.apache.solr.utilApache Solr Lucene
SimplePostTool .BAOSClassorg.apache.solr.util.SimplePostToolApache Solr Lucene
SnapshotA statistical snapshot of a Snapshot.Classorg.apache.solr.util.statsApache Solr Lucene
SolrCLICommand-line utility for working with Solr.Classorg.apache.solr.utilApache Solr Lucene
SolrCLI .ApiToolUsed to send an arbitrary HTTP request to a Solr API endpoint.Classorg.apache.solr.util.SolrCLIApache Solr Lucene
SolrCLI .ConfigToolSends a POST to the Config API to perform a specified action.Classorg.apache.solr.util.SolrCLIApache Solr Lucene
SolrCLI .CreateCollectionToolSupports create_collection command in the bin/solr script.Classorg.apache.solr.util.SolrCLIApache Solr Lucene
SolrCLI .CreateCoreToolClassorg.apache.solr.util.SolrCLIApache Solr Lucene
SolrCLI .CreateToolClassorg.apache.solr.util.SolrCLIApache Solr Lucene
SolrCLI .DeleteToolClassorg.apache.solr.util.SolrCLIApache Solr Lucene
SolrCLI .HealthcheckToolRequests health information about a specific collection in SolrCloud.Classorg.apache.solr.util.SolrCLIApache Solr Lucene
SolrCLI .RunExampleToolClassorg.apache.solr.util.SolrCLIApache Solr Lucene
SolrCLI .SolrCloudToolHelps build SolrCloud aware tools by initializing a CloudSolrClient instance before running the tool.Classorg.apache.solr.util.SolrCLIApache Solr Lucene
SolrCLI .StatusToolGet the status of a Solr server.Classorg.apache.solr.util.SolrCLIApache Solr Lucene
SolrCLI .ToolDefines the interface to a Solr tool that can be run from this command-line app.Interfaceorg.apache.solr.util.SolrCLIApache Solr Lucene
SolrCLI .ToolBaseClassorg.apache.solr.util.SolrCLIApache Solr Lucene
SolrLogLayoutClassorg.apache.solr.utilApache Solr Lucene
SolrLogLayout .CoreInfoClassorg.apache.solr.util.SolrLogLayoutApache Solr Lucene
SolrLogLayout .MethodClassorg.apache.solr.util.SolrLogLayoutApache Solr Lucene
SolrLogLayout .TGAdd this interface to a thread group and the string returned by getTag() will appear in log statements of any threads under that group.Interfaceorg.apache.solr.util.SolrLogLayoutApache Solr Lucene
SolrPluginUtilsUtilities that may be of use to RequestHandlers.Classorg.apache.solr.utilApache Solr Lucene
SolrPluginUtils .DisjunctionMaxQueryParserA subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries.Classorg.apache.solr.util.SolrPluginUtilsApache Solr Lucene
SolrPluginUtils .DisjunctionMaxQueryParser .AliasA simple container for storing alias infoSee Also:SolrPluginUtils.Classorg.apache.solr.util.SolrPluginUtils.DisjunctionMaxQueryParserApache Solr Lucene
SolrPluginUtils .IdentityRegeneratorA CacheRegenerator that can be used whenever the items in the cache are not dependant on the current searcher.Classorg.apache.solr.util.SolrPluginUtilsApache Solr Lucene
SpatialUtilsUtility methods pertaining to spatial.Classorg.apache.solr.utilApache Solr Lucene
SystemIdResolverThis is a helper class to support resolving of XIncludes or other hrefs inside XML files on top of a ResourceLoader.Classorg.apache.solr.utilApache Solr Lucene
TimerA timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via Meter.Classorg.apache.solr.util.statsApache Solr Lucene
TimerContextSee Also:Timer.Classorg.apache.solr.util.statsApache Solr Lucene
TimeZoneUtilsClassorg.apache.solr.utilApache Solr Lucene
TransformerProviderSingleton that creates a Transformer for the XSLTServletFilter.Classorg.apache.solr.util.xsltApache Solr Lucene
UniformSampleA random sample of a stream of longs.Classorg.apache.solr.util.statsApache Solr Lucene
VersionedFileClassorg.apache.solr.utilApache Solr Lucene
AbstractSolrTestCaseAn Abstract base class that makes writing Solr JUnit tests easier Test classes that subclass this need only specify the path to theClassorg.apache.solr.utilApache Solr Lucene
BadHdfsThreadsFilterClassorg.apache.solr.utilApache Solr Lucene
BadMrClusterThreadsFilterClassorg.apache.solr.utilApache Solr Lucene
BadZookeeperThreadsFilterClassorg.apache.solr.utilApache Solr Lucene
BaseTestHarnessClassorg.apache.solr.utilApache Solr Lucene
DOMUtilTestBaseClassorg.apache.solr.utilApache Solr Lucene
ExternalPathsSome tests need to reach outside the classpath to get certain resources (e.Classorg.apache.solr.utilApache Solr Lucene
RandomMergePolicyA MergePolicy with a no-arg constructor that proxies to a wrapped instance retrieved from LuceneTestCase.Classorg.apache.solr.utilApache Solr Lucene
ReadOnlyCoresLocatorClassorg.apache.solr.utilApache Solr Lucene
RestTestBaseClassorg.apache.solr.utilApache Solr Lucene
RestTestHarnessClassorg.apache.solr.utilApache Solr Lucene
RevertDefaultThreadHandlerRuleClassorg.apache.solr.utilApache Solr Lucene
SSLTestConfigClassorg.apache.solr.utilApache Solr Lucene
TestHarnessThis class provides a simple harness that may be useful when This class lives in the tests-framework source tree (and not in the test sourceClassorg.apache.solr.utilApache Solr Lucene
TestHarness .TestCoresLocatorClassorg.apache.solr.util.TestHarnessApache Solr Lucene