Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by DanHeverly: http://wiki.apache.org/solr/SolJSON ------------------------------------------------------------------------------ var first = rsp.response.docs[0]; html += "<br>product name="+ first.name; var hl=rsp.highlighting[first.id]; - if (hl.name != null) { html += "<br>name highligted: " + hl.name[0]; } + if (hl.name != null) { html += "<br>name highlighted: " + hl.name[0]; } if (hl.features != null) { html += "<br>features highligted: " + hl.features[0]; } document.getElementById("result").innerHTML = html; } </script> </head> + <body> <form name="f1" onsubmit='xmlhttpPost("/solr/select"); return false;'> <p>query: <input name="query" type="text">
