FYI: I've committed the rest of the work I was doing on trunk in this area.
On Aug 2, 2012, at 4:42 PM, Timothy Potter wrote:
> Yes, I can but won't get to it today unfortunately. I had my eval
> environment running on some very expensive EC2 instances and shut it
> down for the time being until
Yes, I can but won't get to it today unfortunately. I had my eval
environment running on some very expensive EC2 instances and shut it
down for the time being until I can focus on it again. Will try to get
back to this either tomorrow or over the weekend. Sorry for the delay.
Tim
On Thu, Aug 2, 2
Can you do me a favor and try not using the batch add for a run?
Just do the add one doc at a time. (solrServer.add(doc) rather than
solrServer.add(collection))
I just fixed one issue with it this morning on trunk - it may be the cause of
this oddity.
I'm also working on some performance issue
Sorry, I didn't answer your other questions about shards being
in-sync. Yes - all are green and happy according to the Cloud admin
panel.
Tim
On Thu, Aug 2, 2012 at 12:16 PM, Timothy Potter wrote:
> Thanks Mark.
>
> I'm actually using SolrJ 3.4.0, so using CommonsHttpSolrServer:
>
> Collection b
Thanks Mark.
I'm actually using SolrJ 3.4.0, so using CommonsHttpSolrServer:
Collection batch = ...
... build up batch ...
solrServer.add( batch );
Basically, I have a custom Pig StoreFunc that sends docs to Solr from
our Hadoop analytics nodes. The reason I'm not using SolrJ 4.0.0-ALPHA
is that
On Aug 2, 2012, at 11:08 AM, Timothy Potter wrote:
> Just starting to get into SolrCloud using 4.0.0-ALPHA and am very
> impressed so far ...
>
> I have a 12-shard index with ~104M docs with each shard having
> 1-replica (so 24 Solr servers running)
>
> Using the Query form on the Admin panel,
Just starting to get into SolrCloud using 4.0.0-ALPHA and am very
impressed so far ...
I have a 12-shard index with ~104M docs with each shard having
1-replica (so 24 Solr servers running)
Using the Query form on the Admin panel, I issue the MatchAllDocsQuery
(*:*) and each time I send the reques