First working version of inverted index search.

git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_indexes@429 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-storage-am-invertedindex/pom.xml b/hyracks-storage-am-invertedindex/pom.xml
index 9a464bf..6e70ad4 100644
--- a/hyracks-storage-am-invertedindex/pom.xml
+++ b/hyracks-storage-am-invertedindex/pom.xml
@@ -62,7 +62,7 @@
   	<dependency>
   		<groupId>edu.uci.ics.fuzzyjoin</groupId>
   		<artifactId>fuzzyjoin-core</artifactId>
-  		<version>0.0.2-SNAPSHOT</version>
+  		<version>0.0.3-SNAPSHOT</version>
   		<type>jar</type>
   		<scope>compile</scope>
   	</dependency>