Hey,
I have a solr cloud setup with 2 shards. I am trying to use solr's field
grouping feature
My query looks like q=*:*&fq=field:value&group=true&group.field=otherValue
The *ordering* of the groups *differs based on which shard the query is
fired from* and it seems that docs located in that sam
Hi,
I am running solr cloud with 10 shards. I do a batch indexing once everyday
and once indexing is done I call optimize.
I see that optimize happens on each shard one at a time and not in
parallel. Is it possible for the optimize to happen in parallel? Each shard
is on a separate box.
Thanks
S
ik
> http://lucidworks.com
>
>
>
>
> On Tue, Sep 17, 2013 at 12:56 PM, Sesha Sendhil Subramanian
> wrote:
> > curl http://localhost:8983/solr/search/update -H
> > 'Content-type:application/json' -d '
> > [
> > {
> > "
Hi,
I am using solr 4.4 with 2 shards and 2 collections per shard, search and
meta.
I started the shards specifying numShards and have checked that the router
used is the compositeId router.
Distributed indexing is done based on ids sharing the same domain/prefix,
i.e. 'customerB!' form and th
3 at 8:24 PM, Yonik Seeley wrote:
> On Tue, Sep 17, 2013 at 10:47 AM, Sesha Sendhil Subramanian
> wrote:
> > I am using solr 4.4 in solr cloud configuration. When i try to 'set' a
> > field in a document using the update request handler, I get a 'missing
> >
Hi,
I am using solr 4.4 in solr cloud configuration. When i try to 'set' a
field in a document using the update request handler, I get a 'missing
required field' error. However, when I send this query to the specific
shard containing the document, the update succeeds.
Is this a bug in solr 4.4 or