Hi,
What I want is very simple:
The "query" results:
row 1 = a,b,c,d
row 2 = a,f,r,e
row 3 = a,c,ff,e,b
..
facet count needed:
'a' = 3 occurrence
'b' = 2 occur.
'c' = 2 occur.
.
.
.
I searched and found a solution here:
http://stackoverflow.com/questions/9914483/solr-facet-multiple-words-with-
basically, a field having a csv... and find counts / number of occurrance
of each csv value..
On Fri, Sep 6, 2013 at 8:54 PM, Raheel Hasan wrote:
> Hi,
>
> What I want is very simple:
>
> The "query" results:
> row 1 = a,b,c,d
> row 2 = a,f,r,e
> row 3 = a,c,ff,e,b
> ..
>
> facet count needed:
>
here - are the commas delimiting fields or do you
>> have one value per row?
>>
>> Yes, you can tokenize a comma-delimited value in Solr.
>>
>>
>> -- Jack Krupansky
>>
>> -Original Message- From: Raheel Hasan
>> Sent: Friday, Septemb
ave one value per row?
>
> Yes, you can tokenize a comma-delimited value in Solr.
>
>
> -- Jack Krupansky
>
> -Original Message- From: Raheel Hasan
> Sent: Friday, September 06, 2013 11:54 AM
> To: solr-user@lucene.apache.org
> Subject: Re: Facet Count and RegexTr
e.org
Subject: Re: Facet Count and RegexTransformer>splitBy
Hi,
What I want is very simple:
The "query" results:
row 1 = a,b,c,d
row 2 = a,f,r,e
row 3 = a,c,ff,e,b
..
facet count needed:
'a' = 3 occurrence
'b' = 2 occur.
'c' = 2 occur.
.
Facet counts are per field - your counts are scattered across different
fields.
There are additional capabilities in the facet component, but first you
should describe exactly what your requirements are.
-- Jack Krupansky
-Original Message-
From: Raheel Hasan
Sent: Friday, September