-
Notifications
You must be signed in to change notification settings - Fork 7
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
can not search the layer #147
Comments
I see Solr is running but nothing was added to its database. |
Can you try to see what happens if you run this query in Solr: http://youserver/solr/hypermap/select?indent=on&q=title:sea&wt=json It should return all the documents which contains "sea" in the title field. |
This is the result in http://172.20.10.14:8983/solr/hypermap/select?indent=on&q=title:sea&wt=json , but it is empty in the searth table. |
This is weird. It would be useful to debug the request being sent to Solr using Firefox or Chrome developer toolbar. Can you do it? |
There are some layers in hhypermap, but I can not search them in worldmap.
(worldmap:172.20.10.12,hhypermap:172.20.10.14)
The text was updated successfully, but these errors were encountered: