Re: Filtering Solr pivot facet values

2020-06-11 Thread emerikusz
This works: &f.interests.facet.matches=hockey|soccer -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Filtering Solr pivot facet values

2017-12-21 Thread Emir Arnautović
It seems that there is something in latest Solr version that you might be able to use. From release notes: “The new facet.matches parameter returns facet buckets only for terms that match a regular expression.” HTH, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasti

Re: Filtering Solr pivot facet values

2017-12-21 Thread Erick Erickson
You might be able to do some interesting with the JSON faceting approach, but I confess I don't know for sure. Best, Erick On Thu, Dec 21, 2017 at 8:17 AM, Shawn Heisey wrote: > On 12/20/2017 2:40 PM, Arun Rangarajan wrote: >> >> I think multi-select faceting does the opposite of what I want. I

Re: Filtering Solr pivot facet values

2017-12-21 Thread Shawn Heisey
On 12/20/2017 2:40 PM, Arun Rangarajan wrote: I think multi-select faceting does the opposite of what I want. I want the facet to include the filters. You don't have any filters to include or exclude. You would need fq parameters to use multi-select faceting. But as you say, it doesn't do w

Re: Filtering Solr pivot facet values

2017-12-20 Thread Arun Rangarajan
Thanks for your reply, Shawn. I think multi-select faceting does the opposite of what I want. I want the facet to include the filters. Example: The following 8 documents are the only ones in my Solr core: [ {"id": "1", "hierarchy": ["1", "16", "169"], "interests": ["soccer", "futbol"]}, {"i

Re: Filtering Solr pivot facet values

2017-12-20 Thread Shawn Heisey
On 12/20/2017 1:31 PM, Arun Rangarajan wrote: > Sorry to bother you again on this. Is there no way in Solr to filter pivot > facets? > [Or did I attract the wrath of the group by posting the question first on > StackOverflow? :-)] StackOverflow and this list are pretty much unaware of each other u

Re: Filtering Solr pivot facet values

2017-12-20 Thread Arun Rangarajan
pache.org/ > solr/guide/6_6/faceting.html#Faceting-Limitingfacetwithcertainterms for > pivot facet query? Or are there alternate formats like JSON faceting that > may help here? > > (Full disclosure: I asked the question on StackOverflow and got no > response so far: https://stackoverflow.com/questions/47838619/ > filtering-solr-pivot-facet-values ) > > Thanks. >

Filtering Solr pivot facet values

2017-12-18 Thread Arun Rangarajan
ry? Or are there alternate formats like JSON faceting that may help here? (Full disclosure: I asked the question on StackOverflow and got no response so far: https://stackoverflow.com/questions/47838619/filtering-solr-pivot-facet-values ) Thanks.