package
0.0.0-20240905174813-5b86810c7bc7
Repository: https://github.com/geange/lucene-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewFlushInfo Creates a new FlushInfo instance from the values required for a CONTEXT_FLUSH IOContext context.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SegmentFileName Returns a file name that includes the given segment name, your own custom name and extension.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BufferedChecksumIndexInput Simple implementation of ChecksumIndexInput that wraps another input and delegates calls.
No description provided by the author
No description provided by the author
BytesInput DataInput backed by a byte array.
BytesOutput DataOutput backed by a byte array.
No description provided by the author
A FlushInfo provides information required for a CONTEXT_FLUSH context.
No description provided by the author
No description provided by the author
InputStream A DataInput wrapping a plain InputStream.
IOContext holds additional details on the merge/search context.
A MergeInfo provides information required for a CONTEXT_MERGE context.
No description provided by the author
NIOFSDirectory An FSDirectory implementation that uses java.nio's FileChannel's positional read, which allows multiple threads to read from the same file without synchronizing.
No description provided by the author
No description provided by the author
NoLockFactory Use this LockFactory to disable locking entirely.
OutputStream Implementation class for buffered IndexOutput that writes to an OutputStream.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SimpleFSLockFactory Implements LockFactory using Files.createFile.
No description provided by the author
SingleInstanceLockFactory Implements LockFactory for a single in-process instance, meaning all locking will take place through this one instance.
No description provided by the author
# Interfaces
ChecksumIndexInput Extension of IndexInput, computing checksum as it goes.
No description provided by the author
DataInput Abstract base class for performing read operations of Lucene's low-level data types.
DataOutput Abstract base class for performing write operations of Lucene's low-level data types.
A Directory provides an abstraction layer for storing a list of files.
No description provided by the author
No description provided by the author
FSLockFactory Base class for file system based locking implementation.
No description provided by the author
No description provided by the author
IndexInput Abstract base class for input from a file in a Directory.
No description provided by the author
IndexOutput A DataOutput for appending data to a file in a Directory.
Lock An interprocess mutex lock.
LockFactory Base class for Locking implementation.
RandomAccessInput Random Access Index API.
# Type aliases
ContextType is a enumerator which specifies the context in which the Directory is being used for.
No description provided by the author