Uses of Interface
org.apache.lucene.util.Accountable
-
-
Uses of Accountable in org.apache.lucene.codecs
Classes in org.apache.lucene.codecs that implement Accountable Modifier and Type Class Description classDocValuesProducerAbstract API that produces numeric, binary, sorted, sortedset, and sortednumeric docvalues.classFieldsProducerAbstract API that produces terms, doc, freq, prox, offset and payloads postings.classNormsProducerAbstract API that produces field normalization valuesclassPointsReaderAbstract API to visit point values.classPostingsReaderBaseThe core terms dictionaries (BlockTermsReader, BlockTreeTermsReader) interact with a single instance of this class to manage creation ofPostingsEnumandPostingsEnuminstances.classStoredFieldsReaderCodec API for reading stored fields.classTermVectorsReaderCodec API for reading term vectors: -
Uses of Accountable in org.apache.lucene.codecs.blocktree
Classes in org.apache.lucene.codecs.blocktree that implement Accountable Modifier and Type Class Description classBlockTreeTermsReaderA block-based terms index and dictionary that assigns terms to variable length blocks according to how they share prefixes.classFieldReaderBlockTree's implementation ofTerms.Methods in org.apache.lucene.codecs.blocktree that return types with arguments of type Accountable Modifier and Type Method Description Collection<Accountable>BlockTreeTermsReader. getChildResources()Collection<Accountable>FieldReader. getChildResources() -
Uses of Accountable in org.apache.lucene.codecs.compressing
Classes in org.apache.lucene.codecs.compressing that implement Accountable Modifier and Type Class Description classCompressingStoredFieldsIndexReaderRandom-access reader forCompressingStoredFieldsIndexWriter.classCompressingStoredFieldsReaderclassCompressingTermVectorsReaderMethods in org.apache.lucene.codecs.compressing that return types with arguments of type Accountable Modifier and Type Method Description Collection<Accountable>CompressingStoredFieldsIndexReader. getChildResources()Collection<Accountable>CompressingStoredFieldsReader. getChildResources()Collection<Accountable>CompressingTermVectorsReader. getChildResources() -
Uses of Accountable in org.apache.lucene.codecs.lucene60
Classes in org.apache.lucene.codecs.lucene60 that implement Accountable Modifier and Type Class Description classLucene60PointsReaderReads point values previously written withLucene60PointsWriterMethods in org.apache.lucene.codecs.lucene60 that return types with arguments of type Accountable Modifier and Type Method Description Collection<Accountable>Lucene60PointsReader. getChildResources() -
Uses of Accountable in org.apache.lucene.codecs.lucene84
Classes in org.apache.lucene.codecs.lucene84 that implement Accountable Modifier and Type Class Description classLucene84PostingsReaderConcrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format. -
Uses of Accountable in org.apache.lucene.index
Classes in org.apache.lucene.index that implement Accountable Modifier and Type Class Description classCodecReaderLeafReader implemented by codec APIs.classEmptyDocValuesProducerAbstract base class implementing aDocValuesProducerthat has no doc values.classFilterCodecReaderAFilterCodecReadercontains another CodecReader, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.classIndexWriterAnIndexWritercreates and maintains an index.classOrdinalMapMaps per-segment ordinals to/from global ordinal space, using a compact packed-ints representation.classPrefixCodedTermsPrefix codes term instances (prefixes are shared).classSegmentReaderIndexReader implementation over a single segment.classTermA Term represents a word from text.Methods in org.apache.lucene.index that return types with arguments of type Accountable Modifier and Type Method Description Collection<Accountable>CodecReader. getChildResources()Collection<Accountable>FilterCodecReader. getChildResources()Collection<Accountable>OrdinalMap. getChildResources() -
Uses of Accountable in org.apache.lucene.search
Classes in org.apache.lucene.search that implement Accountable Modifier and Type Class Description classAutomatonQueryAQuerythat will match terms against a finite-state machine.classCoveringQueryAQuerythat allows to have a configurable number or required matches per document.classDocIdSetA DocIdSet contains a set of doc ids.classLRUQueryCacheAQueryCachethat evicts queries using a LRU (least-recently-used) eviction policy in order to remain under a given maximum size and number of bytes used.classPointInSetQueryAbstract query class to find all documents whose single or multi-dimensional point values, previously indexed with e.g.classPrefixQueryA Query that matches documents containing terms with a specified prefix.classRegexpQueryA fast regular expression query based on theorg.apache.lucene.util.automatonpackage.classTermInSetQuerySpecialization for a disjunction over many terms that behaves like aConstantScoreQueryover aBooleanQuerycontaining onlyBooleanClause.Occur.SHOULDclauses.classTermRangeQueryA Query that matches documents within an range of terms.classWildcardQueryImplements the wildcard search query.Methods in org.apache.lucene.search that return types with arguments of type Accountable Modifier and Type Method Description Collection<Accountable>LRUQueryCache. getChildResources()Collection<Accountable>TermInSetQuery. getChildResources() -
Uses of Accountable in org.apache.lucene.search.suggest
Classes in org.apache.lucene.search.suggest that implement Accountable Modifier and Type Class Description classLookupSimple Lookup interface forCharSequencesuggestions. -
Uses of Accountable in org.apache.lucene.search.suggest.document
Classes in org.apache.lucene.search.suggest.document that implement Accountable Modifier and Type Class Description classCompletionsTermsReaderHolder for suggester and field-level info for a suggest fieldclassContextQueryACompletionQuerythat matches documents specified by a wrappedCompletionQuerysupporting boosting and/or filtering by specified contexts.classNRTSuggesterNRTSuggester executes Top N search on a weighted FST specified by aCompletionScorerMethods in org.apache.lucene.search.suggest.document that return types with arguments of type Accountable Modifier and Type Method Description Collection<Accountable>CompletionsTermsReader. getChildResources()Collection<Accountable>NRTSuggester. getChildResources() -
Uses of Accountable in org.apache.lucene.store
Classes in org.apache.lucene.store that implement Accountable Modifier and Type Class Description classByteBuffersDataInputclassByteBuffersDataOutputADataOutputstoring data in a list ofByteBuffers.classRAMDirectoryDeprecated.This class uses inefficient synchronization and is discouraged in favor ofMMapDirectory.classRAMFileDeprecated.This class uses inefficient synchronization and is discouraged in favor ofMMapDirectory.classRAMOutputStreamDeprecated.This class uses inefficient synchronization and is discouraged in favor ofMMapDirectory.Methods in org.apache.lucene.store that return types with arguments of type Accountable Modifier and Type Method Description Collection<Accountable>RAMDirectory. getChildResources()Deprecated.Collection<Accountable>RAMOutputStream. getChildResources()Deprecated. -
Uses of Accountable in org.apache.lucene.util
Classes in org.apache.lucene.util that implement Accountable Modifier and Type Class Description classBitDocIdSetclassBitSetBase implementation for a bit set.classByteBlockPoolClass that Posting and PostingVector use to write byte streams into shared fixed-size byte[] arrays.classBytesRefHashBytesRefHashis a special purpose hash-map like data-structure optimized forBytesRefinstances.classCombinedBitSetclassFixedBitSetBitSet of fixed length (numBits), backed by accessible (FixedBitSet.getBits()) long[], accessed with an int index, implementingBitsandDocIdSet.classFrequencyTrackingRingBufferA ring buffer that tracks the frequency of the integers that it contains.classLongBitSetBitSet of fixed length (numBits), backed by accessible (LongBitSet.getBits()) long[], accessed with a long index.classNotDocIdSetclassPagedBytesRepresents a logical byte[] as a series of pages.static classPagedBytes.ReaderProvides methods to read BytesRefs from a frozen PagedBytes.classRoaringDocIdSetDocIdSetimplementation inspired from http://roaringbitmap.org/ The space is divided into blocks of 2^16 bits and each block is encoded independently.classSparseFixedBitSetA bit set that only stores longs that have at least one bit which is set.Methods in org.apache.lucene.util that return Accountable Modifier and Type Method Description static AccountableAccountables. namedAccountable(String description, long bytes)Returns an accountable with the provided description and bytes.static AccountableAccountables. namedAccountable(String description, Collection<Accountable> children, long bytes)Returns an accountable with the provided description, children and bytes.static AccountableAccountables. namedAccountable(String description, Accountable in)Augments an existing accountable with the provided description.Methods in org.apache.lucene.util that return types with arguments of type Accountable Modifier and Type Method Description default Collection<Accountable>Accountable. getChildResources()Returns nested resources of this class.static Collection<Accountable>Accountables. namedAccountables(String prefix, Map<?,? extends Accountable> in)Converts a map of resources to a collection.Methods in org.apache.lucene.util with parameters of type Accountable Modifier and Type Method Description static AccountableAccountables. namedAccountable(String description, Accountable in)Augments an existing accountable with the provided description.static longRamUsageEstimator. sizeOf(Accountable accountable)Returns the size in bytes of theAccountableobject, using itsramBytesUsed()method.static longRamUsageEstimator. sizeOf(Accountable[] accountables)Return the size of the provided array ofAccountables by summing up the shallow size of the array and thememory usagereported by eachAccountable.static StringAccountables. toString(Accountable a)Returns a String description of an Accountable and any nested resources.Method parameters in org.apache.lucene.util with type arguments of type Accountable Modifier and Type Method Description static AccountableAccountables. namedAccountable(String description, Collection<Accountable> children, long bytes)Returns an accountable with the provided description, children and bytes.static Collection<Accountable>Accountables. namedAccountables(String prefix, Map<?,? extends Accountable> in)Converts a map of resources to a collection. -
Uses of Accountable in org.apache.lucene.util.automaton
Classes in org.apache.lucene.util.automaton that implement Accountable Modifier and Type Class Description classAutomatonRepresents an automaton and all its states and transitions.classByteRunAutomatonAutomaton representation for matching UTF-8 byte[].classCharacterRunAutomatonAutomaton representation for matching char[].classCompiledAutomatonImmutable class holding compiled details for a given Automaton.classRunAutomatonFinite-state automaton with fast run operation. -
Uses of Accountable in org.apache.lucene.util.bkd
Classes in org.apache.lucene.util.bkd that implement Accountable Modifier and Type Class Description classBKDReaderHandles intersection of an multi-dimensional shape in byte[] space with a block KD-tree previously written withBKDWriter. -
Uses of Accountable in org.apache.lucene.util.fst
Subinterfaces of Accountable in org.apache.lucene.util.fst Modifier and Type Interface Description interfaceFSTStoreAbstraction for reading/writing bytes necessary for FST.Classes in org.apache.lucene.util.fst that implement Accountable Modifier and Type Class Description classFST<T>Represents an finite state machine (FST), using a compact byte[] format.classOffHeapFSTStoreProvides off heap storage of finite state machine (FST), using underlying index input instead of byte store on heapclassOnHeapFSTStoreProvides storage of finite state machine (FST), using byte array or byte store allocated on heap. -
Uses of Accountable in org.apache.lucene.util.packed
Classes in org.apache.lucene.util.packed that implement Accountable Modifier and Type Class Description classAbstractPagedMutable<T extends AbstractPagedMutable<T>>Base implementation forPagedMutableandPagedGrowableWriter.classGrowableWriterImplementsPackedInts.Mutable, but grows the bit count of the underlying packed ints on-demand.classMonotonicBlockPackedReaderProvides random access to a stream written withMonotonicBlockPackedWriter.static classPackedInts.MutableA packed integer array that can be modified.static classPackedInts.NullReaderAPackedInts.Readerwhich has all its values equal to 0 (bitsPerValue = 0).static classPackedInts.ReaderA read-only random access array of positive integers.classPackedLongValuesUtility class to compress integers into aLongValuesinstance.static classPackedLongValues.BuilderA Builder for aPackedLongValuesinstance.classPagedGrowableWriterclassPagedMutableAPagedMutable. -
Uses of Accountable in org.elasticsearch.common.util
Subinterfaces of Accountable in org.elasticsearch.common.util Modifier and Type Interface Description interfaceBigArrayBase abstraction of an array.interfaceByteArrayAbstraction of an array of byte values.interfaceDoubleArrayAbstraction of an array of double values.interfaceFloatArrayAbstraction of an array of double values.interfaceIntArrayAbstraction of an array of integer values.interfaceLongArrayAbstraction of an array of long values.interfaceObjectArray<T>Abstraction of an array of object values. -
Uses of Accountable in org.elasticsearch.index.cache.bitset
Methods in org.elasticsearch.index.cache.bitset with parameters of type Accountable Modifier and Type Method Description voidBitsetFilterCache.Listener. onCache(ShardId shardId, Accountable accountable)Called for each cached bitset on the cache event.voidBitsetFilterCache.Listener. onRemoval(ShardId shardId, Accountable accountable)Called for each cached bitset on the removal event. -
Uses of Accountable in org.elasticsearch.index.cache.request
Methods in org.elasticsearch.index.cache.request with parameters of type Accountable Modifier and Type Method Description voidShardRequestCache. onCached(Accountable key, BytesReference value)voidShardRequestCache. onRemoval(Accountable key, BytesReference value, boolean evicted) -
Uses of Accountable in org.elasticsearch.index.engine
Fields in org.elasticsearch.index.engine declared as Accountable Modifier and Type Field Description AccountableSegment. ramTreeMethods in org.elasticsearch.index.engine with parameters of type Accountable Modifier and Type Method Description protected static longEngine. guardedRamBytesUsed(Accountable a)Returns 0 in the case where accountable is null, otherwise returnsramBytesUsed() -
Uses of Accountable in org.elasticsearch.index.fielddata
Subinterfaces of Accountable in org.elasticsearch.index.fielddata Modifier and Type Interface Description interfaceAtomicFieldDataThe thread safeLeafReaderlevel cache of the data.interfaceAtomicGeoPointFieldDataAtomicFieldDataspecialization for geo points.interfaceAtomicNumericFieldDataSpecialization ofAtomicFieldDatafor numeric data.interfaceAtomicOrdinalsFieldDataSpecialization ofAtomicFieldDatafor data that is indexed with ordinals.Methods in org.elasticsearch.index.fielddata with parameters of type Accountable Modifier and Type Method Description default voidIndexFieldDataCache.Listener. onCache(ShardId shardId, String fieldName, Accountable ramUsage)Called after the fielddata is loaded during the cache phasevoidShardFieldData. onCache(ShardId shardId, String fieldName, Accountable ramUsage) -
Uses of Accountable in org.elasticsearch.index.fielddata.ordinals
Classes in org.elasticsearch.index.fielddata.ordinals that implement Accountable Modifier and Type Class Description classGlobalOrdinalsIndexFieldDataConcrete implementation ofIndexOrdinalsFieldDatafor global ordinals.classGlobalOrdinalsIndexFieldData.ConsumerA non-thread safeIndexOrdinalsFieldDatafor global ordinals that creates theTermsEnumof each segment once and use them to provide a single lookup per segment.classMultiOrdinalsOrdinalsimplementation which is efficient at storing field data ordinals for multi-valued or sparse fields.classOrdinalsA thread safe ordinals abstraction.classSinglePackedOrdinalsMethods in org.elasticsearch.index.fielddata.ordinals that return types with arguments of type Accountable Modifier and Type Method Description Collection<Accountable>GlobalOrdinalsIndexFieldData.Consumer. getChildResources()Collection<Accountable>GlobalOrdinalsIndexFieldData. getChildResources()Collection<Accountable>MultiOrdinals. getChildResources()Collection<Accountable>SinglePackedOrdinals. getChildResources() -
Uses of Accountable in org.elasticsearch.index.fielddata.plain
Classes in org.elasticsearch.index.fielddata.plain that implement Accountable Modifier and Type Class Description classAbstractAtomicGeoPointFieldDataclassAbstractAtomicOrdinalsFieldDataclassBinaryDVAtomicFieldDataAtomicFieldDataimpl on top of Lucene's binary doc values.classPagedBytesAtomicFieldDataclassSortedNumericDVIndexFieldData.NanoSecondFieldDataA small helper class that can be configured to load nanosecond field data either in nanosecond resolution retaining the original values or in millisecond resolution converting the nanosecond values to millisecondsclassSortedSetDVBytesAtomicFieldDataAnAtomicFieldDataimplementation that uses LuceneSortedSetDocValues.Methods in org.elasticsearch.index.fielddata.plain that return types with arguments of type Accountable Modifier and Type Method Description Collection<Accountable>BinaryDVAtomicFieldData. getChildResources()Collection<Accountable>PagedBytesAtomicFieldData. getChildResources()Collection<Accountable>SortedSetDVBytesAtomicFieldData. getChildResources() -
Uses of Accountable in org.elasticsearch.indices.fielddata.cache
Methods in org.elasticsearch.indices.fielddata.cache that return types with arguments of type Accountable Modifier and Type Method Description Cache<IndicesFieldDataCache.Key,Accountable>IndicesFieldDataCache. getCache()Methods in org.elasticsearch.indices.fielddata.cache with parameters of type Accountable Modifier and Type Method Description longIndicesFieldDataCache.FieldDataWeigher. applyAsLong(IndicesFieldDataCache.Key key, Accountable ramUsage)Method parameters in org.elasticsearch.indices.fielddata.cache with type arguments of type Accountable Modifier and Type Method Description voidIndicesFieldDataCache. onRemoval(RemovalNotification<IndicesFieldDataCache.Key,Accountable> notification)
-