From 6abe4178a6ad1c0dad205a0f791f6d44124c1e49 Mon Sep 17 00:00:00 2001 From: powturbo Date: Thu, 11 Jun 2015 22:15:47 +0200 Subject: [PATCH] Inverted Index: Partioning/Sharding App --- idxseg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idxseg.c b/idxseg.c index 17ba432..f83d350 100644 --- a/idxseg.c +++ b/idxseg.c @@ -21,7 +21,7 @@ - twitter : https://twitter.com/powturbo - email : powturbo [_AT_] gmail [_DOT_] com **/ -// idxseg.c - Inverted Index - Create partitions from DocId file for prallel query evaluation +// idxseg.c - Inverted Index - Create partitions from DocId file for prallel query evaluation #define _LARGEFILE64_SOURCE 1 #define _FILE_OFFSET_BITS 64 #include