The parameters indicate a jQuery.ajax call with result type "jsonp" - a
<script> tag is inserted into the web page, where the script url contains
the actual query parameters. This should be pretty painless to debug in
Google Chrome and Safari, at least - these two browsers have pretty neat
debug/inspection capabilities.


On Wed, Oct 30, 2013 at 9:07 PM, Anshum Gupta <ans...@anshumgupta.net>wrote:

> As Shawn pointed out, seems like your client is actually sending out "*:*"
> queries all of the times.
> You perhaps have the wrong id for the search box or something that results
> in your ajax library to never actually receive the actual input value, but
> I'm just guessing.
>
>
>
> On Thu, Oct 31, 2013 at 1:25 AM, Reyes, Mark <mark.re...@bpiedu.com>
> wrote:
>
> > solr.log file per Solr 4.5
> >
> > http://pastebin.com/zSpERJZA
> >
> >
> > Thanks Shawn,
> > Mark
> >
> >
> >
> > On 10/30/13, 12:44 PM, "Shawn Heisey" <s...@elyograg.org> wrote:
> >
> > >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-defau
> > >>lt-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
> > >
> >
> >
> > IMPORTANT NOTICE: This e-mail message is intended to be received only by
> > persons entitled to receive the confidential information it may contain.
> > E-mail messages sent from Bridgepoint Education may contain information
> > that is confidential and may be legally privileged. Please do not read,
> > copy, forward or store this message unless you are an intended recipient
> of
> > it. If you received this transmission in error, please notify the sender
> by
> > reply e-mail and delete the message and any attachments.
> >
>
>
>
> --
>
> Anshum Gupta
> http://www.anshumgupta.net
>

Reply via email to