Yeah, this stuff is poorly documented, not very intuitive, and the
terminology is poorly designed in the first place, so it's completely
expected to easily get confused by it. Not even a mention of it in the Solr
reference guide.
-- Jack Krupansky
On Wed, Nov 25, 2015 at 4:39 AM, Alessandro Bened
Hi Shawn,
thank you very much!
I was thinking the debug "parsed query" was showing the "post parsing, pre
analysis" queries.
But actually it shows the post analysis.
Cheers
On 24 November 2015 at 17:49, Shawn Heisey wrote:
> On 11/24/2015 9:31 AM, Alessandro Benedetti wrote:
> > I was wonderin
On 11/24/2015 9:31 AM, Alessandro Benedetti wrote:
> I was wondering how can I escape the '*' character to explicitly look for
> it instead of using it as a wildcard.
> *rawquerystring*": "a\\*b",
> "*querystring*": "a\\*b",
> "*parsedquery*": "BoostedQuery(boost(+((area:a area:b) |
> ((country
Hi guys,
I was wondering how can I escape the '*' character to explicitly look for
it instead of using it as a wildcard.
I was trying escaping :
*Edismax*
*q*= a\*b
which resulted in :
*rawquerystring*": "a\\*b",
"*querystring*": "a\\*b",
"*parsedquery*": "BoostedQuery(boost(+((area:a area:b)