Package | Description |
---|---|
org.sindice.siren.index |
Abstraction over the encoding and decoding of the node-based inverted index
data structure.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstrainedNodesEnum
Abstraction of a
DocsNodesAndPositionsEnum that filters nodes that
do not satisfy some constraints. |
class |
DocsNodesAndPositionsEnum
Iterates through documents, node frequencies, nodes, term frequencies and
positions.
|
class |
IntervalConstrainedNodesEnum
Implementation of
ConstrainedNodesEnum to apply a level constraint
and a stack of interval constraints over the retrieved node labels. |
class |
LevelConstrainedNodesEnum
Implementation of
ConstrainedNodesEnum to apply a level constraint
over the retrieved node labels. |
class |
MappingMultiDocsNodesAndPositionsEnum
Exposes SIREn API, merged from SIREn API of sub-segments, remapping docIDs
(this is used for segment merging).
|
class |
MultiDocsNodesAndPositionsEnum
Exposes SIREn API, merged from SIREn API of sub-segments.
|
class |
SingleIntervalConstrainedNodesEnum
Implementation of
ConstrainedNodesEnum to apply a level constraint
and an interval constraint over the retrieved node labels. |
Copyright © 2014. All rights reserved.