Package org.sindice.siren.index

Abstraction over the encoding and decoding of the node-based inverted index data structure.

See: Description

Package org.sindice.siren.index Description

Abstraction over the encoding and decoding of the node-based inverted index data structure.

Introduction

This package contains the low-level API for encoding and decoding node information from the inverted index data structure. For an introduction to Lucene's index API, see the org.apache.lucene.index package documentation.

Overview of the API

This package defines the interface 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:

Copyright © 2014. All rights reserved.