-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup required before starting indexing. #1107
Comments
What java version are you using? |
@lintool thanks for quick reply.
Looks like I've progressed a bit on this. I'm sorry for my confusion. But still I'm getting following in the output file.
Earlier when I reported this issue, I did not clone the repository, I was just running |
When I deleted previously created target folder and ran `mvn clean package appassembler:assemble ` My build failed and I got following :
|
Your build is failing:
Scroll up further up in your Maven output to see why? |
@lintool The part above
I see that none of the test have any failures. The part before those tests contain following warnings :
I do not see any log mentioning cause of failure of the build. I can not understand the following mentioned when
|
I think the build is failed because of I think that this is because of environment variable JAVA_HOME is not set. Can you tell me the value to which I should set this environment variable? |
What's the error associated with |
@lintool following is the error |
Yes, you should set your |
Having heard no follow up, closing issue. Reopen if necessary. |
I'm new to this project and I want to build index on MS-MARCO documents dataset, for document ranking task.
The readme mentions using following command to start indexing.
I don't know much about this script. I ran the same command and got the following in one newly created file named
log.msmarco-doc.pos+docvectors+rawdocs
:What I understood from reading this is, there was something missing like appassembler. I used following command
This got me following :
I don't know what that is, and now I do not know any solution to this. Can anyone provide steps that need to follow for building an inverted index?
Also I'd like to know if there are any prebuilt indexes on MS-MARCO document ranking dataset. I saw one index for passage ranking dataset. If there are any index already built on MS-MARCO document ranking dataset, please mention its source. Thanks in advance.
The text was updated successfully, but these errors were encountered: