|
Terrier IR Platform 1.1.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.gla.terrier.applications.TRECIndexing
public class TRECIndexing
This class creates the indices for a test collection.
| Constructor Summary | |
|---|---|
TRECIndexing()
A default constructor that initialised the data structures to use for indexing. |
|
| Method Summary | |
|---|---|
void |
createDirectFile()
Builds the direct file and lexicon. |
void |
createInvertedFile()
Building the inverted file. |
void |
index()
Calls the method index(Collection[]) of the class Indexer in order to build the data structures for a set of collections. |
static void |
main(java.lang.String[] args)
Used for testing purposes. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TRECIndexing()
| Method Detail |
|---|
public void index()
public void createInvertedFile()
public void createDirectFile()
public static void main(java.lang.String[] args)
args - the command line arguments.
|
Terrier IR Platform 1.1.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||