Thanks for the response. I'll try and give a little more detail.
Hopefully my terminology is correct, I'm still new to solr.
My current schema has a parent document, two child documents(siblings), and
a grandchild document. I am using the JSON API .
Product -> Item-> Price
|
\/
ProductCat
I don't have an answer, but I feel that maybe explaining the situation
in more details would help a bit more. Specifically, you explain your
data structure well, but not your actual presentation requirement in
enough details.
How would you like the multi-select to work, how it is working for you
n
Any examples would be greatly appreciated.
On Mon, Jan 25, 2021, 2:25 AM Lance Snell wrote:
> Hey all,
>
> I am having trouble finding current examples of multi-select faceting for
> nested documents. Specifically ones with *multiple *levels of nested
> documents.
>
> My current schema has a pa
I think it would still fail because of the 'tag' exclusions. Whatever
facets will be defined on the handler, they will not be taking into account
'tag' exclusions.
Regards,
Alex.
Personal blog: http://blog.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
- Time is t
How was your facet.field defined in the request handler? My guess is it needs
to be moved to an "appends" section.
Erik
On Feb 7, 2013, at 4:11, Jan Høydahl wrote:
> If you want to override facet.field through the query, you have to override
> ALL facet.field's defined as default in re
If you want to override facet.field through the query, you have to override ALL
facet.field's defined as default in reqeust handler, else those other facets
are gone.
You say "But it's not working." without specifying WHAT is not working.
--
Jan Høydahl, search solution architect
Cominvent AS -
The only way to do that is split your attributes, which are concatenations
of attr and val. you should have color attr with vals red, green, blue;
hdmi: yes/no; speaker: yes/no.
04.10.2012 5:19 пользователь "Aaron Bains" написал:
> I am trying to set up my query for multi-select faceting, here is
day, July 30, 2009 8:05 AM
Subject: Re: Multi select faceting
On Jul 29, 2009, at 2:38 PM, Mike wrote:
Hi,
We're using Lucid Imagination's LucidWorks Solr 1.3 and we have a
requirement to implement multiple-select faceting where the facet cells
show up as checkboxes and despi
On Jul 29, 2009, at 2:38 PM, Mike wrote:
Hi,
We're using Lucid Imagination's LucidWorks Solr 1.3 and we have a
requirement to implement multiple-select faceting where the facet
cells show up as checkboxes and despite checked options, all of the
options continue to persist with counts. Th