|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.gla.terrier.structures.indexing.LexiconBuilder uk.ac.gla.terrier.structures.indexing.UTFLexiconBuilder
public class UTFLexiconBuilder
Builds temporary lexicons during indexing a collection and merges them when the indexing of a collection has finished.
Constructor Summary | |
---|---|
UTFLexiconBuilder()
Deprecated. |
|
UTFLexiconBuilder(Index i)
|
|
UTFLexiconBuilder(java.lang.String pathname,
java.lang.String prefix)
Creates an instance of the class, given the path to save the temporary lexicons. |
Method Summary | |
---|---|
void |
finishedDirectIndexBuild()
Processing the lexicon after finished creating the direct and document indexes. |
void |
finishedInvertedIndexBuild()
Processing the lexicon after finished creating the inverted index. |
Methods inherited from class uk.ac.gla.terrier.structures.indexing.LexiconBuilder |
---|
addDocumentTerms, addTemporaryLexicon, addTerm, createLexiconHash, createLexiconHash, createLexiconHash, createLexiconHash, createLexiconIndex, createLexiconIndex, createLexiconIndex, createLexiconIndex, flush, getFinalNumberOfTerms, main, merge |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UTFLexiconBuilder()
public UTFLexiconBuilder(java.lang.String pathname, java.lang.String prefix)
pathname
- String the path to save the temporary and final lexicons.prefix
- String the filename component of the lexiconspublic UTFLexiconBuilder(Index i)
Method Detail |
---|
public void finishedDirectIndexBuild()
finishedDirectIndexBuild
in class LexiconBuilder
public void finishedInvertedIndexBuild()
LexiconBuilder
finishedInvertedIndexBuild
in class LexiconBuilder
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |