I don't follow what the "f" parameter is. Do you have a link where I can read more about it? I found this https://wiki.apache.org/solr/HighlightingParameters and https://wiki.apache.org/solr/SimpleFacetParameters but i"m not sure this is what you mean (I'm not doing highlighting for faceting).
Thanks Steve On Thu, Apr 16, 2015 at 11:54 AM, Shawn Heisey <apa...@elyograg.org> wrote: > On 4/16/2015 9:37 AM, Steven White wrote: > > What is "term" in the "defType=term", do you mean the raw word "term" or > > something else? Because I tried that too in two different ways: > > Oops. I forgot that the term query parser (that's what "term" means -- > the name of the query parser) requires that you specify the field you > are searching on, so that would be incomplete. Try also setting the "f" > parameter to the field that you want to search. I will not be surprised > if that doesn't work, though. > > Thanks, > Shawn > >