On 10/30/2013 1:26 PM, Reyes, Mark wrote:
I am currently integrating JavaScript framework AJAX Solr to my domain. I am
trying to query words such as 'doctorate' or 'programs' but the console is
reporting '*:*' only the default wildcard.
Just curious if anyone has any helpful hints? The problem can be seen in detail
on Stackoverflow,
http://stackoverflow.com/questions/19691535/ajax-solr-returning-the-default-wildcard-and-not-what-i-query
We would have to know what Solr is actually receiving from your app. The
Solr log should have an entry for every query you do, and it includes
all of the parameters for that quey. This is *not* the Logging tab in
the admin UI, but the actual logfile. On Solr 4.3 and later with the
example logging setup, this is typically $CWD/logs/solr.log.
Thanks,
Shawn