Re: Facet Query Question

2011-02-27 Thread Tim Christensen
My actual: INFO: [] webapp=null path=/select params={timeAllowed=3&qt=dismax&q=columbia&rows=1&facet.field={!ex%3Dcat}categories&facet.field={!ex%3Dadv}adventures&facet=true&facet.limit=-1&facet.mincount=1&fq={!tag%3Dcat}categories:Boots&fq={!tag%3Dadv}adventures:Camping} hits=1 status=0 QTi

Re: Facet Query Question

2011-02-27 Thread Tim Christensen
Sorry. It was hand typed, it is the other way around. It is part of the actual, but I did not copy and paste it. q=query&fq={!tag=cat}categories:Jackets&fq={!tag=adv}adventures:Camping&facet.field={!ex=cat}categories&facet.field={!ex=adv}adventures On Feb 27, 2011, at 5:48 PM, Yonik Seeley wrote

Re: Facet Query Question

2011-02-27 Thread Yonik Seeley
On Sun, Feb 27, 2011 at 7:32 PM, Tim Christensen wrote: > q=query&fq={!ex=cat}categories:Jackets&fq={!ex=adv}adventures:Camping&facet.field={!tag=cat}categories&facet.field={!tag=adv}adventures If this is the actual command you used, it looks like you switched "ex" and "tag"? -Yonik http://lucid

Re: Facet Query Question

2011-02-27 Thread Tim Christensen
Okay -- so I did see that before and I tested it. It does work for example when I do this: q=query&fq={!ex=cat}categories:Jackets&facet.field={!tag=cat}categories Thank you for that part. What I don't get is any of the other facet fields returning their full list of values. So in my case I need

Re: Facet Query Question

2011-02-27 Thread Jan Høydahl
Hi, LocalParam {!tag} and {!ex} will help you: http://wiki.apache.org/solr/SimpleFacetParameters#Tagging_and_excluding_Filters -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 28. feb. 2011, at 00.41, Tim Christensen wrote: > Hi, > > I am trying to do the following

Re: Facet Query Question

2011-02-27 Thread Rob Casson
if i'm understanding your question, it sounds like localparams/tagging/exclusion might be what you want: http://wiki.apache.org/solr/SimpleFacetParameters#Multi-Select_Faceting_and_LocalParams hth, rob On Sun, Feb 27, 2011 at 6:41 PM, Tim Christensen wrote: > Hi, > > I am trying to do the

Re: Facet Query Question

2011-02-27 Thread Ahmet Arslan
> I am trying to do the following: > > Where a query might return: > > Facet 1 > A > B > C > > Facet 2 > X > Y > Z > > User selects Facet 1 option A. Normally this paradigm would > contract the results as in a refining paradigm. That would > be fine and the obvious UI change. But by doing so, F

Facet Query Question

2011-02-27 Thread Tim Christensen
Hi, I am trying to do the following: Where a query might return: Facet 1 A B C Facet 2 X Y Z User selects Facet 1 option A. Normally this paradigm would contract the results as in a refining paradigm. That would be fine and the obvious UI change. But by doing so, Facet 2 option X is no longe