Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

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.
add(BytesRef, TermStats, long) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase.FieldWriter
 
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, List<FieldMetadataTermState>, IndexDictionary.Builder) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockWriter
Adds a new BlockLine term for the current field.
addLine(BytesRef, BlockTermState, IndexDictionary.Builder) - Method in class org.apache.lucene.codecs.uniformsplit.BlockWriter
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.
automaton - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
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
 
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 - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
blockDecoder - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.BrowserSupplier
 
blockDecoder - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
blockDecoder - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
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.
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 - Interface in org.apache.lucene.codecs.uniformsplit
Encodes the raw bytes of a block when the index is written.
BlockEncoder.WritableBytes - Interface in org.apache.lucene.codecs.uniformsplit
Writable byte buffer.
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 - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
Current block header.
BlockHeader - Class in org.apache.lucene.codecs.uniformsplit
Block header containing block metadata.
BlockHeader() - Constructor for class org.apache.lucene.codecs.uniformsplit.BlockHeader
Empty constructor.
BlockHeader(int, long, long, long, int, int) - Constructor for class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
BlockHeader.Serializer - Class in org.apache.lucene.codecs.uniformsplit
Reads/writes block header.
blockHeaderReader - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
blockHeaderWriter - Variable in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
blockInput - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
blockInput - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
blockInput - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
blockIteration - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Block iteration order determined when scanning the terms in the current block.
blockLine - Variable in class org.apache.lucene.codecs.uniformsplit.BlockReader
Current block line.
BlockLine - Class in org.apache.lucene.codecs.uniformsplit
One term block line.
BlockLine(TermBytes, int) - Constructor for class org.apache.lucene.codecs.uniformsplit.BlockLine
Constructor used for reading a BlockLine.
BlockLine(TermBytes, BlockTermState) - Constructor for class org.apache.lucene.codecs.uniformsplit.BlockLine
Constructor used for writing a BlockLine.
BlockLine.Serializer - Class in org.apache.lucene.codecs.uniformsplit
Reads/writes 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
 
blockLineWriter - 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
 
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(IndexDictionary.BrowserSupplier, 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
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() - Constructor for class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
 
BloomFilteringPostingsFormat(PostingsFormat) - Constructor for class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
Creates Bloom filters for a selection of fields created in the index.
BloomFilteringPostingsFormat(PostingsFormat, BloomFilterFactory) - Constructor for class org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
Creates Bloom filters for a selection of fields created in the index.
browser() - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary
 
browser() - Method in interface org.apache.lucene.codecs.uniformsplit.IndexDictionary
Browser() - Constructor for class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
BrowserSupplier(IndexInput, long, BlockDecoder, boolean) - Constructor for class org.apache.lucene.codecs.uniformsplit.FSTDictionary.BrowserSupplier
 
build() - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Builder
 
build() - Method in interface org.apache.lucene.codecs.uniformsplit.IndexDictionary.Builder
Builds the immutable IndexDictionary for the added entries.
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.FSTTermsReader
 
checkIntegrity() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsReader
 
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.FSTTermsReader
 
close() - Method in class org.apache.lucene.codecs.memory.FSTTermsWriter
 
close() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsReader
 
close() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsWriter
 
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.
commonSuffix - 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.
createBlockHeaderSerializer() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
createBlockHeaderSerializer() - Method in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
createBlockLineSerializer() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
createBlockLineSerializer() - Method in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
createBlockLineSerializer() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockReader
 
createBlockLineSerializer() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STBlockWriter
 
createBlockLineSerializer() - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STIntersectBlockReader
 
createDeltaBaseTermStateSerializer() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
createDeltaBaseTermStateSerializer() - Method in class org.apache.lucene.codecs.uniformsplit.BlockWriter
 
createDictionaryBrowserSupplier(SegmentReadState, IndexInput, FieldMetadata, BlockDecoder, boolean) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
createOptimalSet(int, float) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
 
createSetBasedOnMaxMemory(int) - Static method in class org.apache.lucene.codecs.bloom.FuzzySet
 
createSetBasedOnQuality(int, float, int) - 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
Suggested default value for the maxItemsInBlock parameter to OrdsBlockTreeTermsWriter(SegmentWriteState,PostingsWriterBase,int,int).
DEFAULT_MIN_BLOCK_SIZE - Static variable in class org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsWriter
Suggested default value for the minItemsInBlock parameter to OrdsBlockTreeTermsWriter(SegmentWriteState,PostingsWriterBase,int,int).
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.FSTDictionary.BrowserSupplier
Lazy loaded immutable index dictionary FST.
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 - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
dictionaryInput - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.BrowserSupplier
 
dictionaryInput - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
dictionaryOnHeap - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
dictionaryOutput - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
dictionaryStartFP - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
DirectPostingsFormat - Class in org.apache.lucene.codecs.memory
Wraps Lucene99PostingsFormat 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.
distanceFunction(String) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosFormat
 
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
 
docsSeen - Variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata
 
document(int, StoredFieldVisitor) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsReader
 
docValuesFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
docValuesType(String) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosFormat
 
downsize(float) - Method in class org.apache.lucene.codecs.bloom.FuzzySet
 
downsize(FieldInfo, FuzzySet) - Method in class org.apache.lucene.codecs.bloom.BloomFilterFactory
Called when downsizing bitsets for serialization

E

encode(DataInput, long) - Method in interface org.apache.lucene.codecs.uniformsplit.BlockEncoder
Encodes all the bytes of one block in a single operation.
END - Enum constant in enum org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.BlockIteration
 
endsWithCommonSuffix(byte[], int) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Indicates whether the given term ends with the automaton common suffix.
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 - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.FieldMetadataTermState
 
fieldMetadata - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTerms
 
FieldMetadata - Class in org.apache.lucene.codecs.uniformsplit
Metadata and stats for one field in the index.
FieldMetadata(long, long, long, BytesRef) - Constructor for class org.apache.lucene.codecs.uniformsplit.FieldMetadata
Constructs immutable virtual field metadata for reading.
FieldMetadata(FieldInfo, int) - Constructor for class org.apache.lucene.codecs.uniformsplit.FieldMetadata
Constructs field metadata for writing.
FieldMetadata(FieldInfo, int, boolean) - Constructor for class org.apache.lucene.codecs.uniformsplit.FieldMetadata
Constructs field metadata for reading or writing.
FieldMetadata.Serializer - Class in org.apache.lucene.codecs.uniformsplit
Reads/writes field metadata.
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
 
fieldMetadataWriter - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
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.DirectPostingsFormat
 
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.DirectPostingsFormat
 
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.SimpleTextKnnVectorsFormat
 
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.SimpleTextKnnVectorsFormat
 
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, SegmentReadState, BlockDecoder, boolean, IndexInput, IndexInput, Collection<FieldMetadata>, FieldInfos) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsReader
 
fillFieldMap(PostingsReaderBase, SegmentReadState, BlockDecoder, boolean, IndexInput, IndexInput, Collection<FieldMetadata>, FieldInfos) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
finish() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsWriter
 
finish(int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
finish(int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
finish(long) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexWriterBase.FieldWriter
 
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
 
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
fst - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary
 
fstCompiler - 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(FST<Long>) - Constructor for class org.apache.lucene.codecs.uniformsplit.FSTDictionary
 
FSTDictionary.Browser - Class in org.apache.lucene.codecs.uniformsplit
Stateful FSTDictionary.Browser to seek a term in this FSTDictionary and get its corresponding block file pointer in the block file.
FSTDictionary.BrowserSupplier - Class in org.apache.lucene.codecs.uniformsplit
Provides stateful FSTDictionary.Browser to seek in the FSTDictionary.
FSTDictionary.Builder - Class in org.apache.lucene.codecs.uniformsplit
Builds an immutable FSTDictionary.
fstEnum - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.Browser
 
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() - Method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.BrowserSupplier
 
get(int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader
 
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
 
getByteVectorValues(String) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsReader
 
getChildResources() - Method in class org.apache.lucene.codecs.blockterms.FixedGapTermsIndexReader
 
getChildResources() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
getCompoundReader(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat
 
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
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
 
getFloatVectorValues(String) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsReader
 
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
 
getMinTermLength() - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Computes the minimal length of the terms accepted by the automaton.
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
 
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
 
getTargetMaxSaturation() - Method in class org.apache.lucene.codecs.bloom.FuzzySet
 
getTerm() - Method in class org.apache.lucene.codecs.uniformsplit.TermBytes
 
getTermBytes() - Method in class org.apache.lucene.codecs.uniformsplit.BlockLine
 
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(BytesRef) - Method in class org.apache.lucene.codecs.bloom.MurmurHash64
 
hash64(byte[], int, int, int) - Static method in class org.apache.lucene.codecs.bloom.MurmurHash64
Generates a 64-bit hash from byte array of the given length and seed.
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
 
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
 
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.BrowserSupplier - Interface in org.apache.lucene.codecs.uniformsplit
Supplier for a new stateful IndexDictionary.Browser created on the immutable IndexDictionary.
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.MurmurHash64
 
INSTANCE - Static variable in class org.apache.lucene.codecs.uniformsplit.FieldMetadata.Serializer
Stateless singleton.
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, IndexDictionary.BrowserSupplier, IndexInput, PostingsReaderBase, FieldMetadata, BlockDecoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
IntersectBlockReader.AutomatonNextTermCalculator - Class in org.apache.lucene.codecs.uniformsplit
This is mostly a copy of AutomatonTermsEnum.
IntersectBlockReader.BlockIteration - Enum in org.apache.lucene.codecs.uniformsplit
Block iteration order.
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
 
isFSTOnHeap - Variable in class org.apache.lucene.codecs.uniformsplit.FSTDictionary.BrowserSupplier
 
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
 
isVisited(int) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
Indicates whether the given state has been visited.
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.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

knnVectorsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 

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).
maxDoc - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
MAYBE - Enum constant in enum org.apache.lucene.codecs.bloom.FuzzySet.ContainsResult
 
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
 
minTermLength - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
MurmurHash64 - Class in org.apache.lucene.codecs.bloom
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
MurmurHash64() - Constructor for class org.apache.lucene.codecs.bloom.MurmurHash64
 

N

NAME - Static variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitPostingsFormat
 
NAME - Static variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
newCorruptIndexException(String, Long) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
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 - Enum constant in enum org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.BlockIteration
 
nextBlock() - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Opens the next block.
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
Finds the next block line that matches (accepted by the automaton), or null when at end of block.
NO - Enum constant in enum org.apache.lucene.codecs.bloom.FuzzySet.ContainsResult
 
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
 
NUM_CONSECUTIVELY_REJECTED_TERMS_THRESHOLD - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Threshold that controls when to attempt to jump to a block away.
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.
numConsecutivelyRejectedTerms - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Counter of the number of consecutively rejected terms.
numMatchedBytes - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Number of bytes accepted by the automaton when validating the current term.
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
 
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 Lucene90BlockTreeTermsWriter, 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

pointsFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
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.blocktreeords.OrdsSegmentTermsEnum
 
postings(PostingsEnum, int) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
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.FixedGapTermsIndexReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.bloom.FuzzySet
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsReader
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
ramBytesUsed() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
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() - Method in class org.apache.lucene.codecs.uniformsplit.TermBytes
 
ramBytesUsed(TermState) - Static method in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
 
ramBytesUsed(TermState) - Static method in class org.apache.lucene.codecs.uniformsplit.RamUsageUtil
 
ramBytesUsed(BytesRef) - Static method in class org.apache.lucene.codecs.uniformsplit.RamUsageUtil
 
ramBytesUsed(BytesRefBuilder) - Static method in class org.apache.lucene.codecs.uniformsplit.RamUsageUtil
 
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
 
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(DataInput, BlockDecoder, boolean) - Static method in class org.apache.lucene.codecs.uniformsplit.FSTDictionary
Reads a FSTDictionary from the provided input.
read(DataInput, BlockHeader) - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader.Serializer
 
read(DataInput, FieldInfos, int) - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata.Serializer
 
read(Directory, String, byte[], IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoFormat
 
read(Directory, SegmentInfo, String, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosFormat
 
readBytes(DataInput, BytesRef, int, int) - 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.
readEncodedFieldsMetadata(int, DataInput, BlockDecoder, FieldInfos, FieldMetadata.Serializer, int) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
readFieldIds(DataInput, int) - 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.
readFieldsMetadata(IndexInput, BlockDecoder, FieldInfos, FieldMetadata.Serializer, int) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
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.
readFieldTermStatesMap(DataInput, DeltaBaseTermStateSerializer, BlockHeader, FieldInfos, Map<String, BlockTermState>) - 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.
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() - 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 to this reader.
readTermState(long, long, long, DataInput, FieldInfo, BlockTermState) - Method in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
Reads a BlockTermState from the provided DataInput.
readTermStateForField(int, DataInput, DeltaBaseTermStateSerializer, BlockHeader, FieldInfos, BlockTermState) - 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
 
readUnencodedFieldsMetadata(int, DataInput, FieldInfos, FieldMetadata.Serializer, int) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
reset(int, long, long, long, int, int) - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader
 
reset(int, BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.TermBytes
 
reset(Lucene99PostingsFormat.IntBlockTermState) - Method in class org.apache.lucene.codecs.uniformsplit.DeltaBaseTermStateSerializer
 
reset(TermBytes, int) - Method in class org.apache.lucene.codecs.uniformsplit.BlockLine
Resets this BlockLine to reuse it when reading.
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
 
runAutomaton - Variable 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
 
scratchBlockLine - 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
 
search(String, byte[], KnnCollector, Bits) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsReader
 
search(String, float[], KnnCollector, Bits) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsReader
 
seek(long) - Method in class org.apache.lucene.codecs.blockterms.TermsIndexReaderBase.FieldIndexEnum
Only implemented if TermsIndexReaderBase.supportsOrd() returns true.
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
SEEK - Enum constant in enum org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.BlockIteration
 
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
 
seekExact(long) - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
seekExact(long) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Not supported.
seekExact(long) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
seekExact(long) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingBlockReader
 
seekExact(BytesRef) - Method in class org.apache.lucene.codecs.blocktreeords.OrdsSegmentTermsEnum
 
seekExact(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
seekExact(BytesRef) - 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.blocktreeords.OrdsSegmentTermsEnum
 
seekExact(BytesRef, TermState) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Positions this BlockReader without re-seeking the term dictionary.
seekExact(BytesRef, TermState) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
seekExact(BytesRef, TermState) - Method in class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingBlockReader
 
seekFieldsMetadata(IndexInput) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
Positions the given IndexInput at the beginning of the fields metadata.
seekFirstBlock() - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
 
seekInBlock(BytesRef) - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
Seeks to the provided term in this block.
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.
seekTerm - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Set this when our current mode is seeking to this term.
segmentInfoFormat() - Method in class org.apache.lucene.codecs.simpletext.SimpleTextCodec
 
serialize(DataOutput) - Method in class org.apache.lucene.codecs.bloom.FuzzySet
Serializes the data set to file using the following format: FuzzySet -->hashCount,BloomSize, NumBitSetWords,BitSetWordNumBitSetWords hashCount --> Uint32 The number of hash functions (k).
Serializer() - Constructor for class org.apache.lucene.codecs.uniformsplit.BlockHeader.Serializer
 
Serializer() - Constructor for class org.apache.lucene.codecs.uniformsplit.BlockLine.Serializer
 
Serializer() - Constructor for class org.apache.lucene.codecs.uniformsplit.FieldMetadata.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.
setVisited(int) - Method in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.AutomatonNextTermCalculator
Records the given state has been visited.
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
 
SimpleTextKnnVectorsFormat - Class in org.apache.lucene.codecs.simpletext
For debugging, curiosity, transparency only!! Do not use this codec in production.
SimpleTextKnnVectorsFormat() - Constructor for class org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsFormat
 
SimpleTextKnnVectorsReader - Class in org.apache.lucene.codecs.simpletext
Reads vector values from a simple text format.
SimpleTextKnnVectorsWriter - Class in org.apache.lucene.codecs.simpletext
Writes vector-valued fields in a plain text format
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.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
 
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
 
startTerm(BytesRef, int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter
 
state - Variable in class org.apache.lucene.codecs.uniformsplit.sharedterms.FieldMetadataTermState
 
states - Variable in class org.apache.lucene.codecs.uniformsplit.IntersectBlockReader
Automaton states reached when validating the current term, from 0 to IntersectBlockReader.numMatchedBytes - 1.
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(IndexDictionary.BrowserSupplier, 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" TermsEnum response to STUniformSplitTerms.intersect(CompiledAutomaton, BytesRef), intersecting the terms with an automaton.
STIntersectBlockReader(CompiledAutomaton, BytesRef, IndexDictionary.BrowserSupplier, IndexInput, PostingsReaderBase, FieldMetadata, BlockDecoder, FieldInfos) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STIntersectBlockReader
 
STMergingBlockReader - Class in org.apache.lucene.codecs.uniformsplit.sharedterms
TermsEnum used when merging segments, to enumerate the terms of an input segment and get all the fields TermStates of each term.
STMergingBlockReader(IndexDictionary.BrowserSupplier, IndexInput, PostingsReaderBase, FieldMetadata, BlockDecoder, FieldInfos) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingBlockReader
 
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
Creates a STUniformSplitPostingsFormat with default settings.
STUniformSplitPostingsFormat(int, int, BlockEncoder, BlockDecoder, boolean) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitPostingsFormat
 
STUniformSplitPostingsFormat(String, int, int, BlockEncoder, BlockDecoder, boolean) - 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, IndexDictionary.BrowserSupplier) - 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, boolean) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsReader
 
STUniformSplitTermsReader(PostingsReaderBase, SegmentReadState, BlockDecoder, boolean, FieldMetadata.Serializer, 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, int, int, BlockEncoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter
 
STUniformSplitTermsWriter(PostingsWriterBase, SegmentWriteState, int, int, BlockEncoder, FieldMetadata.Serializer, String, int, String, String) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter
 
STUniformSplitTermsWriter(PostingsWriterBase, SegmentWriteState, BlockEncoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitTermsWriter
 
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 - Variable in class org.apache.lucene.codecs.uniformsplit.TermBytes
 
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
 
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
 
Term Dictionary - Search tag in class org.apache.lucene.codecs.memory.FSTTermsWriter
Section
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.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 - 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.blocktreeords.OrdsSegmentTermsEnum
 
termState() - Method in class org.apache.lucene.codecs.uniformsplit.BlockReader
 
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.MurmurHash64
 
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
 
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
Creates a UniformSplitPostingsFormat with default settings.
UniformSplitPostingsFormat(int, int, BlockEncoder, BlockDecoder, boolean) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
UniformSplitPostingsFormat(String, int, int, BlockEncoder, BlockDecoder, boolean) - 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, FieldMetadata, PostingsReaderBase, BlockDecoder, IndexDictionary.BrowserSupplier) - 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, boolean) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
UniformSplitTermsReader(PostingsReaderBase, SegmentReadState, BlockDecoder, boolean, FieldMetadata.Serializer, 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, int, int, BlockEncoder) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
UniformSplitTermsWriter(PostingsWriterBase, SegmentWriteState, int, int, BlockEncoder, FieldMetadata.Serializer, String, int, String, String) - Constructor for class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
UniformSplitTermsWriter(PostingsWriterBase, SegmentWriteState, BlockEncoder) - 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.
valueOf(String) - Static method in enum org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.BlockIteration
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.
values() - Static method in enum org.apache.lucene.codecs.uniformsplit.IntersectBlockReader.BlockIteration
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.
vectorEncoding(String) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosFormat
 
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 - Variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsReader
 
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.uniformsplit.sharedterms.STUniformSplitPostingsFormat
 
VERSION_CURRENT - Static variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
VERSION_ENCODABLE_FIELDS_METADATA - Static variable in class org.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
 
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.uniformsplit.UniformSplitPostingsFormat
 
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.FSTTermsWriter
 
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
 
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(DataOutput, BlockHeader) - Method in class org.apache.lucene.codecs.uniformsplit.BlockHeader.Serializer
 
write(DataOutput, FieldMetadata) - Method in class org.apache.lucene.codecs.uniformsplit.FieldMetadata.Serializer
 
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.SimpleTextCompoundFormat
 
write(Directory, SegmentInfo, IOContext) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextSegmentInfoFormat
 
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.
writeEncodedFieldsMetadata(ByteBuffersDataOutput) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
writeField(FieldInfo, double) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
writeField(FieldInfo, float) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
writeField(FieldInfo, int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
writeField(FieldInfo, long) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
writeField(FieldInfo, String) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextStoredFieldsWriter
 
writeField(FieldInfo, ByteVectorValues, int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsWriter
 
writeField(FieldInfo, FloatVectorValues, int) - Method in class org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsWriter
 
writeField(FieldInfo, BytesRef) - 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) - Method in class org.apache.lucene.codecs.uniformsplit.BlockLine.Serializer
 
writeLine(DataOutput, BlockLine, BlockLine, int, boolean) - 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) - 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) - 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.
writeUnencodedFieldsMetadata(ByteBuffersDataOutput) - Method in class org.apache.lucene.codecs.uniformsplit.UniformSplitTermsWriter
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values