Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
org.apache.lucene.store |
Misc Directory implementations.
|
Modifier and Type | Method and Description |
---|---|
static long |
CodecUtil.checkFooter(ChecksumIndexInput in)
Validates the codec footer previously written by
CodecUtil.writeFooter(org.apache.lucene.store.IndexOutput) . |
Modifier and Type | Class and Description |
---|---|
class |
BufferedChecksumIndexInput
Simple implementation of
ChecksumIndexInput that wraps
another input and delegates calls. |
Modifier and Type | Method and Description |
---|---|
ChecksumIndexInput |
Directory.openChecksumInput(String name,
IOContext context)
Returns a stream reading an existing file, computing checksum as it reads
|
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.