Re: Problem with faceting

2015-02-09 Thread david . davila
sunto: Re: Problem with faceting You might try sending the request to each individual shard with &distrib=false appended to see if you somehow indexed the same docs to each shard individually, although that doesn't really make sense given the fact that numFound is 2. Best, Erick On Fr

Re: Problem with faceting

2015-02-08 Thread Erick Erickson
> class="solr.PatternTokenizerFactory" pattern="#"/> >> >> > >> >> As you can see we store all the ID split with a #. Normally this have >

Re: Problem with faceting

2015-02-06 Thread Alvaro Cabrerizo
worked fine, and I think that the problem has nothing to do with the > definition. > Besides, I have seen that when the correct value in the facet field would > be 2, Solr shows 4, and when it would be 1 it shows 2. In conclusion, for > some reason values are being duplicated. Why? I hav

Re: Problem with faceting

2015-02-06 Thread david . davila
Hi Alvaro, this is the definition: Para: "solr-user@lucene.apache.org" , Fecha: 06/02/2015 12:34 Asunto: Re: Problem with face

Re: Problem with faceting

2015-02-06 Thread Alvaro Cabrerizo
Hi David, Yes it sounds weird. Just for testing purpose, It would be nice to have the ID_bent fieldtype definition. Regards. On Fri, Feb 6, 2015 at 9:05 AM, wrote: > Hello, > > we have been using faceting for a long time, but now I have discovered a > problem that I can't understand: > > the

Problem with faceting

2015-02-06 Thread david . davila
Hello, we have been using faceting for a long time, but now I have discovered a problem that I can't understand: the issue is that in a query with 2 results, in some facet values Solr is answering that there are 4 results. But faceting only applies over the result documents, therefore I think

Re: Problem with faceting on a boolean field

2012-04-17 Thread Yonik Seeley
On Tue, Apr 17, 2012 at 2:22 PM, Kissue Kissue wrote: > Hi, > > I am faceting on a boolean field called "usedItem". There are a total of > 607601 items in the index and they all have value for "usedItem" set to > false. > > However when i do a search for *:* and faceting on "usedItem", the num > f