Class LuceneForwardIndexBuilder<C>

java.lang.Object
es.uam.eps.ir.relison.content.index.AbstractIndexBuilder<C>
es.uam.eps.ir.relison.content.index.lucene.LuceneBuilder<C>
es.uam.eps.ir.relison.content.index.lucene.LuceneForwardIndexBuilder<C>
Type Parameters:
C - Type of the contents.
All Implemented Interfaces:
IndexBuilder<C>

public class LuceneForwardIndexBuilder<C>
extends LuceneBuilder<C>
Lucene implementation of a builder for a forward index.