Package it.unipd.dei.ims.circo.indexing

Provides interfaces and implementations for indexing collections of documents.

See:
          Description

Interface Summary
DocumentEmitter<D> Parses a collection of Stream object serialized to XML and emits the contained document objects used by an information retrieval system.
StreamEmitter<T,D> Supports an information retrieval systems in emitting Stream objects during the indexing process.
 

Class Summary
AbstractDocumentEmitter<D> Provides an abstract class for the implementation of the DocumentEmitter interface.
AbstractStreamEmitter<T,D> Provides an abstract class for the implementation of the StreamEmitter interface.
BaseDocumentEmitter<D> Provides a base for the implementation of the DocumentEmitter interface.
BaseStreamEmitter<T,D> Provides a base for the implementation of the StreamEmitter interface.
CircoDocumentEmitter<D> Provides an implementation for the DocumentEmitter interface.
CircoStreamEmitter<T,D> Provides an implementation for the StreamEmitter interface.
MultipleStreamEmitter<T,D> Contains multiple StreamEmitter objects and operates all of them at once.
 

Package it.unipd.dei.ims.circo.indexing Description

Provides interfaces and implementations for indexing collections of documents.

Since:
0.1
Version:
0.1
Author:
Nicola Ferro

Copyright © 2008-2009 Information Management Systems (IMS) research group,
Department of Information Engineering, University of Padua, Italy.