Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene53 for an overview
of the index format. |
org.apache.lucene.codecs.lucene54 |
Lucene 5.4 file format.
|
org.apache.lucene.codecs.lucene62 |
Components from the Lucene 6.2 index format
See
org.apache.lucene.codecs.lucene62 for an overview
of the index format. |
org.apache.lucene.codecs.perfield |
Postings format that can delegate to different formats per-field.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Codec
Encodes/decodes an inverted index segment.
|
class |
DocValuesFormat
Encodes/decodes per-document values.
|
class |
FilterCodec
A codec that forwards all its method calls to another codec.
|
class |
PostingsFormat
Encodes/decodes terms, postings, and proximity data.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene50PostingsFormat
Lucene 5.0 postings format, which encodes postings in packed integer blocks
for fast decode.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene54DocValuesFormat
Lucene 5.4 DocValues format.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene62Codec
Implements the Lucene 6.2 index format, with configurable per-field postings
and docvalues formats.
|
Modifier and Type | Class and Description |
---|---|
class |
PerFieldDocValuesFormat
Enables per field docvalues support.
|
class |
PerFieldPostingsFormat
Enables per field postings support.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedSPILoader<S extends NamedSPILoader.NamedSPI>
Helper class for loading named SPIs from classpath (e.g.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.