Facet count problem : Multi-Select Faceting After grouping results

2011-09-20 Thread Ramzi Alqrainy
^10+cat_en^10++review^20&hl.fl=review&json.nl=map&wt=json&defType=edismax&rows=10&spellcheck.accuracy=0.6&start=0&q=smart&group.truncate=true&group=true&indent=on Please Advise, -- View this message in context: http://lucene.472066.n3.nabble.com/Facet-count-problem-Multi-Select-Faceting-After-grouping-results-tp3346267p3346267.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Facet count problem

2010-04-19 Thread Marco Martinez
Hi Ranveer, The error in the count of the facets its caused by the tokenized field that you are using, if you want to do facets for the whole string, use a fieldType that doesn't strip the the field in tokens like the string field. Regards, Marco Martínez Bautista http://www.paradigmatecnologico

Re: Facet count problem

2010-04-18 Thread Ranveer Kumar
Hi Erick, My schema configuration is following. On Mon, Apr 19, 20

Re: Facet count problem

2010-04-18 Thread Erick Erickson
Can we see the actual field definitions from your schema file. Ahmet's question is vital and is best answered if you'll copy/paste the relevant configuration entries But based on what you *have* posted, I'd guess you're trying to facet on tokenized fields, which is not recommended. You might t

Re: Facet count problem

2010-04-18 Thread Ranveer Kumar
I am.using text for type, which is static. For example: type is a field and I am using type for categorization. For news type I am using news and for blog using blog.. type is a text field. On Apr 17, 2010 8:38 PM, "Ahmet Arslan" wrote: > I am facing problem to get facet result count. I must be

Re: Facet count problem

2010-04-17 Thread Ahmet Arslan
> I am facing problem to get facet result count. I must be > wrong somewhere. > I am getting proper result count when searching by single > word, but when > searching by string then result count become wrong. > > for example : - > search keyword : Bagdad bomb blast. > I am getting 5 result count f

Facet count problem

2010-04-17 Thread Ranveer Kumar
Hi, I am facing problem to get facet result count. I must be wrong somewhere. I am getting proper result count when searching by single word, but when searching by string then result count become wrong. for example : - search keyword : Bagdad bomb blast. I am getting 5 result count for facet coun