Inverted Index: Partioning/Sharding App
This commit is contained in:
4
idxseg.c
4
idxseg.c
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
Copyright (C) powturbo 2013-2017
|
Copyright (C) powturbo 2013-2018
|
||||||
GPL v2 License
|
GPL v2 License
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
@ -51,7 +51,7 @@ unsigned argtoi(char *s) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void usage() {
|
void usage() {
|
||||||
fprintf(stderr, "\nTurboPFor Copyright (c) 2013-2017 Powturbo %s\n", __DATE__);
|
fprintf(stderr, "\nTurboPFor Copyright (c) 2013-2018 Powturbo %s\n", __DATE__);
|
||||||
fprintf(stderr, "Partitioning\n");
|
fprintf(stderr, "Partitioning\n");
|
||||||
fprintf(stderr, "Usage: idxseg -nNs -sPs <docid file> <destination dir>\n");
|
fprintf(stderr, "Usage: idxseg -nNs -sPs <docid file> <destination dir>\n");
|
||||||
fprintf(stderr, "Ns=total number of documents. Ps=number of partitions\n");
|
fprintf(stderr, "Ns=total number of documents. Ps=number of partitions\n");
|
||||||
|
Reference in New Issue
Block a user