On 10/30/2013 1:55 PM, Reyes, Mark wrote:
solr.log file per Solr 4.5
http://pastebin.com/zSpERJZA
Your queries all look like the following, with different numbers for the
parameters json.wrf and _ (underscore) that I've never seen before, and
I assume Solr just ignores.
{json.wrf=jQuery171015135826403275132_1383154109139&q=*:*&_=1383154109332&wt=json}
Those query parameters include q=*:*, so Solr is returning what it was
asked for. You'll need to figure out why your ajax code is not sending
q=doctorate or q=programs instead.
Thanks,
Shawn