Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.util Classes and Interfaces - 224 results found.
NameDescriptionTypePackageFramework
AccountableAn object whose RAM usage can be computed.Interfaceorg.apache.lucene.utilApache Lucene
AccountablesHelper methods for constructing nested resource descriptions and debugging RAM usage.Classorg.apache.lucene.utilApache Lucene
ArrayUtilMethods for manipulating arrays.Classorg.apache.lucene.utilApache Lucene
AttributeInterfaceorg.apache.lucene.utilApache Lucene
AttributeFactoryAn AttributeFactory creates instances of AttributeImpls.Classorg.apache.lucene.utilApache Lucene
AttributeFactory .StaticImplementationAttributeFactoryExpert: AttributeFactory returning an instance of the given clazz for the attributes it implements.Classorg.apache.lucene.util.AttributeFactoryApache Lucene
AttributeImplBase class for Attributes that can be added to a Attributes are used to add data in a dynamic, yet type-safe way to a sourceClassorg.apache.lucene.utilApache Lucene
AttributeReflectorThis interface is used to reflect contents of AttributeSource or AttributeImpl.Interfaceorg.apache.lucene.utilApache Lucene
AttributeSourceAn AttributeSource contains a list of different AttributeImpls, and methods to add and get them.Classorg.apache.lucene.utilApache Lucene
AttributeSource .StateThis class holds the state of an AttributeSource.Classorg.apache.lucene.util.AttributeSourceApache Lucene
AutomataConstruction of basic automata.Classorg.apache.lucene.util.automatonApache Lucene
AutomatonRepresents an automaton and all its states and transitions.Classorg.apache.lucene.util.automatonApache Lucene
Automaton .BuilderRecords new states and transitions and then finish() creates the Automaton.Classorg.apache.lucene.util.automaton.AutomatonApache Lucene
AutomatonProviderAutomaton provider for RegExp.Interfaceorg.apache.lucene.util.automatonApache Lucene
BitDocIdSetNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.utilApache Lucene
BitDocIdSet .BuilderA builder of DocIdSets that supports random access.Classorg.apache.lucene.util.BitDocIdSetApache Lucene
BitsInterface for Bitset-like structures.Interfaceorg.apache.lucene.utilApache Lucene
Bits .MatchAllBitsBits impl of the specified length with all bits set.Classorg.apache.lucene.util.BitsApache Lucene
Bits .MatchNoBitsBits impl of the specified length with no bits set.Classorg.apache.lucene.util.BitsApache Lucene
BitSetBase implementation for a bit set.Classorg.apache.lucene.utilApache Lucene
BitSetIteratorA DocIdSetIterator which iterates over set bits in aNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.utilApache Lucene
BitUtilA variety of high efficiency bit twiddling routines.Classorg.apache.lucene.utilApache Lucene
BlockPackedReaderProvides random access to a stream written with BlockPackedWriter.Classorg.apache.lucene.util.packedApache Lucene
BlockPackedReaderIteratorReader for sequences of longs written with BlockPackedWriter.Classorg.apache.lucene.util.packedApache Lucene
BlockPackedWriterA writer for large sequences of longs.Classorg.apache.lucene.util.packedApache Lucene
BuilderBuilds a minimal FST (maps an IntsRef term to an arbitrary output) from pre-sorted terms with outputs.Classorg.apache.lucene.util.fstApache Lucene
Builder .ArcExpert: holds a pending (seen but not yet serialized) arc.Classorg.apache.lucene.util.fst.BuilderApache Lucene
Builder .UnCompiledNodeExpert: holds a pending (seen but not yet serialized) Node.Classorg.apache.lucene.util.fst.BuilderApache Lucene
ByteBlockPoolClass that Posting and PostingVector use to write byte streams into shared fixed-size byte[] arrays.Classorg.apache.lucene.utilApache Lucene
ByteBlockPool .AllocatorClassorg.apache.lucene.util.ByteBlockPoolApache Lucene
ByteBlockPool .DirectAllocatorA simple ByteBlockPool.Classorg.apache.lucene.util.ByteBlockPoolApache Lucene
ByteBlockPool .DirectTrackingAllocatorA simple ByteBlockPool.Classorg.apache.lucene.util.ByteBlockPoolApache Lucene
ByteRunAutomatonAutomaton representation for matching UTF-8 byte[].Classorg.apache.lucene.util.automatonApache Lucene
ByteSequenceOutputsAn FST Outputs implementation where each output is a sequence of bytes.Classorg.apache.lucene.util.fstApache Lucene
BytesRefRepresents byte[], as a slice (offset + length) into an existing byte[].Classorg.apache.lucene.utilApache Lucene
BytesRefArrayA simple append only random-access BytesRef array that stores full copies of the appended bytes in a ByteBlockPool.Classorg.apache.lucene.utilApache Lucene
BytesRefBuilderA builder for BytesRef instances.Classorg.apache.lucene.utilApache Lucene
BytesRefFSTEnumEnumerates all input (BytesRef) + output pairs in anWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.util.fstApache Lucene
BytesRefFSTEnum .InputOutputHolds a single input (BytesRef) + output pair.Classorg.apache.lucene.util.fst.BytesRefFSTEnumApache Lucene
BytesRefHashBytesRefHash is a special purpose hash-map like data-structure optimized for BytesRef instances.Classorg.apache.lucene.utilApache Lucene
BytesRefHash .BytesStartArrayManages allocation of the per-term addresses.Classorg.apache.lucene.util.BytesRefHashApache Lucene
BytesRefHash .DirectBytesStartArrayA simple BytesRefHash.Classorg.apache.lucene.util.BytesRefHashApache Lucene
BytesRefHash .MaxBytesLengthExceededExceptionThrown if a BytesRef exceeds the BytesRefHash limit of ByteBlockPool.Classorg.apache.lucene.util.BytesRefHashApache Lucene
BytesRefIteratorA simple iterator interface for BytesRef iteration.Interfaceorg.apache.lucene.utilApache Lucene
CharacterRunAutomatonAutomaton representation for matching char[].Classorg.apache.lucene.util.automatonApache Lucene
CharSequenceOutputsAn FST Outputs implementation where each output is a sequence of characters.Classorg.apache.lucene.util.fstApache Lucene
CharsRefRepresents char[], as a slice (offset + length) into an existing char[].Classorg.apache.lucene.utilApache Lucene
CharsRefBuilderA builder for CharsRef instances.Classorg.apache.lucene.utilApache Lucene
CloseableThreadLocalJava's builtin ThreadLocal has a serious flaw: it can take an arbitrarily long amount of time toClassorg.apache.lucene.utilApache Lucene
CollectionUtilMethods for manipulating (sorting) collections.Classorg.apache.lucene.utilApache Lucene
CommandLineUtilClassorg.apache.lucene.utilApache Lucene
CompiledAutomatonImmutable class holding compiled details for a given Automaton.Classorg.apache.lucene.util.automatonApache Lucene
CompiledAutomaton .AUTOMATON_TYPEAutomata are compiled into different internal forms for the most efficient execution depending upon the language they accept.Classorg.apache.lucene.util.automaton.CompiledAutomatonApache Lucene
ConstantsSome useful constants.Classorg.apache.lucene.utilApache Lucene
CounterSimple counter classWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.utilApache Lucene
DirectMonotonicReaderRetrieves an instance previously written by DirectMonotonicWriter.Classorg.apache.lucene.util.packedApache Lucene
DirectMonotonicReader .MetaIn-memory metadata that needs to be kept around for DirectMonotonicReader to read data from disk.Classorg.apache.lucene.util.packed.DirectMonotonicReaderApache Lucene
DirectMonotonicWriterWrite monotonically-increasing sequences of integers.Classorg.apache.lucene.util.packedApache Lucene
DirectReaderRetrieves an instance previously written by DirectWriter int bitsPerValue = 100;Classorg.apache.lucene.util.packedApache Lucene
DirectWriterClass for writing packed integers to be directly read from Directory.Classorg.apache.lucene.util.packedApache Lucene
DocIdSetBuilderA builder of DocIdSets.Classorg.apache.lucene.utilApache Lucene
FilterIteratorAn Iterator implementation that filters elements with a boolean predicate.Classorg.apache.lucene.utilApache Lucene
FiniteStringsIteratorIterates all accepted strings.Classorg.apache.lucene.util.automatonApache Lucene
FixedBitSetBitSet of fixed length (numBits), backed by accessible (getBits()) long[], accessed with an int index, implementing Bits andClassorg.apache.lucene.utilApache Lucene
FrequencyTrackingRingBufferA ring buffer that tracks the frequency of the integers that it contains.Classorg.apache.lucene.utilApache Lucene
FSTRepresents an finite state machine (FST), using a compact byte[] format.Classorg.apache.lucene.util.fstApache Lucene
FST .ArcRepresents a single arc.Classorg.apache.lucene.util.fst.FSTApache Lucene
FST .BytesReaderReads bytes stored in an FST.Classorg.apache.lucene.util.fst.FSTApache Lucene
FST .INPUT_TYPEClassorg.apache.lucene.util.fst.FSTApache Lucene
GrowableWriter bit count of the underlying packed ints on-demand.Classorg.apache.lucene.util.packedApache Lucene
InfoStreamDebugging API for Lucene classes such as IndexWriter NOTE: Enabling infostreams may cause performance degradationClassorg.apache.lucene.utilApache Lucene
InPlaceMergeSorterSorter implementation based on the merge-sort algorithm that merges in place (no extra memory will be allocated).Classorg.apache.lucene.utilApache Lucene
IntBlockPoolA pool for int blocks similar to ByteBlockPoolNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.utilApache Lucene
IntBlockPool .AllocatorClassorg.apache.lucene.util.IntBlockPoolApache Lucene
IntBlockPool .DirectAllocatorA simple IntBlockPool.Classorg.apache.lucene.util.IntBlockPoolApache Lucene
IntBlockPool .SliceReaderA IntBlockPool.Classorg.apache.lucene.util.IntBlockPoolApache Lucene
IntBlockPool .SliceWriterA IntBlockPool.Classorg.apache.lucene.util.IntBlockPoolApache Lucene
IntroSorterSorter implementation based on a variant of the quicksort algorithm called introsort: whenClassorg.apache.lucene.utilApache Lucene
IntSequenceOutputsAn FST Outputs implementation where each output is a sequence of ints.Classorg.apache.lucene.util.fstApache Lucene
IntsRefRepresents int[], as a slice (offset + length) into an existing int[].Classorg.apache.lucene.utilApache Lucene
IntsRefBuilderA builder for IntsRef instances.Classorg.apache.lucene.utilApache Lucene
IntsRefFSTEnumEnumerates all input (IntsRef) + output pairs in anWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.util.fstApache Lucene
IntsRefFSTEnum .InputOutputHolds a single input (IntsRef) + output pair.Classorg.apache.lucene.util.fst.IntsRefFSTEnumApache Lucene
IOUtilsThis class emulates the new Java 7 Try-With-Resources statement.Classorg.apache.lucene.utilApache Lucene
LevenshteinAutomataClass to construct DFAs that match a word within some edit distance.Classorg.apache.lucene.util.automatonApache Lucene
LimitedFiniteStringsIteratorFiniteStringsIterator which limits the number of iterated accepted strings.Classorg.apache.lucene.util.automatonApache Lucene
LongBitSetBitSet of fixed length (numBits), backed by accessible (getBits()) long[], accessed with a long index.Classorg.apache.lucene.utilApache Lucene
LongsRefRepresents long[], as a slice (offset + length) into an existing long[].Classorg.apache.lucene.utilApache Lucene
LongValuesAbstraction over an array of longs.Classorg.apache.lucene.utilApache Lucene
MapOfSetsHelper class for keeping Lists of Objects associated with keys.Classorg.apache.lucene.utilApache Lucene
MathUtilMath static utility methods.Classorg.apache.lucene.utilApache Lucene
MergedIteratorProvides a merged sorted view from several sorted iterators.Classorg.apache.lucene.utilApache Lucene
MinimizationOperationsOperations for minimizing automata.Classorg.apache.lucene.util.automatonApache Lucene
MonotonicBlockPackedReaderProvides random access to a stream written with MonotonicBlockPackedWriter.Classorg.apache.lucene.util.packedApache Lucene
MonotonicBlockPackedWriterA writer for large monotonically increasing sequences of positive longs.Classorg.apache.lucene.util.packedApache Lucene
MutableBitsExtension of Bits for live documents.Interfaceorg.apache.lucene.utilApache Lucene
MutableValueBase class for all mutable values.Classorg.apache.lucene.util.mutableApache Lucene
MutableValueBoolMutableValue implementation of type boolean.Classorg.apache.lucene.util.mutableApache Lucene
MutableValueDateMutableValue implementation of type Date.Classorg.apache.lucene.util.mutableApache Lucene
MutableValueDoubleMutableValue implementation of type double.Classorg.apache.lucene.util.mutableApache Lucene
MutableValueFloatMutableValue implementation of type float.Classorg.apache.lucene.util.mutableApache Lucene
MutableValueIntMutableValue implementation of type int.Classorg.apache.lucene.util.mutableApache Lucene
MutableValueLongMutableValue implementation of type long.Classorg.apache.lucene.util.mutableApache Lucene
MutableValueStrMutableValue implementation of type String.Classorg.apache.lucene.util.mutableApache Lucene
NamedSPILoaderHelper class for loading named SPIs from classpath (e.Classorg.apache.lucene.utilApache Lucene
NamedSPILoader .NamedSPI Names must be all ascii alphanumeric, and less than 128 characters in length.Interfaceorg.apache.lucene.util.NamedSPILoaderApache Lucene
NamedThreadFactoryA default ThreadFactory implementation that accepts the name prefix of the created threads as a constructor argument.Classorg.apache.lucene.utilApache Lucene
NoOutputsA null FST Outputs implementation; use this if you just want to build an FSA.Classorg.apache.lucene.util.fstApache Lucene
NotDocIdSetThis DocIdSet encodes the negation of another DocIdSet.Classorg.apache.lucene.utilApache Lucene
NumericUtilsThis is a helper class to generate prefix-encoded representations for numerical values and supplies converters to represent float/double values as sortable integers/longs.Classorg.apache.lucene.utilApache Lucene
NumericUtils .IntRangeBuilderCallback for NumericUtils.Classorg.apache.lucene.util.NumericUtilsApache Lucene
NumericUtils .LongRangeBuilderCallback for NumericUtils.Classorg.apache.lucene.util.NumericUtilsApache Lucene
OfflineSorterOn-disk sorting of byte arrays.Classorg.apache.lucene.utilApache Lucene
OfflineSorter .BufferSizeA bit more descriptive unit for constructors.Classorg.apache.lucene.util.OfflineSorterApache Lucene
OfflineSorter .ByteSequencesReaderUtility class to read length-prefixed byte[] entries from an input.Classorg.apache.lucene.util.OfflineSorterApache Lucene
OfflineSorter .ByteSequencesWriterUtility class to emit length-prefixed byte[] entries to an output stream for sorting.Classorg.apache.lucene.util.OfflineSorterApache Lucene
OperationsAutomata operations.Classorg.apache.lucene.util.automatonApache Lucene
OutputsRepresents the outputs for an FST, providing the basic algebra required for building and traversing the FST.Classorg.apache.lucene.util.fstApache Lucene
PackedDataInputA DataInput wrapper to read unaligned, variable-length packed integers.Classorg.apache.lucene.util.packedApache Lucene
PackedDataOutputA DataOutput wrapper to write unaligned, variable-length packedSee Also:PackedDataInputNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.util.packedApache Lucene
PackedIntsSimplistic compression for array of unsigned long values.Classorg.apache.lucene.util.packedApache Lucene
PackedInts .DecoderA decoder for packed integers.Interfaceorg.apache.lucene.util.packed.PackedIntsApache Lucene
PackedInts .EncoderAn encoder for packed integers.Interfaceorg.apache.lucene.util.packed.PackedIntsApache Lucene
PackedInts .FormatA format to write packed ints.Classorg.apache.lucene.util.packed.PackedIntsApache Lucene
PackedInts .FormatAndBitsSimple class that holds a format and a number of bits per value.Classorg.apache.lucene.util.packed.PackedIntsApache Lucene
PackedInts .MutableA packed integer array that can be modified.Classorg.apache.lucene.util.packed.PackedIntsApache Lucene
PackedInts .NullReaderA PackedInts.Classorg.apache.lucene.util.packed.PackedIntsApache Lucene
PackedInts .ReaderA read-only random access array of positive integers.Classorg.apache.lucene.util.packed.PackedIntsApache Lucene
PackedInts .ReaderIteratorRun-once iterator interface, to decode previously saved PackedInts.Interfaceorg.apache.lucene.util.packed.PackedIntsApache Lucene
PackedInts .WriterA write-once Writer.Classorg.apache.lucene.util.packed.PackedIntsApache Lucene
PackedLongValuesUtility class to compress integers into a LongValues instance.Classorg.apache.lucene.util.packedApache Lucene
PackedLongValues .BuilderA Builder for a PackedLongValues instance.Classorg.apache.lucene.util.packed.PackedLongValuesApache Lucene
PagedBytesRepresents a logical byte[] as a series of pages.Classorg.apache.lucene.utilApache Lucene
PagedBytes .ReaderProvides methods to read BytesRefs from a frozenSee Also:PagedBytes.Classorg.apache.lucene.util.PagedBytesApache Lucene
PagedGrowableWriterA PagedGrowableWriter.Classorg.apache.lucene.util.packedApache Lucene
PagedMutableA PagedMutable.Classorg.apache.lucene.util.packedApache Lucene
PairOutputsAn FST Outputs implementation, holding two other outputs.Classorg.apache.lucene.util.fstApache Lucene
PairOutputs .PairHolds a single pair of two outputs.Classorg.apache.lucene.util.fst.PairOutputsApache Lucene
PositiveIntOutputsAn FST Outputs implementation where each output is a non-negative long value.Classorg.apache.lucene.util.fstApache Lucene
PrintStreamInfoStreamInfoStream implementation over a PrintStream such as System.Classorg.apache.lucene.utilApache Lucene
PriorityQueueA PriorityQueue maintains a partial ordering of its elements such that the least element can always be found in constant time.Classorg.apache.lucene.utilApache Lucene
QueryBuilderCreates queries from the Analyzer chain.Classorg.apache.lucene.utilApache Lucene
RamUsageEstimatorEstimates the size (memory representation) of Java objects.Classorg.apache.lucene.utilApache Lucene
RecyclingByteBlockAllocatorA ByteBlockPool.Classorg.apache.lucene.utilApache Lucene
RecyclingIntBlockAllocatorA IntBlockPool.Classorg.apache.lucene.utilApache Lucene
RefCountManages reference counting for a given object.Classorg.apache.lucene.utilApache Lucene
RegExpRegular Expression extension to Automaton.Classorg.apache.lucene.util.automatonApache Lucene
RoaringDocIdSetDocIdSet implementation inspired from http://roaringbitmap.Classorg.apache.lucene.utilApache Lucene
RoaringDocIdSet .BuilderA builder of RoaringDocIdSets.Classorg.apache.lucene.util.RoaringDocIdSetApache Lucene
RollingBufferActs like forever growing T[], but internally uses a circular buffer to reuse instances of T.Classorg.apache.lucene.utilApache Lucene
RollingBuffer .ResettableInterfaceorg.apache.lucene.util.RollingBufferApache Lucene
RunAutomatonFinite-state automaton with fast run operation.Classorg.apache.lucene.util.automatonApache Lucene
SentinelIntSetA native int hash-based set where one value is reserved to mean EMPTY internally.Classorg.apache.lucene.utilApache Lucene
SetOnceA convenient class which offers a semi-immutable object wrapper implementation which allows one to set the value of an object exactly once,Classorg.apache.lucene.utilApache Lucene
SetOnce .AlreadySetExceptionThrown when SetOnce.Classorg.apache.lucene.util.SetOnceApache Lucene
SloppyMathMath functions that trade off accuracy for speed.Classorg.apache.lucene.utilApache Lucene
SmallFloatFloating point numbers smaller than 32 bits.Classorg.apache.lucene.utilApache Lucene
SorterBase class for sorting algorithms implementations.Classorg.apache.lucene.utilApache Lucene
SparseFixedBitSetA bit set that only stores longs that have at least one bit which is set.Classorg.apache.lucene.utilApache Lucene
SPIClassIteratorHelper class for loading SPI classes from classpath (META-INF files).Classorg.apache.lucene.utilApache Lucene
StatePairWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.util.automatonApache Lucene
StringHelperMethods for manipulating strings.Classorg.apache.lucene.utilApache Lucene
SuppressForbiddenAnnotation to suppress forbidden-apis errors inside a whole class, a method, or a field.Classorg.apache.lucene.utilApache Lucene
ThreadInterruptedExceptionThrown by lucene on detecting that Thread.Classorg.apache.lucene.utilApache Lucene
TimSorterSorter implementation based on the This implementation is especially good at sorting partially-sortedClassorg.apache.lucene.utilApache Lucene
TooComplexToDeterminizeExceptionThis exception is thrown when determinizing an automaton would result in one has too many states.Classorg.apache.lucene.util.automatonApache Lucene
ToStringUtilsHelper methods to ease implementing Object.Classorg.apache.lucene.utilApache Lucene
TransitionHolds one transition from an Automaton.Classorg.apache.lucene.util.automatonApache Lucene
UnicodeUtilClass to encode java's UTF16 char[] into UTF8 byte[] without always allocating a new byte[] asClassorg.apache.lucene.utilApache Lucene
UTF32ToUTF8Converts UTF-32 automata to the equivalent UTF-8 representation.Classorg.apache.lucene.util.automatonApache Lucene
UtilStatic helper methods.Classorg.apache.lucene.util.fstApache Lucene
Util .FSTPathRepresents a path in TopNSearcher.Classorg.apache.lucene.util.fst.UtilApache Lucene
Util .ResultClassorg.apache.lucene.util.fst.UtilApache Lucene
Util .TopNSearcherClassorg.apache.lucene.util.fst.UtilApache Lucene
Util .TopResultsHolds the results for a top N search using Util.Classorg.apache.lucene.util.fst.UtilApache Lucene
VersionUse by certain classes to match version compatibility across releases of Lucene.Classorg.apache.lucene.utilApache Lucene
VirtualMethodA utility for keeping backwards compatibility on previously abstract methods (or similar replacements).Classorg.apache.lucene.utilApache Lucene
WeakIdentityMap Useful for caches that need to key off of a == comparison instead of a .Classorg.apache.lucene.utilApache Lucene
ListOfOutputsWraps another Outputs implementation and encodes one or more of its output values.Classorg.apache.lucene.util.fstApache Lucene
UpToTwoPositiveIntOutputsAn FST Outputs implementation where each output is one or two non-negative long values.Classorg.apache.lucene.util.fstApache Lucene
UpToTwoPositiveIntOutputs .TwoLongsHolds two long outputs.Classorg.apache.lucene.util.fst.UpToTwoPositiveIntOutputsApache Lucene
AutomatonTestUtilUtilities for testing automata.Classorg.apache.lucene.util.automatonApache Lucene
AutomatonTestUtil .RandomAcceptedStringsLets you retrieve random strings accepted Once created, call getRandomAcceptedString(Random)Classorg.apache.lucene.util.automaton.AutomatonTestUtilApache Lucene
BaseBitSetTestCaseBase test case for BitSets.Classorg.apache.lucene.utilApache Lucene
BaseDocIdSetTestCaseBase test class for DocIdSets.Classorg.apache.lucene.utilApache Lucene
EnglishConverts numbers to english strings for testing.Classorg.apache.lucene.utilApache Lucene
FailOnNonBulkMergesInfoStreamClassorg.apache.lucene.utilApache Lucene
FailureMarkerA RunListener that detects suite/ test failures.Classorg.apache.lucene.utilApache Lucene
FSTTesterHelper class to test FSTs.Classorg.apache.lucene.util.fstApache Lucene
FSTTester .InputOutputHolds one input/output pair.Classorg.apache.lucene.util.fst.FSTTesterApache Lucene
LineFileDocsMinimal port of benchmark's LneDocSource + DocMaker, so tests can enum docs from a line file createdClassorg.apache.lucene.utilApache Lucene
LuceneJUnit3MethodProviderBackwards compatible test* method provider (public, non-static).Classorg.apache.lucene.utilApache Lucene
LuceneTestCaseBase class for all Lucene unit tests, Junit3 or Junit4 variant.Classorg.apache.lucene.utilApache Lucene
LuceneTestCase .AwaitsFixAnnotation for tests which exhibit a known issue and are temporarily disabled.Classorg.apache.lucene.util.LuceneTestCaseApache Lucene
LuceneTestCase .BadAppleAnnotation for tests that fail frequently and should be moved to a vault plan in Jenkins.Classorg.apache.lucene.util.LuceneTestCaseApache Lucene
LuceneTestCase .MonsterAnnotation for monster tests that require special setup (e.Classorg.apache.lucene.util.LuceneTestCaseApache Lucene
LuceneTestCase .NightlyClassorg.apache.lucene.util.LuceneTestCaseApache Lucene
LuceneTestCase .SlowClassorg.apache.lucene.util.LuceneTestCaseApache Lucene
LuceneTestCase .SuppressCodecsAnnotation for test classes that should avoid certain codec types (because they are expensive, for example).Classorg.apache.lucene.util.LuceneTestCaseApache Lucene
LuceneTestCase .SuppressFileSystemsAnnotation for test classes that should avoid mock filesystem types (because they test a bug that only happens on linux, for example).Classorg.apache.lucene.util.LuceneTestCaseApache Lucene
LuceneTestCase .SuppressFsyncClassorg.apache.lucene.util.LuceneTestCaseApache Lucene
LuceneTestCase .SuppressReproduceLineClassorg.apache.lucene.util.LuceneTestCaseApache Lucene
LuceneTestCase .SuppressSysoutChecksIgnore TestRuleLimitSysouts for any suite which is known to print over the default limit of bytes to System.Classorg.apache.lucene.util.LuceneTestCaseApache Lucene
LuceneTestCase .SuppressTempFileChecksMarks any suites which are known not to close all the temporary files.Classorg.apache.lucene.util.LuceneTestCaseApache Lucene
LuceneTestCase .WeeklyClassorg.apache.lucene.util.LuceneTestCaseApache Lucene
NullInfoStreamPrints nothing.Classorg.apache.lucene.utilApache Lucene
QuickPatchThreadsFilterLast minute patches.Classorg.apache.lucene.utilApache Lucene
RamUsageTesterClassorg.apache.lucene.utilApache Lucene
RamUsageTester .AccumulatorAn accumulator of object references.Classorg.apache.lucene.util.RamUsageTesterApache Lucene
RethrowSneaky: rethrowing checked exceptions as unchecked ones.Classorg.apache.lucene.utilApache Lucene
RunListenerPrintReproduceInfoA suite listener printing a reproduce string.Classorg.apache.lucene.utilApache Lucene
TestRuleAssertionsRequiredRequire assertions for Lucene/Solr packages.Classorg.apache.lucene.utilApache Lucene
TestRuleIgnoreAfterMaxFailuresThis rule keeps a count of failed tests (suites) and will result in an AssumptionViolatedException after a given number of failures for allClassorg.apache.lucene.utilApache Lucene
TestRuleIgnoreTestSuitesThis rule will cause the suite to be assumption-ignored if the test class implements a given marker interface and a specialClassorg.apache.lucene.utilApache Lucene
TestRuleIgnoreTestSuites .NestedTestSuiteInterfaceorg.apache.lucene.util.TestRuleIgnoreTestSuitesApache Lucene
TestRuleLimitSysoutsFails the suite if it prints over the given limit of bytes to either System.Classorg.apache.lucene.utilApache Lucene
TestRuleLimitSysouts .LimitAn annotation specifying the limit of bytes per class.Classorg.apache.lucene.util.TestRuleLimitSysoutsApache Lucene
TestRuleMarkFailureA rule for marking failed tests and suites.Classorg.apache.lucene.utilApache Lucene
TestRuleRestoreSystemPropertiesRestore a given set of system properties to a snapshot taken at the beginning This is semantically similar to SystemPropertiesRestoreRule butClassorg.apache.lucene.utilApache Lucene
TestRuleStoreClassNameStores the suite name so you can retrieve it from getTestClass()Classorg.apache.lucene.utilApache Lucene
TestSecurityManagerA SecurityManager that prevents tests calling System.Classorg.apache.lucene.utilApache Lucene
TestUtilGeneral utility methods for Lucene unit tests.Classorg.apache.lucene.utilApache Lucene
ThrottledIndexOutputIntentionally slow IndexOutput for testing.Classorg.apache.lucene.utilApache Lucene
TimeUnitstime unit constants for use in annotations.Classorg.apache.lucene.utilApache Lucene