Re: excluding certain terms from facet counts when faceting based on indexed terms of a field

2009-08-10 Thread Bill Au
I just upgraded to Solr 1.4/Lucene 2.9 for something else so I am trying to see if I can use localParams to exclude certain terms from the facet counts. I tried the suggested: facet.field={!terms=foo,bar}cat actually only shows the facet counts of foo and bar. What I want is to exclude a value

Re: excluding certain terms from facet counts when faceting based on indexed terms of a field

2009-07-23 Thread Bill Au
I want to exclude a very small number of terms which will be different for each query. So I think my best bet is to use localParam. Bill On Wed, Jul 22, 2009 at 4:16 PM, Chris Hostetter hossman_luc...@fucit.orgwrote: : I am faceting based on the indexed terms of a field by using facet.field.

Re: excluding certain terms from facet counts when faceting based on indexed terms of a field

2009-07-23 Thread Erik Hatcher
Give it is a small number of terms, seems like just excluding them from use/visibility on the client would be reasonable. Erik On Jul 23, 2009, at 11:43 AM, Bill Au wrote: I want to exclude a very small number of terms which will be different for each query. So I think my best

Re: excluding certain terms from facet counts when faceting based on indexed terms of a field

2009-07-23 Thread Bill Au
That's actually what we have been doing. I was just wondering if there is any way to move this work from the client back into Solr. Bill On Thu, Jul 23, 2009 at 11:47 AM, Erik Hatcher e...@ehatchersolutions.comwrote: Give it is a small number of terms, seems like just excluding them from

Re: excluding certain terms from facet counts when faceting based on indexed terms of a field

2009-07-22 Thread Chris Hostetter
: I am faceting based on the indexed terms of a field by using facet.field. : Is there any way to exclude certain terms from the facet counts? if you're talking about a lot of terms, and they're going to be hte same for *all* queries, the best appraoch is to strip them out when indexing

excluding certain terms from facet counts when faceting based on indexed terms of a field

2009-07-17 Thread Bill Au
I am faceting based on the indexed terms of a field by using facet.field. Is there any way to exclude certain terms from the facet counts? Bill

Re: excluding certain terms from facet counts when faceting based on indexed terms of a field

2009-07-17 Thread Erik Hatcher
On Jul 17, 2009, at 5:21 PM, Bill Au wrote: I am faceting based on the indexed terms of a field by using facet.field. Is there any way to exclude certain terms from the facet counts? Only using the facet.prefix feature to limit to facet values beginning with a specific string.

Re: excluding certain terms from facet counts when faceting based on indexed terms of a field

2009-07-17 Thread Koji Sekiguchi
Erik Hatcher wrote: On Jul 17, 2009, at 5:21 PM, Bill Au wrote: I am faceting based on the indexed terms of a field by using facet.field. Is there any way to exclude certain terms from the facet counts? Only using the facet.prefix feature to limit to facet values beginning with a specific