See: Description
Interface | Description |
---|---|
DocsAndNodesIterator |
Interface that defines methods to iterate over a set of increasing
doc identifiers and node labels.
|
PositionsIterator |
This interface defines methods to iterate over a set of increasing
positions.
|
Class | Description |
---|---|
ConstrainedNodesEnum |
Abstraction of a
DocsNodesAndPositionsEnum that filters nodes that
do not satisfy some constraints. |
DocsNodesAndPositionsEnum |
Iterates through documents, node frequencies, nodes, term frequencies and
positions.
|
IntervalConstrainedNodesEnum |
Implementation of
ConstrainedNodesEnum to apply a level constraint
and a stack of interval constraints over the retrieved node labels. |
LevelConstrainedNodesEnum |
Implementation of
ConstrainedNodesEnum to apply a level constraint
over the retrieved node labels. |
MappingMultiDocsNodesAndPositionsEnum |
Exposes SIREn API, merged from SIREn API of sub-segments, remapping docIDs
(this is used for segment merging).
|
MultiDocsNodesAndPositionsEnum |
Exposes SIREn API, merged from SIREn API of sub-segments.
|
SingleIntervalConstrainedNodesEnum |
Implementation of
ConstrainedNodesEnum to apply a level constraint
and an interval constraint over the retrieved node labels. |
SirenDocsEnum |
This
DocsAndPositionsEnum extension acts as a decorator over a
DocsNodesAndPositionsEnum . |
org.apache.lucene.index
package
documentation.
DocsNodesAndPositionsEnum
to iterates over
the list of document identifiers, node frequencies, node labels, term
frequencies and term positions for a term.
It also provides a number of extensions that are used:
The SIREn's index API is composed of two sub-packages:
org.sindice.siren.index.codecs.block
defines the abstract
API for encoding and decoding block-based posting formats.
org.sindice.siren.index.codecs.siren10
contains the
implementation of the SIREn block-based posting format.
Copyright © 2014. All rights reserved.