Re: Removing facets which frequency match the result count

2010-01-08 Thread Chris Hostetter
: If you're using SolrJ, QueryResponse#getLimitingFacets() does what you want, : but still it is doing client-side filtering of the values less than the number : found. : : Currently that's the only way to do it. I've opened an issue to track this as a new feature, and posted some ideas i have

Re: Removing facets which frequency match the result count

2010-01-08 Thread Erik Hatcher
If you're using SolrJ, QueryResponse#getLimitingFacets() does what you want, but still it is doing client-side filtering of the values less than the number found. Currently that's the only way to do it. Erik On Jan 7, 2010, at 5:32 PM, joeMcElroy wrote: Hi there If i have two do

Re: Removing facets which frequency match the result count

2010-01-07 Thread joeMcElroy
Hi there If i have two documents with a field indexing a taxonomy path for example doc1: bags/handbags/clutch doc2: bags/handbags/beach and that field tokenizes on the forward slash, the facets produced will be : bags(2), handbags(2),beach(1),clutch(1) if i select clutch, the facets returned by

Re: Removing facets which frequency match the result count

2010-01-07 Thread Otis Gospodnetic
Hi, Either I don't understand this or this doesn't make much sense. Are you saying you want to show only facet values whose counts == # of hits? If so, what would be the value of showing facets -- they wouldn't be narrowing down the result set. Otis -- Sematext -- http://sematext.com/ -- Solr -