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 |
FixedIntBlockIndexInput
Abstract base class that reads fixed-size blocks of ints
from an IndexInput.
|
class |
VariableIntBlockIndexInput
Abstract base class that reads variable-size blocks of ints
from an IndexInput.
|
Modifier and Type | Method and Description |
---|---|
IntIndexInput |
MockVariableIntBlockPostingsFormat.MockIntFactory.openInput(Directory dir,
String fileName,
IOContext context) |
IntIndexInput |
MockFixedIntBlockPostingsFormat.MockIntFactory.openInput(Directory dir,
String fileName,
IOContext context) |
Modifier and Type | Class and Description |
---|---|
class |
MockSingleIntIndexInput
Reads IndexInputs written with
MockSingleIntIndexOutput . |
Modifier and Type | Method and Description |
---|---|
IntIndexInput |
MockSingleIntFactory.openInput(Directory dir,
String fileName,
IOContext context) |
Modifier and Type | Method and Description |
---|---|
abstract IntIndexInput |
IntStreamFactory.openInput(Directory dir,
String fileName,
IOContext context)
Create an
IntIndexInput on the provided
fileName. |
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.