Re: Aggregate TermFrequency on Result Grouping / Field Collapsing

2013-07-06 Thread Erick Erickson
Well, you've just restated the problem. I'm asking what use-case this is supporting? You've said: he/she wants to know the occurrence of a specific term in the result set of that 'X1' search criteria OK, _why_? Idle curiosity? Ranking the docs? Choosing the most relevant? I don't think you can

Re: Aggregate TermFrequency on Result Grouping / Field Collapsing

2013-07-03 Thread Tony Mullins
Any suggestions please ! On Tue, Jul 2, 2013 at 3:24 PM, Tony Mullins tonymullins...@gmail.comwrote: Hi, Is it possible to perform aggregated termfreq(field,term) on Result Grouping ? I am trying to get total count of term's appearance in a document and then want to aggregate that count

Re: Aggregate TermFrequency on Result Grouping / Field Collapsing

2013-07-03 Thread Erick Erickson
I don't think you can, thus the silence. But why do you want to do this thing? Smells like an XY problem, you've asked how to do a specific thing without stating the problem. Perhaps there's a better approach that _is_ do-able. Best Erick On Wed, Jul 3, 2013 at 2:14 AM, Tony Mullins

Re: Aggregate TermFrequency on Result Grouping / Field Collapsing

2013-07-03 Thread Tony Mullins
Ok let me explain the problem. I have lots of crawled data, indexed in my Solr (4.3.0) and lets say user creates a search criteria 'X1' and he/she wants to know the occurrence of a specific term in the result set of that 'X1' search criteria. And then again he/she creates another search criteria

Aggregate TermFrequency on Result Grouping / Field Collapsing

2013-07-02 Thread Tony Mullins
Hi, Is it possible to perform aggregated termfreq(field,term) on Result Grouping ? I am trying to get total count of term's appearance in a document and then want to aggregate that count by grouping the document on one of my field. Like this