ex?
What would happen if I simply changed the data type without re-indexing
old documents?
Thanks,
Ty
ends POST
requests to the Solr instances referenced in "shards". Since POST requests
cannot generate a 304, I seem to be unable to use HTTP caching with shards.
Is there a way to make the original Solr instance query the shards with a
GET method? Or some other way I can leverage HTTP caching when using
shards?
Thanks,
Ty
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
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