Package | Description |
---|---|
org.apache.lucene.codecs.uniformsplit |
Pluggable term index / block terms dictionary implementations.
|
org.apache.lucene.codecs.uniformsplit.sharedterms |
Pluggable term index / block terms dictionary implementations.
|
Modifier and Type | Field and Description |
---|---|
protected BlockLine.Serializer |
BlockReader.blockLineReader |
protected BlockLine.Serializer |
BlockWriter.blockLineWriter |
Modifier and Type | Method and Description |
---|---|
protected BlockLine.Serializer |
BlockReader.createBlockLineSerializer() |
protected BlockLine.Serializer |
BlockWriter.createBlockLineSerializer() |
Modifier and Type | Class and Description |
---|---|
static class |
STBlockLine.Serializer
Reads block lines encoded incrementally, with all fields corresponding
to the term of the line.
|
Modifier and Type | Method and Description |
---|---|
protected BlockLine.Serializer |
STBlockWriter.createBlockLineSerializer() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.