Thanks, Hoss.
It seems that I should think other options.
Thanks again.
On 9/29/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:
>
>
> : I've tried to use grouping query on DisMaxRequestHandler without
> success.
>
> : e.g.
> : When I send query like +(lucene solr),
> : I can see following line in
: I've tried to use grouping query on DisMaxRequestHandler without success.
: e.g.
: When I send query like +(lucene solr),
: I can see following line in the result page.
: +\(lucene solr\)
the dismax handler does not consider parens to be special characters. if
it did, it's not clear what the
Hi,
I've tried to use grouping query on DisMaxRequestHandler without success.
When I sent grouping query in Solr Admin, I could see parens of query
escaped in 'querystring' line with debugQuery On.
Is this the cause of the failure?
e.g.
When I send query like +(lucene solr),
I can see following l