This works: &f.interests.facet.matches=hockey|soccer
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
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
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
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
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
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
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.
>
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.