Re: Multi-select faceting for nested documents

2021-01-26 Thread Lance Snell
"parentCount": "unique(_root_)", }, "domain":{ "excludeTags":[ "TOP", "MID", // "LOW" ]

Re: Multi-select faceting for nested documents

2021-01-25 Thread Alexandre Rafalovitch
21 at 10:34, Lance Snell wrote: > > 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. Specif

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

Multi-select faceting for nested documents

2021-01-25 Thread Lance Snell
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 parent document, two child documents(siblings), and a grandchild document. I am using the JSON API

Single Filter tagged with multiple tags in Multi Select Faceting

2018-07-30 Thread Zheng Lin Edwin Yeo
Hi, Regarding the Multi Select Faceting, there is a feature whereby we can have a single filter tagged with multiple tags, like the following example: fq={!tag=tag1,tag2,tag3}my_field:my_filter However, I have not been able to figure out the use and advantage of this. Anyone has any information

Multi-select faceting with OR operand

2013-05-16 Thread Aleksandra Nowak
Hi all! Please tell me if it is posible to create multi-select facets ( http://wiki.apache.org/solr/SimpleFacetParameters#Tagging_and_excluding_Filters) but with OR as operand? I would like to accomplish something like this: === Document Type === [ ] Word (42) [x] PDF (96) [X] Excel(11) [ ] H

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

2013-02-07 Thread Alexandre Rafalovitch
>> facet select i have done the query with exclusion filter. But it's not > >> working. The following is my query. > >> > >> > http://192.168.101.141:8080/solr/select?q=digital+camera&rows=0&facet=on&fq={!tag=Br}Brands:canon&facet.field={!ex=Br

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

2013-02-07 Thread Erik Hatcher
removing all the facet fields from my request hander in >> solrconfig.xml, then above query is working fine. >> >> please can you give me a solution. This multi-select faceting will work with >> the current implementation or i have to remove all the facet from my requ

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

2013-02-07 Thread Jan Høydahl
if i try after removing all the facet fields from my request hander in > solrconfig.xml, then above query is working fine. > > please can you give me a solution. This multi-select faceting will work with > the current implementation or i have to remove all the facet from my request > han

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

2013-02-06 Thread manivanann
1.141:8080/solr/select?q=digital+camera&rows=0&facet=on&fq={!tag=Br}Brands:canon&facet.field={!ex=Br}Brands But if i try after removing all the facet fields from my request hander in solrconfig.xml, then above query is working fine. please can you give me a solution. This multi-sele

Re: Getting count for Multi-Select Faceting

2012-10-19 Thread fbrisbart
ery, it's a pleasure to work with! > > I have a small problem that I am trying to "elegantly" resolve: while using > multi-select faceting it might happen that a facet is selected which is not > part of the facet list (due to limit for example). When executing the qu

Getting count for Multi-Select Faceting

2012-10-19 Thread Stephane Gamard
Hi all, Congrats on the 4.0.0 delivery, it's a pleasure to work with! I have a small problem that I am trying to "elegantly" resolve: while using multi-select faceting it might happen that a facet is selected which is not part of the facet list (due to limit for example). Whe

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 f

Facet count problem : Multi-Select Faceting After grouping results

2011-09-20 Thread Ramzi Alqrainy
Dear All , Kindly note that I using Solr 4.0 and Kindly note that /*group.truncate=true*/ calculates facet counts that based on the most relevant document of each group matching the query. *But* when I used Multi-Select Faceting [Tagging and excluding Filters] , the solr can't calculate the

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

Multi select faceting

2009-07-29 Thread Mike
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. The best example I found is the search on Lucid Im