Package | Description |
---|---|
org.apache.lucene.codecs.intblock |
Intblock: base support for fixed or variable length block integer encoders
|
org.apache.lucene.codecs.mockintblock |
Integer encoder implementations for testing.
|
org.apache.lucene.codecs.mocksep |
Very simple implementations of
org.apache.lucene.codecs.sep for testing. |
org.apache.lucene.codecs.sep |
Sep: base support for separate files (doc,frq,pos,skp,pyl)
|
Modifier and Type | Class and Description |
---|---|
class |
FixedIntBlockIndexOutput
Abstract base class that writes fixed-size blocks of ints
to an IndexOutput.
|
class |
VariableIntBlockIndexOutput
Abstract base class that writes variable-size blocks of ints
to an IndexOutput.
|
Modifier and Type | Method and Description |
---|---|
IntIndexOutput |
MockFixedIntBlockPostingsFormat.MockIntFactory.createOutput(Directory dir,
String fileName,
IOContext context) |
IntIndexOutput |
MockVariableIntBlockPostingsFormat.MockIntFactory.createOutput(Directory dir,
String fileName,
IOContext context) |
Modifier and Type | Class and Description |
---|---|
class |
MockSingleIntIndexOutput
Writes ints directly to the file (not in blocks) as
vInt.
|
Modifier and Type | Method and Description |
---|---|
IntIndexOutput |
MockSingleIntFactory.createOutput(Directory dir,
String fileName,
IOContext context) |
Modifier and Type | Method and Description |
---|---|
abstract IntIndexOutput |
IntStreamFactory.createOutput(Directory dir,
String fileName,
IOContext context)
Create an
IntIndexOutput on the provided
fileName. |
Copyright © 2000–2023 The Apache Software Foundation. All rights reserved.