"parentCount": "unique(_root_)",
},
"domain":{
"excludeTags":[
"TOP",
"MID",
// "LOW"
]
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
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
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
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
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
>> 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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo