This question already has answers here:...
I am working to get response from SOLR using jquery. When I use the below code I got the error saying Typeerror:data is null When looked at the code in firebug, data in on_data function is null. I think I am missing something in the Solr URL.The UR...
I wonder if there's any javascript framework (client-side stuff) to manage search results UI in a facet-based way (with facet generation, counting for items matching that facet..). In other words, something like Ajax Solr (the old SolrJS), but...
currently my result of solr is { "responseHeader":{ "status":0, "QTime":0, "params":{ "indent":"on", "start":"0", "q":"deepak\r\n", "wt":&...
Problem: I have a Solr 4.5.0 intance that lives on a private server not directy accessible to the public, 12.34.56.789:8983/solr/collection1/select?q=*%3A*&wt=json&indent=true I am leveraging JavaScript framework AJAX Solr to present th...
I'm working in Node.js Project and I want node to act as a proxy for solr For proxy: I used Node-http-proxy. the problem is that proxy work excellent in case of get requests but in case of post requests it results in socket hang up exception H...
I cannot seem to get this to work, I have heard rumours that you actually need a jsonp object. Does anybody have a code snippet for reading a JSON feed from Solr on a remote server?...
I am getting a bunch of date ranges from a Solr index, which comes to me in this format: [ "[2016-11-02 TO 2016-11-02]", "[2016-11-16 TO 2016-11-16]", "[2016-11-05 TO 2016-11-08]", "[2016-11-09 TO 2016-11-09]"...
i followed the ajax solr tutorial, and in step one i wrote this code. header.php: <script type="text/javascript" src="static/js/ajax-solr/core/Core.js"></script> <script type="text/javascript" src="static/...
I am using Solr's JSON output for AJAX example as a basis for my project. However I have modified things by adding a drop-down menu in the form and added faceting to the params. Params: function getstandardargs() { var params = [ ...
©2020 All rights reserved.