Re: Multi-select faceting for nested documents

2021-01-26 Thread Lance Snell
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

Re: Multi-select faceting for nested documents

2021-01-25 Thread Alexandre Rafalovitch
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

Re: Multi-select faceting for nested documents

2021-01-25 Thread Lance Snell
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

Re: Multi-select faceting is not working when facet fields are configured in default request handler.

2013-02-07 Thread Alexandre Rafalovitch
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

Re: Multi-select faceting is not working when facet fields are configured in default request handler.

2013-02-07 Thread Erik Hatcher
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

Re: Multi-select faceting is not working when facet fields are configured in default request handler.

2013-02-07 Thread Jan Høydahl
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 -

Re: Multi-Select Faceting with delimited field values

2012-10-04 Thread Mikhail Khludnev
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

Re: Multi select faceting

2009-07-30 Thread Mike
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

Re: Multi select faceting

2009-07-30 Thread Grant Ingersoll
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