-
Notifications
You must be signed in to change notification settings - Fork 19
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
Unable to search docs like "fq=id:23 id:02 id:03" #38
Comments
Hello. That servlet container you are using? |
Hello, I guess you forget to build and include native libraries for heliosearch. I don't know much details. Could anybody explain how to build and add 2015-01-21 14:34 GMT+03:00 argakon [email protected]:
|
I just extracted & used the java -jar start.jar command as mentioned in the doc. What else I have to do ???? |
Now error changed to |
Well I may only guess that you compiled native libs with 64 bit and 2015-01-22 11:17 GMT+03:00 Arvind [email protected]:
|
I am using heliosearch -0.8
Error Occured while running the following query:
http://localhost:8983/solr/site/elevate?&omitNorms=%22true%22&wt=json&omitHeader=true&indexed=true&enableElevation=true&forceElevation=true&qt=dismax&rows=200&q=_:_&fq=id:1%20id:125%20id:777%20id:321%20id:258
The error is: {"error":{"msg":"java.lang.UnsatisfiedLinkError: org.apache.solr.search.BitDocSetNative.setBits(JJJI)V","trace":"java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: org.apache.solr.search.BitDocSetNative.setBits(JJJI)V\n\tat org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:793)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:434)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)\n\tat
The text was updated successfully, but these errors were encountered: