|
Terrier IR Platform 2.2.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.gla.terrier.structures.indexing.InvertedIndexBuilder
uk.ac.gla.terrier.structures.indexing.BlockInvertedIndexBuilder
uk.ac.gla.terrier.structures.indexing.UTFBlockInvertedIndexBuilder
public class UTFBlockInvertedIndexBuilder
Builds an inverted index using block information, where indexing lexicon is a UTFBlock lexicon. It is optional to save field information as well.
| Field Summary |
|---|
| Fields inherited from class uk.ac.gla.terrier.structures.indexing.InvertedIndexBuilder |
|---|
numberOfDocuments, numberOfPointers, numberOfTokens, numberOfUniqueTerms |
| Constructor Summary | |
|---|---|
UTFBlockInvertedIndexBuilder()
Deprecated. |
|
UTFBlockInvertedIndexBuilder(Index i)
|
|
UTFBlockInvertedIndexBuilder(java.lang.String filename)
Deprecated. |
|
UTFBlockInvertedIndexBuilder(java.lang.String path,
java.lang.String prefix)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class uk.ac.gla.terrier.structures.indexing.BlockInvertedIndexBuilder |
|---|
createInvertedIndex |
| Methods inherited from class uk.ac.gla.terrier.structures.indexing.InvertedIndexBuilder |
|---|
close, displayMemoryUsage, getLexInputStream, getLexOutputStream |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UTFBlockInvertedIndexBuilder(Index i)
public UTFBlockInvertedIndexBuilder()
public UTFBlockInvertedIndexBuilder(java.lang.String filename)
filename - the name of the inverted file
public UTFBlockInvertedIndexBuilder(java.lang.String path,
java.lang.String prefix)
|
Terrier IR Platform 2.2.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||