You could use facet.mincount parameter. default value is 0, setting it as N
would require a minimum appearance on the result Set
Iker
2014-04-29 4:56 GMT+02:00 atuldj.jadhav :
> Yes, but with my query *country:"USA" * it is returning me languages
> belonging to countries other than USA.
>
> Is
is, except for
> special circumstances where one of the cores is guaranteed to
> be read only, a Bad Thing.
>
> So it sounds like you've found your issue...
>
> Best
> Erick
>
> On Mon, May 6, 2013 at 4:44 AM, Iker Mtnz. Apellaniz
> wrote:
> > Thanks Eri
> Best
> Erick
>
> On Fri, May 3, 2013 at 3:44 PM, Iker Mtnz. Apellaniz
> wrote:
> > We are currently using version 4.2.
> > We have made tests with a single document and it gives us a 2 document
> > count. But if we force to shard into te first machine, the
shards
> somehow...
>
> Best
> Erick
>
> On Fri, May 3, 2013 at 5:28 AM, Iker Mtnz. Apellaniz
> wrote:
> > Hi,
> > We have currently a solrCloud implementation running 5 shards in 3
> > physical machines, so the first machine will have the shard number
Hi,
We have currently a solrCloud implementation running 5 shards in 3
physical machines, so the first machine will have the shard number 1, the
second machine shards 2 & 4, and the third shards 3 & 5. We noticed that
while queryng numFoundDocs decreased when we increased the start param.
After