changing int to long - does it definitely require a reindex?

2013-09-13 Thread Ty
ex? What would happen if I simply changed the data type without re-indexing old documents? Thanks, Ty

using HTTP caching with shards in Solr 4.3

2013-05-29 Thread 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

Re: Dismax and Grouping query

2007-09-30 Thread Ty Hahn
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

Dismax and Grouping query

2007-09-28 Thread Ty Hahn
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