: Hoss:Your are right. It has a version byte written first. This can be
: used for any changes that come later..So , when we introduce any
Cool .. i just wanted to make sure the issue here was the defualt format
changing from XML to binary as part of the development cycle and not an
expected "up
Hoss:Your are right. It has a version byte written first. This can be
used for any changes that come later..So , when we introduce any
change to the format we can rely on that. If/When we upgrade the
format we must ensure that it is backward compatible .
The format can be used by SolrJ clients as
: This comment for the benefit of who is using distributed search:
: The protocol of communication has been xml for distributed search. For
: a good part of 1.3.
: It is now changed to a custom binary format (SOLR-486 ). So each shard
: participating in a distributed search must be using the same
This comment for the benefit of who is using distributed search:
The protocol of communication has been xml for distributed search. For
a good part of 1.3.
It is now changed to a custom binary format (SOLR-486 ). So each shard
participating in a distributed search must be using the same protocol.
>(the first parameter of my request wasn't 'shards', and this produced the
bug)
Wrong. The problem was that I was pointing, in the 'shards' parameter, to a
Solr 1.2 installation (which is furthermore sharing a single index with the
new Solr 1.3)
2008/5/29 Grégoire Neuville <[EMAIL PROTECTED]>:
>
Hi all,
I must now apologize ; the fault was entirely mine : I was shaping the Solr
interrogation URL the wrong way (the first parameter of my request wasn't
'shards', and this produced the bug). All is working fine now.
Thanks for your quick answers,
Grégoire.
2008/5/29 Noble Paul നോബിള് नो
hi Grégoire,
I could not find an obvious problem . This is expected if the response
is not written by BinaryResponseWriter .
Could you apply the attached patch and see if you get the same error?
. This patch is not a solution. It is just to diagnose the problem.
--Noble
On Thu, May 29, 2008 at 3
cene.apache.org
> Sent: Wednesday, May 28, 2008 6:09:08 PM
> Subject: ClassCastException trying to use distributed search
>
> Hi,
>
> I've tried several times to put solr distributed search capabilities at work
> but failed each time : the ant building of solr-1.3's
Hi,
I've tried several times to put solr distributed search capabilities at work
but failed each time : the ant building of solr-1.3's trunk doesn't bring
any errros, but after deploying the obtained war in tomcat and trying a
request on solr with the 'shards' parameter on, I keep on getting this