commit | b3b43183997bab51eed9bb215c673430139949d2 | [log] [tgz] |
---|---|---|
author | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Tue May 03 05:54:04 2011 +0000 |
committer | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Tue May 03 05:54:04 2011 +0000 |
tree | 2c096f5e34a4b8cf9d739a49a93a0c90a3b713b2 | |
parent | 00d9db1cde7802ba60b5889890d62f49e1b8d412 [diff] [blame] |
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>