Skip navigation links
Data In Motion GmbH
A B C D E F G H I K L M N O P R S T U V W 

A

add(BytesRef, TermStats, long) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase.FieldWriter
 
add(BytesRef, long) - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Builder
 
add(BytesRef, long) - Method in interface org.apache.lucene.codecs.uniformsplit.IndexDictionary.Builder
Adds a [block key - block file pointer] entry to the dictionary.
addBlockKey(List<BlockLine>, IndexDictionary.Builder) - Method in class org.apache.lucene.codecs.uniformsplit.BlockWriter
Adds a new block key with its corresponding block file pointer to the IndexDictionary.Builder .
addField(FieldInfo, long) - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexWriter
 
addField(FieldInfo, long) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase
 
addField(FieldInfo, long) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter
 
addFieldMetadata(FieldMetadata) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.UnionFieldMetadataBuilder
 
addLine(BytesRef, BlockTermState, IndexDictionary.Builder) - Method in class org.apache.lucene.codecs.uniformsplit.BlockWriter
Adds a new BlockLine term for the current field.
addLine(BytesRef, List<FieldMetadataTermState>, IndexDictionary.Builder) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockWriter
Adds a new BlockLine term for the current field.
addNormsField(FieldInfo, NormsProducer) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.SimpleTextNormsConsumer
 
addPosition(int, int, int, BytesRef) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
addValue(BytesRef) - Method in class org.apache.lucene.codecs.bloom.FuzzySet
Records a value in the set.
advance(int) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
attributes() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
automaton - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 
AutomatonNextTermCalculator(CompiledAutomaton) - Constructor for class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 

B

backtrack(int) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
Attempts to backtrack thru the string after encountering a dead end at some given position.
baseDocsFP - Variable in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
baseDocStartFP - Variable in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
 
basePayloadsFP - Variable in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
basePayStartFP - Variable in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
 
basePositionsFP - Variable in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
basePosStartFP - Variable in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
 
beyondCommonPrefix - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Whether the current term is beyond the automaton common prefix.
BLOCK_SIZE - Static variable in class org.apache.lucene.codecs.blocktreeords.BlockTreeOrdsPostingsFormat
Fixed packed block size, number of integers encoded in a single packed block.
BlockDecoder - Interface in org.apache.lucene.codecs.uniformsplit
Decodes the raw bytes of a block when the index is read, according to the BlockEncoder used during the writing of the index.
blockDecoder - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
blockDecoder - Variable in class org.apache.lucene.codecs.uniformsplit.DictionaryBrowserSupplier
 
blockDecoder - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
blockDecoder - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
BlockEncoder - Interface in org.apache.lucene.codecs.uniformsplit
Encodes the raw bytes of a block when the index is written.
blockEncoder - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
blockEncoder - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
blockEncoder - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
BlockEncoder.WritableBytes - Interface in org.apache.lucene.codecs.uniformsplit
Writable byte buffer.
blockFilePointer - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
blockFirstLineStart - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
Offset of the start of the first line of the current block (just after the header), relative to the block start.
BlockHeader - Class in org.apache.lucene.codecs.uniformsplit
Block header containing block metadata.
BlockHeader(int, long, long, long, int, int) - Constructor for class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
BlockHeader() - Constructor for class org.apache.lucene.codecs.uniformsplit.BlockHeader
Empty constructor.
blockHeader - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
Current block header.
blockInput - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
IndexInput on the block file.
blockInput - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
blockInput - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
BlockLine - Class in org.apache.lucene.codecs.uniformsplit
One term block line.
BlockLine(TermBytes, BlockTermState) - Constructor for class org.apache.lucene.codecs.uniformsplit.BlockLine
Constructor used for writing a BlockLine.
blockLine - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
Current block line.
BlockLine.Serializer - Class in org.apache.lucene.codecs.uniformsplit
Reads block lines with terms encoded incrementally inside a block.
blockLineReader - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
blockLines - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
blockLinesWriteBuffer - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
blockOutput - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
blockOutput - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
blockPrefixLen - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
blockPrefixLen - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
blockPrefixRunAutomatonState - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
blockReadBuffer - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
In-memory read buffer for the current block.
BlockReader - Class in org.apache.lucene.codecs.uniformsplit
Seeks the block corresponding to a given term, read the block bytes, and scans the block terms.
BlockReader(Supplier<IndexDictionary.Browser>, IndexInput, PostingsReaderBase, FieldMetadata, BlockDecoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.BlockReader
 
blockStartFP - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
Current block start file pointer, absolute in the block file.
BlockTermsReader - Class in org.apache.lucene.codecs.blockterms
Handles a terms dict, but decouples all details of doc/freqs/positions reading to an instance of PostingsReaderBase.
BlockTermsReader(TermsIndexReaderBase, PostingsReaderBase, SegmentReadState) - Constructor for class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
BlockTermsWriter - Class in org.apache.lucene.codecs.blockterms
Writes terms dict, block-encoding (column stride) each term's metadata for each set of terms between two index terms.
BlockTermsWriter(TermsIndexWriterBase, SegmentWriteState, PostingsWriterBase) - Constructor for class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
BlockTreeOrdsPostingsFormat - Class in org.apache.lucene.codecs.blocktreeords
Uses OrdsBlockTreeTermsWriter with Lucene84PostingsWriter.
BlockTreeOrdsPostingsFormat() - Constructor for class org.apache.lucene.codecs.blocktreeords.BlockTreeOrdsPostingsFormat
Creates Lucene41PostingsFormat with default settings.
BlockTreeOrdsPostingsFormat(int, int) - Constructor for class org.apache.lucene.codecs.blocktreeords.BlockTreeOrdsPostingsFormat
Creates Lucene41PostingsFormat with custom values for minBlockSize and maxBlockSize passed to block terms dictionary.
blockWriteBuffer - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
BlockWriter - Class in org.apache.lucene.codecs.uniformsplit
Writes blocks in the block file.
BlockWriter(IndexOutput, int, int, BlockEncoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
BLOOM_CODEC_NAME - Static variable in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
BloomFilterFactory - Class in org.apache.lucene.codecs.bloom
Class used to create index-time FuzzySet appropriately configured for each field.
BloomFilterFactory() - Constructor for class org.apache.lucene.codecs.bloom.BloomFilterFactory
 
BloomFilteringPostingsFormat - Class in org.apache.lucene.codecs.bloom
A PostingsFormat useful for low doc-frequency fields such as primary keys.
BloomFilteringPostingsFormat(PostingsFormat, BloomFilterFactory) - Constructor for class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
Creates Bloom filters for a selection of fields created in the index.
BloomFilteringPostingsFormat(PostingsFormat) - Constructor for class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
Creates Bloom filters for a selection of fields created in the index.
BloomFilteringPostingsFormat() - Constructor for class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
browser() - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary
 
Browser() - Constructor for class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
browser() - Method in interface org.apache.lucene.codecs.uniformsplit.IndexDictionary
build() - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Builder
 
build() - Method in interface org.apache.lucene.codecs.uniformsplit.IndexDictionary.Builder
 
build() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.UnionFieldMetadataBuilder
 
Builder() - Constructor for class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Builder
 

C

checkIndexTerm(BytesRef, TermStats) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase.FieldWriter
 
checkIntegrity() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.SimpleTextNormsProducer
 
checkIntegrity() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
checkIntersectAutomatonType(CompiledAutomaton) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
clearTermState() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Called by the primary TermsEnum methods to clear the previous TermState.
clone() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
clone() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
close() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
close() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
close() - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
close() - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexWriter
 
close() - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase
 
close() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
close() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter
 
close() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsReader
 
close() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsWriter
 
close() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
close() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
close() - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
close() - Method in class org.apache.lucene.codecs.memory.FSTTermsWriter
 
close() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.SimpleTextNormsConsumer
 
close() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.SimpleTextNormsProducer
 
close() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
close() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
close() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
close() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
close() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
close() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
collectFields(Collection<FieldMetadata>) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockLine
Collects the FieldMetadata of all fields listed in this line.
commonPrefixRef - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
commonSuffixRef - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 
commonSuffixRef - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
compareToMiddleAndJump(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Compares the searched term to the middle term of the block.
compoundFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
computeMdpLength(BytesRef, BytesRef) - Static method in class org.apache.lucene.codecs.uniformsplit.TermBytes
Computes the length of the minimal distinguishing prefix (MDP) between a current term and its previous term (terms are alphabetically sorted).
contains(BytesRef) - Method in class org.apache.lucene.codecs.bloom.FuzzySet
The main method required for a Bloom filter which, given a value determines set membership.
cost() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
createSetBasedOnMaxMemory(int) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
 
createSetBasedOnQuality(int, float) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
 
createUniformSplitTermsReader(PostingsReaderBase, SegmentReadState, BlockDecoder) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitPostingsFormat
 
createUniformSplitTermsReader(PostingsReaderBase, SegmentReadState, BlockDecoder) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
createUniformSplitTermsWriter(PostingsWriterBase, SegmentWriteState, int, int, BlockEncoder) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitPostingsFormat
 
createUniformSplitTermsWriter(PostingsWriterBase, SegmentWriteState, int, int, BlockEncoder) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
createUnionFieldMetadata(Iterable<FieldMetadata>) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsReader
Creates a virtual FieldMetadata that is the union of the given FieldMetadatas.
curGen - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 
currentTerm - Variable in class org.apache.lucene.codecs.uniformsplit.BlockLine.Serializer
 

D

decode(DataInput, long) - Method in interface org.apache.lucene.codecs.uniformsplit.BlockDecoder
Decodes all the bytes of one block in a single operation.
decodeBlockBytesIfNeeded(int) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
DEFAULT_DELTA_NUM_LINES - Static variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
Default value for the maximum allowed delta variation of the block size (delta of the number of terms per block).
DEFAULT_MAX_BLOCK_SIZE - Static variable in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsWriter
DEFAULT_MIN_BLOCK_SIZE - Static variable in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsWriter
DEFAULT_TARGET_NUM_BLOCK_LINES - Static variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
Default value for the target block size (number of terms per block).
DEFAULT_TERM_INDEX_INTERVAL - Static variable in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexWriter
 
DefaultBloomFilterFactory - Class in org.apache.lucene.codecs.bloom
Default policy is to allocate a bitset with 10% saturation given a unique term per document.
DefaultBloomFilterFactory() - Constructor for class org.apache.lucene.codecs.bloom.DefaultBloomFilterFactory
 
DeltaBaseTermStateSerializer - Class in org.apache.lucene.codecs.uniformsplit
TermState serializer which encodes each file pointer as a delta relative to a base file pointer.
DeltaBaseTermStateSerializer() - Constructor for class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
 
deltaNumLines - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
deltaNumLines - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
deltaNumLines - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
deserialize(DataInput) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
 
dictionary - Variable in class org.apache.lucene.codecs.uniformsplit.DictionaryBrowserSupplier
Lazy loaded immutable index dictionary (trie hold in RAM).
dictionary - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary
 
dictionaryBrowser - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
Holds the IndexDictionary.Browser once loaded.
dictionaryBrowserSupplier - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
IndexDictionary.Browser supplier for lazy loading.
DictionaryBrowserSupplier - Class in org.apache.lucene.codecs.uniformsplit
Supplier for a new stateful IndexDictionary.Browser created on the immutable IndexDictionary.
DictionaryBrowserSupplier(IndexInput, long, BlockDecoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.DictionaryBrowserSupplier
 
dictionaryBrowserSupplier - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
dictionaryInput - Variable in class org.apache.lucene.codecs.uniformsplit.DictionaryBrowserSupplier
 
dictionaryInput - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
dictionaryOutput - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
dictionaryStartFP - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
DirectDocValuesFormat - Class in org.apache.lucene.codecs.memory
In-memory docvalues format that does no (or very little) compression.
DirectDocValuesFormat() - Constructor for class org.apache.lucene.codecs.memory.DirectDocValuesFormat
Sole constructor.
DirectPostingsFormat - Class in org.apache.lucene.codecs.memory
Wraps Lucene84PostingsFormat format for on-disk storage, but then at read time loads and stores all terms and postings directly in RAM as byte[], int[].
DirectPostingsFormat() - Constructor for class org.apache.lucene.codecs.memory.DirectPostingsFormat
 
DirectPostingsFormat(int, int) - Constructor for class org.apache.lucene.codecs.memory.DirectPostingsFormat
minSkipCount is how many terms in a row must have the same prefix before we put a skip pointer down.
docCount - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
docFreq() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
docFreq() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
docFreq() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
docId - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
docID() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
docMap - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
docsSeen - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
docValuesFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
docValuesType(String) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosFormat
 
downsize(FieldInfo, FuzzySet) - Method in class org.apache.lucene.codecs.bloom.BloomFilterFactory
Called when downsizing bitsets for serialization
downsize(float) - Method in class org.apache.lucene.codecs.bloom.FuzzySet
 

E

encode(DataInput, long) - Method in interface org.apache.lucene.codecs.uniformsplit.BlockEncoder
Encodes all the bytes of one block in a single operation.
endOffset() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
EveryNOrDocFreqTermSelector(int, int) - Constructor for class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector
 
EveryNTermSelector(int) - Constructor for class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.EveryNTermSelector
 

F

FieldIndexEnum() - Constructor for class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
 
fieldInfo - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
fieldInfos - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockReader
 
fieldInfos - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STIntersectBlockReader
 
fieldInfos - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTerms
 
fieldInfos - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
fieldInfosFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
fieldMetadata - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
fieldMetadata - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
FieldMetadata - Class in org.apache.lucene.codecs.uniformsplit
Metadata and stats for one field in the index.
FieldMetadata(FieldInfo, int) - Constructor for class org.apache.lucene.codecs.uniformsplit.FieldMetadata
Constructs a FieldMetadata used for writing the index.
FieldMetadata(FieldInfo, int, boolean) - Constructor for class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
FieldMetadata(FieldInfo, int, boolean, long, long, BytesRef) - Constructor for class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
fieldMetadata - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.FieldMetadataTermState
 
fieldMetadata - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
FieldMetadataTermState - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
Pair of FieldMetadata and BlockTermState for a specific field.
FieldMetadataTermState(FieldMetadata, BlockTermState) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.FieldMetadataTermState
 
fieldName - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.blocktreeords.BlockTreeOrdsPostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.memory.DirectDocValuesFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.memory.DirectPostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.memory.FSTOrdPostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.memory.FSTPostingsFormat
 
fieldsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
fieldsInBlock - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockWriter
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.blocktreeords.BlockTreeOrdsPostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.memory.DirectDocValuesFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.memory.DirectPostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.memory.FSTOrdPostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.memory.FSTPostingsFormat
 
fieldsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
fieldsReader(SegmentReadState) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextPointsFormat
 
fieldsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsFormat
 
fieldsWriter(SegmentWriteState) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextPointsFormat
 
fieldsWriter(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsFormat
 
fieldToTermsMap - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
FieldWriter() - Constructor for class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase.FieldWriter
 
files(SegmentCommitInfo, Collection<String>) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextLiveDocsFormat
 
fillFieldMap(PostingsReaderBase, BlockDecoder, IndexInput, IndexInput, Collection<FieldMetadata>, FieldInfos) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsReader
 
fillFieldMap(PostingsReaderBase, BlockDecoder, IndexInput, IndexInput, Collection<FieldMetadata>, FieldInfos) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
finish(long) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase.FieldWriter
 
finish(FieldInfos, int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
finish(FieldInfos, int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
finishLastBlock(IndexDictionary.Builder) - Method in class org.apache.lucene.codecs.uniformsplit.BlockWriter
This method is called when there is no more term for the field.
finishLastBlock(IndexDictionary.Builder) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockWriter
 
finite - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 
firstBlockStartFP - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
FixedGapTermsIndexReader - Class in org.apache.lucene.codecs.blockterms
TermsIndexReader for simple every Nth terms indexes.
FixedGapTermsIndexReader(SegmentReadState) - Constructor for class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
FixedGapTermsIndexWriter - Class in org.apache.lucene.codecs.blockterms
Selects every Nth term as and index term, and hold term bytes (mostly) fully expanded in memory.
FixedGapTermsIndexWriter(SegmentWriteState) - Constructor for class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexWriter
 
FixedGapTermsIndexWriter(SegmentWriteState, int) - Constructor for class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexWriter
 
forcedTerm - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
freq() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
fstBuilder - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Builder
 
FSTDictionary - Class in org.apache.lucene.codecs.uniformsplit
Immutable stateless FST-based index dictionary kept in memory.
FSTDictionary(<any>) - Constructor for class org.apache.lucene.codecs.uniformsplit.FSTDictionary
 
FSTDictionary.Browser - Class in org.apache.lucene.codecs.uniformsplit
 
FSTDictionary.Builder - Class in org.apache.lucene.codecs.uniformsplit
Builds an immutable FSTDictionary.
fstEnum - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
FSTOrdPostingsFormat - Class in org.apache.lucene.codecs.memory
FSTOrd term dict + Lucene50PBF
FSTOrdPostingsFormat() - Constructor for class org.apache.lucene.codecs.memory.FSTOrdPostingsFormat
 
FSTOrdTermsReader - Class in org.apache.lucene.codecs.memory
FST-based terms dictionary reader.
FSTOrdTermsReader(SegmentReadState, PostingsReaderBase) - Constructor for class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
FSTOrdTermsWriter - Class in org.apache.lucene.codecs.memory
FST-based term dict, using ord as FST output.
FSTOrdTermsWriter(SegmentWriteState, PostingsWriterBase) - Constructor for class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
FSTPostingsFormat - Class in org.apache.lucene.codecs.memory
FST term dict + Lucene50PBF
FSTPostingsFormat() - Constructor for class org.apache.lucene.codecs.memory.FSTPostingsFormat
 
FSTTermsReader - Class in org.apache.lucene.codecs.memory
FST-based terms dictionary reader.
FSTTermsReader(SegmentReadState, PostingsReaderBase) - Constructor for class org.apache.lucene.codecs.memory.FSTTermsReader
 
FSTTermsWriter - Class in org.apache.lucene.codecs.memory
FST-based term dict, using metadata as FST output.
FSTTermsWriter(SegmentWriteState, PostingsWriterBase) - Constructor for class org.apache.lucene.codecs.memory.FSTTermsWriter
 
FuzzySet - Class in org.apache.lucene.codecs.bloom
A class used to represent a set of many, potentially large, values (e.g.
FuzzySet.ContainsResult - Enum in org.apache.lucene.codecs.bloom
Result from FuzzySet.contains(BytesRef): can never return definitively YES (always MAYBE), but can sometimes definitely return NO.

G

get(int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
get() - Method in class org.apache.lucene.codecs.uniformsplit.DictionaryBrowserSupplier
Gets or lazy loads the immutable IndexDictionary thread safely and creates a new IndexDictionary.Browser.
getBaseDocsFP() - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
getBaseDocStartFP() - Method in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
 
getBasePayloadsFP() - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
getBasePayStartFP() - Method in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
 
getBasePositionsFP() - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
getBasePosStartFP() - Method in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
 
getBlockFilePointer() - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
getBlockFilePointer() - Method in interface org.apache.lucene.codecs.uniformsplit.IndexDictionary.Browser
Returns the block file pointer associated with the key returned.
getBlockPrefixLen() - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
getBlockPrefixLen() - Method in interface org.apache.lucene.codecs.uniformsplit.IndexDictionary.Browser
Returns the number of characters of this block's key that is in common with all terms in this block.
getChildResources() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
getChildResources() - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
getChildResources() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
getChildResources() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsReader
 
getChildResources() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
getChildResources() - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
getChildResources() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.SimpleTextNormsProducer
 
getCompoundReader(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat
 
getDictionaryRamBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
getDictionaryStartFP() - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
getDocCount() - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
getDocCount() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
getDocsSeen() - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
Provides the FixedBitSet to keep track of the docs seen when calling org.apache.lucene.codecs.PostingsWriterBase#writeTerm(BytesRef, TermsEnum, FixedBitSet, org.apache.lucene.codecs.NormsProducer).
getEstimatedNumberUniqueValuesAllowingForCollisions(int, int) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
 
getEstimatedUniqueValues() - Method in class org.apache.lucene.codecs.bloom.FuzzySet
 
getFieldEnum(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
getFieldEnum(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase
 
getFieldEnum(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
getFieldInfo() - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
getFirstBlockStartFP() - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
getLastBlockStartFP() - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
getLastTerm() - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
getLinesCount() - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
getMax() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
getMdpLength() - Method in class org.apache.lucene.codecs.uniformsplit.TermBytes
 
getMiddleLineIndex() - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
getMiddleLineOffset() - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
getNearestSetSize(int) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
Rounds down required maxNumberOfBits to the nearest number that is made up of all ones as a binary number.
getNearestSetSize(int, float) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
Use this method to choose a set size where accuracy (low content saturation) is more important than deciding how much memory to throw at the problem.
getNorms(FieldInfo) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.SimpleTextNormsProducer
 
getNumTerms() - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
getOrCreateDictionaryBrowser() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
getPayload() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
getPostings(STUniformSplitTermsWriter.SegmentPostings) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
getSaturation() - Method in class org.apache.lucene.codecs.bloom.FuzzySet
 
getSetForField(SegmentWriteState, FieldInfo) - Method in class org.apache.lucene.codecs.bloom.BloomFilterFactory
 
getSetForField(SegmentWriteState, FieldInfo) - Method in class org.apache.lucene.codecs.bloom.DefaultBloomFilterFactory
 
getSuffixLength() - Method in class org.apache.lucene.codecs.uniformsplit.TermBytes
 
getSuffixOffset() - Method in class org.apache.lucene.codecs.uniformsplit.TermBytes
 
getSumDocFreq() - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
getSumDocFreq() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
getSumTotalTermFreq() - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
getSumTotalTermFreq() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
getTerm() - Method in class org.apache.lucene.codecs.uniformsplit.TermBytes
 
getTermBytes() - Method in class org.apache.lucene.codecs.uniformsplit.BlockLine
 
getTermsRamBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsReader
 
getTermsRamBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
getTermStateRelativeOffset() - Method in class org.apache.lucene.codecs.uniformsplit.BlockLine
 
getTermStatesBaseOffset() - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 

H

hasFreqs() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
hash(BytesRef) - Method in class org.apache.lucene.codecs.bloom.HashFunction
Hashes the contents of the referenced bytes
hash(byte[], int, int, int) - Static method in class org.apache.lucene.codecs.bloom.MurmurHash2
 
hash(BytesRef) - Method in class org.apache.lucene.codecs.bloom.MurmurHash2
 
hash32(byte[], int, int) - Static method in class org.apache.lucene.codecs.bloom.MurmurHash2
Generates 32 bit hash from byte array with default seed value.
HashFunction - Class in org.apache.lucene.codecs.bloom
Base class for hashing functions that can be referred to by name.
HashFunction() - Constructor for class org.apache.lucene.codecs.bloom.HashFunction
 
hashFunctionForVersion(int) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
 
hasOffsets() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
hasPayloads() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
hasPositions() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 

I

impacts(int) - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
impacts(int) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
impacts(int) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
IndexDictionary - Interface in org.apache.lucene.codecs.uniformsplit
Immutable stateless index dictionary kept in RAM.
IndexDictionary.Browser - Interface in org.apache.lucene.codecs.uniformsplit
Stateful IndexDictionary.Browser to seek a term in this IndexDictionary and get its corresponding block file pointer in the block file.
IndexDictionary.Builder - Interface in org.apache.lucene.codecs.uniformsplit
Builds an immutable IndexDictionary.
indexedTermPrefixLength(BytesRef, BytesRef) - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexWriter
NOTE: if your codec does not sort in unicode code point order, you must override this method, to simply return indexedTerm.length.
indexedTermPrefixLength(BytesRef, BytesRef) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter
NOTE: if your codec does not sort in unicode code point order, you must override this method, to simply return indexedTerm.length.
IndexTermSelector() - Constructor for class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.IndexTermSelector
 
initializeBlockReadLazily() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
initializeHeader(BytesRef, long) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Reads and sets BlockReader.blockHeader.
INSTANCE - Static variable in class org.apache.lucene.codecs.bloom.MurmurHash2
 
intersect(CompiledAutomaton, BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTerms
 
intersect(CompiledAutomaton, BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
IntersectBlockReader - Class in org.apache.lucene.codecs.uniformsplit
The "intersect" TermsEnum response to UniformSplitTerms.intersect(CompiledAutomaton, BytesRef), intersecting the terms with an automaton.
IntersectBlockReader(CompiledAutomaton, BytesRef, DictionaryBrowserSupplier, IndexInput, PostingsReaderBase, FieldMetadata, BlockDecoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
IntersectBlockReader.AutomatonNextTermCalculator - Class in org.apache.lucene.codecs.uniformsplit
This is a copy of AutomatonTermsEnum.
isBeyondCommonPrefix(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Determines if the provided BytesRef is beyond the automaton common prefix.
isBeyondLastTerm(BytesRef, long) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Indicates whether the searched term is beyond the last term of the field.
isBeyondLastTerm(BytesRef, long) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockReader
 
isCurrentTerm(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
isIndexTerm(BytesRef, TermStats) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector
 
isIndexTerm(BytesRef, TermStats) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.EveryNTermSelector
 
isIndexTerm(BytesRef, TermStats) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.IndexTermSelector
Called sequentially on every term being written, returning true if this term should be indexed
isLinearState(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
True if the current state of the automata is best iterated linearly (without seeking).
isMutable - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
isSaturated(FuzzySet, FieldInfo) - Method in class org.apache.lucene.codecs.bloom.BloomFilterFactory
Used to determine if the given filter has reached saturation and should be retired i.e.
isSaturated(FuzzySet, FieldInfo) - Method in class org.apache.lucene.codecs.bloom.DefaultBloomFilterFactory
 
iterator() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
iterator() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsReader
 
iterator() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
iterator() - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
iterator() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTerms
 
iterator() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
iterator() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 

K

keyBuilder - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 

L

lastBlockStartFP - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
lastTerm - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
lastTerm - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
linear - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 
linearUpperBound - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 
lineIndexInBlock - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
Current line index in the block.
linesCount - Variable in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
liveDocsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 

M

MAX_NUM_BLOCK_LINES - Static variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
Upper limit of the block size (maximum number of terms per block).
MAX_SORTED_SET_ORDS - Static variable in class org.apache.lucene.codecs.memory.DirectDocValuesFormat
The sum of the number of values across all documents in a sorted set field cannot exceed this.
MAX_TOTAL_BYTES_LENGTH - Static variable in class org.apache.lucene.codecs.memory.DirectDocValuesFormat
The sum of all byte lengths for binary field, or for the unique values in sorted or sorted set fields, cannot exceed this.
maxDoc - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
mdpLength - Variable in class org.apache.lucene.codecs.uniformsplit.TermBytes
 
merge(MergeState, NormsProducer) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter
 
middleLineIndex - Variable in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
middleLineOffset - Variable in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
multiPostingsEnum - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
MultiSegmentsPostingsEnum(int) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
MurmurHash2 - Class in org.apache.lucene.codecs.bloom
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.

N

NAME - Static variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitPostingsFormat
 
NAME - Static variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
newField(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector
 
newField(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.EveryNTermSelector
 
newField(FieldInfo) - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter.IndexTermSelector
Called when a new field is started.
next() - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
Returns -1 at end
next() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
next() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
next() - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
next() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockReader
 
next() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STIntersectBlockReader
 
next() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingBlockReader
 
next() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
nextBlockMatchingPrefix() - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Find the next block that appears to contain terms that could match the automata.
nextBlockMatchingPrefix() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STIntersectBlockReader
 
nextDoc() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
nextKey() - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
nextKey() - Method in interface org.apache.lucene.codecs.uniformsplit.IndexDictionary.Browser
Returns the next block key and positions the browser at this key.
nextPosition() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
nextSeekTerm(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 
nextString() - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
Increments the byte buffer to the next String in binary order after s that will not put the machine into a reject state.
nextString(int, int) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
Returns the next String in lexicographic order that will not put the machine into a reject state.
nextStringCalculator - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
nextTerm() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Moves to the next term line and reads it, it may be in the next block.
nextTerm() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockReader
Moves to the next term line and reads it, whichever are the corresponding fields.
nextTermInBlockMatching() - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Find the next block line that matches, or null when at end of block.
normsConsumer(SegmentWriteState) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat
 
normsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
normsProducer(SegmentReadState) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat
 
numBitsToEncode(int) - Static method in class org.apache.lucene.codecs.uniformsplit.BlockLine.Serializer
Gets the number of bits required to encode the value of the provided int.
numBytesAccepted - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Number of bytes accepted by the last call to IntersectBlockReader.runAutomatonForState(byte[], int, int, int).
numTerms - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 

O

ord() - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
Only implemented if TermsIndexReaderBase.supportsOrd() returns true.
ord() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
ord() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
ord() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
OrdsBlockTreeTermsReader - Class in org.apache.lucene.codecs.blocktreeords
OrdsBlockTreeTermsReader(PostingsReaderBase, SegmentReadState) - Constructor for class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsReader
Sole constructor.
OrdsBlockTreeTermsWriter - Class in org.apache.lucene.codecs.blocktreeords
This is just like BlockTreeTermsWriter, except it also stores a version per term, and adds a method to its TermsEnum implementation to seekExact only if the version is >= the specified version.
OrdsBlockTreeTermsWriter(SegmentWriteState, PostingsWriterBase, int, int) - Constructor for class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsWriter
Create a new writer.
OrdsSegmentTermsEnum - Class in org.apache.lucene.codecs.blocktreeords
Iterates through terms in this field.
org.apache.lucene.codecs.blockterms - package org.apache.lucene.codecs.blockterms
Pluggable term index / block terms dictionary implementations.
org.apache.lucene.codecs.blocktreeords - package org.apache.lucene.codecs.blocktreeords
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
org.apache.lucene.codecs.bloom - package org.apache.lucene.codecs.bloom
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
org.apache.lucene.codecs.memory - package org.apache.lucene.codecs.memory
Term dictionary, DocValues or Postings formats that are read entirely into memory.
org.apache.lucene.codecs.simpletext - package org.apache.lucene.codecs.simpletext
Simpletext Codec: writes human readable postings.
org.apache.lucene.codecs.uniformsplit - package org.apache.lucene.codecs.uniformsplit
Pluggable term index / block terms dictionary implementations.
org.apache.lucene.codecs.uniformsplit.sharedterms - package org.apache.lucene.codecs.uniformsplit.sharedterms
Pluggable term index / block terms dictionary implementations.
out - Variable in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
out - Variable in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexWriter
 
out - Variable in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter
 

P

parseFieldsMetadata(IndexInput, FieldInfos) - Static method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
peekKey() - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
peekKey() - Method in interface org.apache.lucene.codecs.uniformsplit.IndexDictionary.Browser
Returns the next key without advancing.
pointsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
postings(PostingsEnum, int) - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
postings(PostingsEnum, int) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
postings(String, BlockTermState, PostingsEnum, int) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingBlockReader
Creates a new PostingsEnum for the provided field and BlockTermState.
postings(PostingsEnum, int) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
postingsEnum - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
postingsEnumExhausted - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
postingsFlags - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
postingsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
postingsReader - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
postingsReader - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
postingsReader - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
postingsWriter - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 

R

ramBytesUsed() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.bloom.FuzzySet
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.SimpleTextNormsProducer
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.BlockLine
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.BlockLine.Serializer
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
 
ramBytesUsed(TermState) - Static method in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.DictionaryBrowserSupplier
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary
 
ramBytesUsed(BytesRef) - Static method in class org.apache.lucene.codecs.uniformsplit.RamUsageUtil
 
ramBytesUsed(BytesRefBuilder) - Static method in class org.apache.lucene.codecs.uniformsplit.RamUsageUtil
 
ramBytesUsed(TermState) - Static method in class org.apache.lucene.codecs.uniformsplit.RamUsageUtil
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.TermBytes
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
ramBytesUsedByByteArrayOfLength(int) - Static method in class org.apache.lucene.codecs.uniformsplit.RamUsageUtil
 
ramBytesUsedByHashMapOfSize(int) - Static method in class org.apache.lucene.codecs.uniformsplit.RamUsageUtil
 
ramBytesUsedByObjectArrayOfLength(int) - Static method in class org.apache.lucene.codecs.uniformsplit.RamUsageUtil
 
ramBytesUsedByUnmodifiableArrayListOfSize(int) - Static method in class org.apache.lucene.codecs.uniformsplit.RamUsageUtil
 
ramBytesUsedWithoutDictionary() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
RamUsageUtil - Class in org.apache.lucene.codecs.uniformsplit
Utility methods to estimate the RAM usage of objects.
RamUsageUtil() - Constructor for class org.apache.lucene.codecs.uniformsplit.RamUsageUtil
 
read(Directory, SegmentInfo, String, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosFormat
 
read(Directory, String, byte[], IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoFormat
 
read(DataInput, BlockHeader) - Static method in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
read(DataInput, FieldInfos) - Static method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
read(DataInput, BlockDecoder) - Static method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary
Reads a FSTDictionary from the provided input.
readBytes(DataInput, BytesRef, int, int) - Static method in class org.apache.lucene.codecs.uniformsplit.BlockLine.Serializer
Reads length bytes from the given DataInput and stores them at offset in bytes.bytes.
readFieldIds(DataInput, int) - Static method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockLine.Serializer
Reads all the field ids in the current block line of the provided input.
readFieldTermStatesMap(DataInput, DeltaBaseTermStateSerializer, BlockHeader, FieldInfos, Map<String, BlockTermState>) - Static method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockLine.Serializer
Reads all the BlockTermState of all the field in the current block line of the provided input.
readFieldTermStatesMap(Map<String, BlockTermState>) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingBlockReader
Reads all the fields TermStates of the current term and put them in the provided map.
readHeader() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Reads the block header.
readIncrementallyEncodedTerm(DataInput, boolean, TermBytes) - Method in class org.apache.lucene.codecs.uniformsplit.BlockLine.Serializer
 
readLine(DataInput, boolean, BlockLine) - Method in class org.apache.lucene.codecs.uniformsplit.BlockLine.Serializer
Reads the current line.
readLineInBlock() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Reads the current block line.
readLiveDocs(Directory, SegmentCommitInfo, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextLiveDocsFormat
 
readTermState() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Reads the BlockTermState on the current line.
readTermState(long, long, long, DataInput, FieldInfo, BlockTermState) - Method in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
Reads a BlockTermState from the provided DataInput.
readTermState() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockReader
Reads the BlockTermState on the current line for this reader's field.
readTermState() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STIntersectBlockReader
Reads the BlockTermState on the current line for the specific field corresponding this this reader.
readTermStateForField(int, DataInput, DeltaBaseTermStateSerializer, BlockHeader, FieldInfos, BlockTermState) - Static method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockLine.Serializer
Reads a single BlockTermState for the provided field in the current block line of the provided input.
readTermStateIfNotRead() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Reads the BlockTermState if it is not already set.
readTermStateIfNotRead() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingBlockReader
 
reset(int, long, long, long, int, int) - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
reset(TermBytes, int) - Method in class org.apache.lucene.codecs.uniformsplit.BlockLine
Resets this BlockLine to reuse it when reading.
reset(IntBlockTermState) - Method in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
 
reset(List<STUniformSplitTermsWriter.SegmentPostings>) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
Resets/reuse this PostingsEnum.
reset(BytesRef, List<STUniformSplitTermsWriter.SegmentPostings>) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
Resets this STMergingTermsEnum with a new term and its list of STUniformSplitTermsWriter.SegmentPostings to combine.
reset() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.UnionFieldMetadataBuilder
 
reset(int, BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.TermBytes
 
resetBaseStartFP() - Method in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
Resets the base file pointers to 0.
reusableBlockHeader - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
reusablePostingsEnums - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
runAutomaton - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 
runAutomaton - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
runAutomatonForState(byte[], int, int, int) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Run the automaton and return the final state (not necessary accepted).
runAutomatonFromPrefix(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 

S

savedStates - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 
scratchBlockBytes - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
scratchBytesRef - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
scratchInts - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Builder
 
scratchTermState - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
seek(BytesRef) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
Seeks to "largest" indexed term that's <= term; returns file pointer index (into the main terms index file) for that term
seekBlock(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
seekBlock(BytesRef) - Method in interface org.apache.lucene.codecs.uniformsplit.IndexDictionary.Browser
Seeks the given term in the IndexDictionary and returns its corresponding block file pointer.
seekBytesRef - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 
seekCeil(BytesRef) - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
seekCeil(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
seekCeil(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
seekCeil(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockReader
 
seekCeil(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingBlockReader
 
seekCeil(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
seekExact(BytesRef) - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
seekExact(BytesRef, TermState) - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
seekExact(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
seekExact(BytesRef, TermState) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Positions this BlockReader without re-seeking the term dictionary.
seekExact(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
seekExact(BytesRef, TermState) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
seekExact(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockReader
 
seekExact(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingBlockReader
 
seekExact(BytesRef, TermState) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingBlockReader
 
seekExact(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
seekExact(BytesRef, TermState) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
seekFieldsMetadata(IndexInput) - Static method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
Positions the given IndexInput at the beginning of the fields metadata.
seekInBlock(BytesRef, long) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Seeks to the provided term in the block starting at the provided file pointer.
seekInBlock(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Seeks to the provided term in this block.
seekTerm - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Set this when our current mode is seeking to this term.
segmentIndex - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
segmentInfoFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
segmentPostingsList - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
serialize(DataOutput) - Method in class org.apache.lucene.codecs.bloom.FuzzySet
Serializes the data set to file using the following format: FuzzySet -->FuzzySetVersion,HashFunctionName,BloomSize, NumBitSetWords,BitSetWordNumBitSetWords HashFunctionName --> String The name of a ServiceProvider registered HashFunction FuzzySetVersion --> Uint32 The version number of the FuzzySet class BloomSize --> Uint32 The modulo value used to project hashes into the field's Bitset NumBitSetWords --> Uint32 The number of longs (as returned from FixedBitSet#getBits) BitSetWord --> Long A long from the array returned by FixedBitSet#getBits
Serializer() - Constructor for class org.apache.lucene.codecs.uniformsplit.BlockLine.Serializer
 
Serializer() - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockLine.Serializer
 
setDictionaryStartFP(long) - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
Sets the file pointer to the start of the dictionary of the field.
setFirstBlockStartFP(long) - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
Sets the file pointer to the start of the first block of the field.
setLastBlockStartFP(long) - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
Sets the file pointer after the end of the last block of the field.
setLastTerm(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
setLinear(int) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
Sets the enum to operate in linear fashion, as we have found a looping transition at position: we set an upper bound and act like a TermRangeQuery for this portion of the term space.
setPostingFlags(int) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
SI_EXTENSION - Static variable in class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoFormat
 
SimpleTextCodec - Class in org.apache.lucene.codecs.simpletext
plain text index format.
SimpleTextCodec() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
SimpleTextCompoundFormat - Class in org.apache.lucene.codecs.simpletext
plain text compound format.
SimpleTextCompoundFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat
Sole constructor.
SimpleTextFieldInfosFormat - Class in org.apache.lucene.codecs.simpletext
plaintext field infos format
SimpleTextFieldInfosFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosFormat
 
SimpleTextLiveDocsFormat - Class in org.apache.lucene.codecs.simpletext
reads/writes plaintext live docs
SimpleTextLiveDocsFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextLiveDocsFormat
 
SimpleTextNormsConsumer(SegmentWriteState) - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.SimpleTextNormsConsumer
 
SimpleTextNormsFormat - Class in org.apache.lucene.codecs.simpletext
plain-text norms format.
SimpleTextNormsFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat
 
SimpleTextNormsFormat.SimpleTextNormsConsumer - Class in org.apache.lucene.codecs.simpletext
Writes plain-text norms.
SimpleTextNormsFormat.SimpleTextNormsProducer - Class in org.apache.lucene.codecs.simpletext
Reads plain-text norms.
SimpleTextNormsProducer(SegmentReadState) - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.SimpleTextNormsProducer
 
SimpleTextPointsFormat - Class in org.apache.lucene.codecs.simpletext
For debugging, curiosity, transparency only!! Do not use this codec in production.
SimpleTextPointsFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextPointsFormat
 
SimpleTextSegmentInfoFormat - Class in org.apache.lucene.codecs.simpletext
plain text segments file format.
SimpleTextSegmentInfoFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoFormat
 
SimpleTextStoredFieldsFormat - Class in org.apache.lucene.codecs.simpletext
plain text stored fields format.
SimpleTextStoredFieldsFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsFormat
 
SimpleTextStoredFieldsReader - Class in org.apache.lucene.codecs.simpletext
reads plaintext stored fields
SimpleTextStoredFieldsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
SimpleTextStoredFieldsWriter - Class in org.apache.lucene.codecs.simpletext
Writes plain-text stored fields.
SimpleTextStoredFieldsWriter(Directory, String, IOContext) - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
SimpleTextTermVectorsFormat - Class in org.apache.lucene.codecs.simpletext
plain text term vectors format.
SimpleTextTermVectorsFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsFormat
 
SimpleTextTermVectorsReader - Class in org.apache.lucene.codecs.simpletext
Reads plain-text term vectors.
SimpleTextTermVectorsReader(Directory, SegmentInfo, IOContext) - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
SimpleTextTermVectorsWriter - Class in org.apache.lucene.codecs.simpletext
Writes plain-text term vectors.
SimpleTextTermVectorsWriter(Directory, String, IOContext) - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
size() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
size() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsReader
 
size() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
size() - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
size() - Method in interface org.apache.lucene.codecs.uniformsplit.BlockEncoder.WritableBytes
Gets the number of bytes.
size() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
size() - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
SKIP_INTERVAL - Static variable in class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
sortedFieldNames - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
splitAndWriteBlock(IndexDictionary.Builder) - Method in class org.apache.lucene.codecs.uniformsplit.BlockWriter
Defines the new block start according to BlockWriter.targetNumBlockLines and BlockWriter.deltaNumLines.
startDocument() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
startDocument(int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
startField(FieldInfo, int, boolean, boolean, boolean) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
startOffset() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum.MultiSegmentsPostingsEnum
 
startTerm(BytesRef, int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
startTerm - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
state - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
state - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.FieldMetadataTermState
 
STATE_END - Static variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
STATE_NEXT - Static variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
STATE_SEEK - Static variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
STBlockLine - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
Represents a term and its details stored in the BlockTermState.
STBlockLine(TermBytes, List<FieldMetadataTermState>) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockLine
 
STBlockLine.Serializer - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
Reads block lines encoded incrementally, with all fields corresponding to the term of the line.
STBlockReader - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
Reads terms blocks with the Shared Terms format.
STBlockReader(Supplier<IndexDictionary.Browser>, IndexInput, PostingsReaderBase, FieldMetadata, BlockDecoder, FieldInfos) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockReader
 
STBlockWriter - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
Writes terms blocks with the Shared Terms format.
STBlockWriter(IndexOutput, int, int, BlockEncoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockWriter
 
STIntersectBlockReader - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
The "intersect" org.apache.lucene.index.TermsEnum response to STUniformSplitTerms.intersect(CompiledAutomaton, BytesRef), intersecting the terms with an automaton.
STIntersectBlockReader(CompiledAutomaton, BytesRef, DictionaryBrowserSupplier, IndexInput, PostingsReaderBase, FieldMetadata, BlockDecoder, FieldInfos) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STIntersectBlockReader
 
STMergingBlockReader - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
org.apache.lucene.index.TermsEnum used when merging segments, to enumerate the terms of an input segment and get all the fields TermStates of each term.
STMergingBlockReader(Supplier<IndexDictionary.Browser>, IndexInput, PostingsReaderBase, FieldMetadata, BlockDecoder, FieldInfos) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingBlockReader
 
STMergingTermsEnum - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
Combines PostingsEnum for the same term for a given field from multiple segments.
STMergingTermsEnum(String, int) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
Constructs a STMergingTermsEnum for a given field.
STMergingTermsEnum.MultiSegmentsPostingsEnum - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
Combines multiple segments PostingsEnum as a single PostingsEnum, for one field and one term.
storedFieldsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
STUniformSplitPostingsFormat - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
PostingsFormat based on the Uniform Split technique and supporting Shared Terms.
STUniformSplitPostingsFormat() - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitPostingsFormat
 
STUniformSplitPostingsFormat(int, int, BlockEncoder, BlockDecoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitPostingsFormat
 
STUniformSplitPostingsFormat(String, int, int, BlockEncoder, BlockDecoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitPostingsFormat
 
STUniformSplitTerms - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
Extends UniformSplitTerms for a shared-terms dictionary, with all the fields of a term in the same block line.
STUniformSplitTerms(IndexInput, FieldMetadata, FieldMetadata, PostingsReaderBase, BlockDecoder, FieldInfos, DictionaryBrowserSupplier) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTerms
 
STUniformSplitTermsReader - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
A block-based terms index and dictionary based on the Uniform Split technique, and sharing all the fields terms in the same dictionary, with all the fields of a term in the same block line.
STUniformSplitTermsReader(PostingsReaderBase, SegmentReadState, BlockDecoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsReader
 
STUniformSplitTermsReader(PostingsReaderBase, SegmentReadState, BlockDecoder, String, int, int, String, String) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsReader
 
STUniformSplitTermsWriter - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
Extends UniformSplitTermsWriter by sharing all the fields terms in the same dictionary and by writing all the fields of a term in the same block line.
STUniformSplitTermsWriter(PostingsWriterBase, SegmentWriteState, BlockEncoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter
 
STUniformSplitTermsWriter(PostingsWriterBase, SegmentWriteState, int, int, BlockEncoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter
 
STUniformSplitTermsWriter(PostingsWriterBase, SegmentWriteState, int, int, BlockEncoder, String, int, String, String) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter
 
STUniformSplitTermsWriter.SegmentPostings - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
 
sumDocFreq - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
sumTotalTermFreq - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
supportsOrd() - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
supportsOrd() - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase
 
supportsOrd() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 

T

targetNumBlockLines - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
targetNumBlockLines - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
targetNumBlockLines - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
term() - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
 
term() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
term() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
term - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
term() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
term - Variable in class org.apache.lucene.codecs.uniformsplit.TermBytes
 
termBytes - Variable in class org.apache.lucene.codecs.uniformsplit.BlockLine
 
TermBytes - Class in org.apache.lucene.codecs.uniformsplit
Term of a block line.
TermBytes(int, BytesRef) - Constructor for class org.apache.lucene.codecs.uniformsplit.TermBytes
 
terms(String) - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
terms(String) - Method in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsReader
 
terms(String) - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
terms(String) - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
terms(String) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
TERMS_BLOCKS_EXTENSION - Static variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitPostingsFormat
Extension of the file containing the terms blocks for each field and the fields metadata.
TERMS_BLOCKS_EXTENSION - Static variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
Extension of the file containing the terms blocks for each field and the fields metadata.
TERMS_DICTIONARY_EXTENSION - Static variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitPostingsFormat
Extension of the file containing the terms dictionary (the FST "trie").
TERMS_DICTIONARY_EXTENSION - Static variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
Extension of the file containing the terms dictionary (the FST "trie").
TERMS_VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.memory.FSTTermsWriter
 
TERMS_VERSION_START - Static variable in class org.apache.lucene.codecs.memory.FSTTermsWriter
 
TermsIndexReaderBase - Class in org.apache.lucene.codecs.blockterms
BlockTermsReader interacts with an instance of this class to manage its terms index.
TermsIndexReaderBase() - Constructor for class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase
 
TermsIndexReaderBase.FieldIndexEnum - Class in org.apache.lucene.codecs.blockterms
Similar to TermsEnum, except, the only "metadata" it reports for a given indexed term is the long fileOffset into the main terms dictionary file.
TermsIndexWriterBase - Class in org.apache.lucene.codecs.blockterms
Base class for terms index implementations to plug into BlockTermsWriter.
TermsIndexWriterBase() - Constructor for class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase
 
TermsIndexWriterBase.FieldWriter - Class in org.apache.lucene.codecs.blockterms
Terms index API for a single field.
termState() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
termState - Variable in class org.apache.lucene.codecs.uniformsplit.BlockLine
Only used for writing.
termState - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
Current block line details.
termState() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
termState() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
termStateForced - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
Whether the current TermState has been forced with a call to BlockReader.seekExact(BytesRef, TermState).
termStateRelativeOffset - Variable in class org.apache.lucene.codecs.uniformsplit.BlockLine
 
termStates - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockLine
List of the fields ond their TermStates for this block line.
termStatesBaseOffset - Variable in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
termStateSerializer - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
termStateSerializer - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
termStatesReadBuffer - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
In-memory read buffer for the details region of the current block.
termStatesWriteBuffer - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
termVectorsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
toString() - Method in class org.apache.lucene.codecs.blockterms.BlockTermsReader
 
toString() - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
toString() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
toString() - Method in class org.apache.lucene.codecs.blocktreeords.BlockTreeOrdsPostingsFormat
 
toString() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsReader
 
toString() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
toString() - Method in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
toString() - Method in class org.apache.lucene.codecs.bloom.FuzzySet
 
toString() - Method in class org.apache.lucene.codecs.bloom.MurmurHash2
 
toString() - Method in class org.apache.lucene.codecs.memory.FSTOrdPostingsFormat
 
toString() - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsReader
 
toString() - Method in class org.apache.lucene.codecs.memory.FSTPostingsFormat
 
toString() - Method in class org.apache.lucene.codecs.memory.FSTTermsReader
 
toString() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.SimpleTextNormsProducer
 
toString() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
toString() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
totalTermFreq() - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
totalTermFreq() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
totalTermFreq() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
 
transition - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 

U

UniformSplitPostingsFormat - Class in org.apache.lucene.codecs.uniformsplit
PostingsFormat based on the Uniform Split technique.
UniformSplitPostingsFormat() - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
UniformSplitPostingsFormat(int, int, BlockEncoder, BlockDecoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
UniformSplitPostingsFormat(String, int, int, BlockEncoder, BlockDecoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
UniformSplitTerms - Class in org.apache.lucene.codecs.uniformsplit
Terms based on the Uniform Split technique.
UniformSplitTerms(IndexInput, IndexInput, FieldMetadata, PostingsReaderBase, BlockDecoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
UniformSplitTerms(IndexInput, FieldMetadata, PostingsReaderBase, BlockDecoder, DictionaryBrowserSupplier) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
UniformSplitTermsReader - Class in org.apache.lucene.codecs.uniformsplit
A block-based terms index and dictionary based on the Uniform Split technique.
UniformSplitTermsReader(PostingsReaderBase, SegmentReadState, BlockDecoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
UniformSplitTermsReader(PostingsReaderBase, SegmentReadState, BlockDecoder, String, int, int, String, String) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
UniformSplitTermsWriter - Class in org.apache.lucene.codecs.uniformsplit
A block-based terms index and dictionary that assigns terms to nearly uniform length blocks.
UniformSplitTermsWriter(PostingsWriterBase, SegmentWriteState, BlockEncoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
UniformSplitTermsWriter(PostingsWriterBase, SegmentWriteState, int, int, BlockEncoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
UniformSplitTermsWriter(PostingsWriterBase, SegmentWriteState, int, int, BlockEncoder, String, int, String, String) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
unionFieldMetadata - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTerms
 
UnionFieldMetadataBuilder - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
Builds a FieldMetadata that is the union of multiple FieldMetadata.
UnionFieldMetadataBuilder() - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.UnionFieldMetadataBuilder
 
updateFieldMetadata(long) - Method in class org.apache.lucene.codecs.uniformsplit.BlockWriter
updates the field metadata after all lines were written for the block.
updateFieldMetadata(long) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockWriter
 
updateStats(BlockTermState) - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
Updates the field stats with the given BlockTermState for the current block line (for one term).

V

validateSettings(int, int) - Static method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
Validates the constructor settings.
valueOf(String) - Static method in enum org.apache.lucene.codecs.bloom.FuzzySet.ContainsResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.lucene.codecs.bloom.FuzzySet.ContainsResult
Returns an array containing the constants of this enum type, in the order they are declared.
VariableGapTermsIndexReader - Class in org.apache.lucene.codecs.blockterms
VariableGapTermsIndexReader(SegmentReadState) - Constructor for class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
VariableGapTermsIndexWriter - Class in org.apache.lucene.codecs.blockterms
Selects index terms according to provided pluggable VariableGapTermsIndexWriter.IndexTermSelector, and stores them in a prefix trie that's loaded entirely in RAM stored as an FST.
VariableGapTermsIndexWriter(SegmentWriteState, VariableGapTermsIndexWriter.IndexTermSelector) - Constructor for class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter
 
VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector - Class in org.apache.lucene.codecs.blockterms
Sets an index term when docFreq >= docFreqThresh, or every interval terms.
VariableGapTermsIndexWriter.EveryNTermSelector - Class in org.apache.lucene.codecs.blockterms
VariableGapTermsIndexWriter.IndexTermSelector - Class in org.apache.lucene.codecs.blockterms
Hook for selecting which terms should be placed in the terms index.
vectorsReader(Directory, SegmentInfo, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsFormat
 
vectorsWriter(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsFormat
 
VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsWriter
Current terms format.
VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.bloom.FuzzySet
 
VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitPostingsFormat
 
VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
VERSION_SPI - Static variable in class org.apache.lucene.codecs.bloom.FuzzySet
 
VERSION_START - Static variable in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
VERSION_START - Static variable in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsWriter
Initial terms format.
VERSION_START - Static variable in class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
VERSION_START - Static variable in class org.apache.lucene.codecs.bloom.FuzzySet
 
VERSION_START - Static variable in class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
VERSION_START - Static variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
visitDocument(int, StoredFieldVisitor) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
visited - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
 

W

write(Fields, NormsProducer) - Method in class org.apache.lucene.codecs.blockterms.BlockTermsWriter
 
write(Fields, NormsProducer) - Method in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsWriter
 
write(Fields, NormsProducer) - Method in class org.apache.lucene.codecs.memory.FSTOrdTermsWriter
 
write(Fields, NormsProducer) - Method in class org.apache.lucene.codecs.memory.FSTTermsWriter
 
write(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat
 
write(Directory, SegmentInfo, String, FieldInfos, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosFormat
 
write(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoFormat
 
write(DataOutput) - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
write(DataOutput) - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
write(DataOutput, BlockEncoder) - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary
 
write(DataOutput, BlockEncoder) - Method in interface org.apache.lucene.codecs.uniformsplit.IndexDictionary
Writes this dictionary to the provided output.
write(Fields, NormsProducer) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter
 
write(Fields, NormsProducer) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
writeBlock(List<BlockLine>, IndexDictionary.Builder) - Method in class org.apache.lucene.codecs.uniformsplit.BlockWriter
Writes a block and adds its block key to the dictionary builder.
writeBlockLine(boolean, BlockLine, BlockLine) - Method in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
writeBlockLine(boolean, BlockLine, BlockLine) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockWriter
 
writeDictionary(int, IndexDictionary.Builder) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter
 
writeDictionary(IndexDictionary.Builder) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
Writes the dictionary index (FST) to disk.
writeField(FieldInfo, IndexableField) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
writeFieldsMetadata(int, ByteBuffersDataOutput) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
writeFieldTerms(BlockWriter, DataOutput, TermsEnum, FieldInfo, NormsProducer) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
writeIncrementallyEncodedTerm(TermBytes, TermBytes, boolean, DataOutput) - Static method in class org.apache.lucene.codecs.uniformsplit.BlockLine.Serializer
 
writeLine(DataOutput, BlockLine, BlockLine, int, boolean) - Static method in class org.apache.lucene.codecs.uniformsplit.BlockLine.Serializer
Writes a line and its offset to the corresponding term state details in the details region.
writeLineTermState(DataOutput, BlockLine, FieldInfo, DeltaBaseTermStateSerializer) - Static method in class org.apache.lucene.codecs.uniformsplit.BlockLine.Serializer
Writes the term state details of a line in the details region.
writeLineTermStates(DataOutput, STBlockLine, DeltaBaseTermStateSerializer) - Static method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockLine.Serializer
Writes all the BlockTermState of the provided STBlockLine to the given output.
writeLiveDocs(Bits, Directory, SegmentCommitInfo, int, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextLiveDocsFormat
 
writePostingLine(TermsEnum, FieldMetadata, NormsProducer) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
Writes the posting values for the current term in the given TermsEnum and updates the FieldMetadata stats.
writeTermState(DataOutput, FieldInfo, BlockTermState) - Method in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
Writes a BlockTermState to the provided DataOutput.
writeTo(DataOutput) - Method in interface org.apache.lucene.codecs.uniformsplit.BlockEncoder.WritableBytes
Writes the bytes to the provided DataOutput.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links
Data In Motion GmbH all rights reserved

Data In Motion GmbH all rights reserved