Multivalu field grouping

2015-03-04 Thread Darin Amos
Hi All, I sent an email out earlier but I didn’t get any responses so I thought I would try to reframe the question. I have a problem that I believe multivalued field grouping is the perfect answer for, of course since SOLR doesn’t support multivalued field grouping, I need to find an

Re: CollapsingQParserPlugin is slower than standard Solr field grouping in Solr 4.6.1

2014-02-27 Thread Joel Bernstein
fine using standard grouping. Joel Bernstein Search Engineer at Heliosearch On Wed, Feb 26, 2014 at 2:55 PM, Joe Ho wrote: > I notice that in Solr 4.6.1 CollapsingQParserPlugin is slower than standard > Solr field grouping. I have a Solr index of 1 docs, with a signature > field

CollapsingQParserPlugin is slower than standard Solr field grouping in Solr 4.6.1

2014-02-26 Thread Joe Ho
I notice that in Solr 4.6.1 CollapsingQParserPlugin is slower than standard Solr field grouping. I have a Solr index of 1 docs, with a signature field which is a Solr dedup field of the doc content. Majority of the signatures are unique. With standard Solr field grouping, http

how to sum a field grouping by more fields

2013-08-28 Thread hao.jin
Hello, can somebody tell me, if solr 4.4.0 support *stats.pivot* in order to sum a field grouping by more fields. Are there another methods to sum a field grouping by more fields? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-sum-a-field-grouping-by-more

Re: Field Grouping problem/question

2012-10-25 Thread Tomás Fernández Löbbe
Parameters Tomás On Thu, Oct 25, 2012 at 5:41 PM, Billy Newman wrote: > I am currently trying to use field grouping and I am not getting the > results I am expecting. > > I have the following fields > > id > type > group > animal_name > animal_description > miner

Re: Field grouping?

2011-08-31 Thread Denis Kuzmenok
But i don't know what values would be price field in that query. It can be 100-1000, and 10-100, and i want to get ranges in every query, just split price field by docs number. > Yes, Ranged Facets > http://wiki.apache.org/solr/SimpleFacetParameters#Facet_by_Range > 2011/8/31 Denis Kuzmenok

Re: Field grouping?

2011-08-31 Thread Alexei Martchenko
Yes, Ranged Facets http://wiki.apache.org/solr/SimpleFacetParameters#Facet_by_Range 2011/8/31 Denis Kuzmenok > Hi. > > Suppose i have a field "price" with different values, and i want to > get ranges for this field depending on docs count, for example i want > to get 5 ranges for 100 docs w

Field grouping?

2011-08-31 Thread Denis Kuzmenok
Hi. Suppose i have a field "price" with different values, and i want to get ranges for this field depending on docs count, for example i want to get 5 ranges for 100 docs with 20 docs in each range, 6 ranges for 200 docs = 34 docs in each field, etc. Is it possible with solr?

Re: Field Grouping

2008-05-15 Thread Uri Boness
t;name" field to something like a "name_s" field which is of type string (which can be sorted on). -Yonik -- View this message in context: http://www.nabble.com/Field-Grouping-tp17199592p17215641.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Field Grouping

2008-05-14 Thread oleg_gnatovskiy
ld all >>>>> returned >>>>> next to >>>>> each other. Is this possible? Thanks! >>>> >>>> Sort by that field. Since you can only sort by fields with a single >>>> term at most (this rules out full-text fields), you might want to

Re: Field Grouping

2008-05-13 Thread Ryan McKinley
hich can be sorted on). -Yonik -- View this message in context: http://www.nabble.com/Field-Grouping-tp17199592p17215641.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Field Grouping

2008-05-13 Thread oleg_gnatovskiy
with a single >> term at most (this rules out full-text fields), you might want to do a >> copyField of the "name" field to something like a "name_s" field which >> is of type string (which can be sorted on). >> >> -Yonik >> >> > > -- View this message in context: http://www.nabble.com/Field-Grouping-tp17199592p17215641.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Field Grouping

2008-05-12 Thread oleg_gnatovskiy
might want to do a > copyField of the "name" field to something like a "name_s" field which > is of type string (which can be sorted on). > > -Yonik > > -- View this message in context: http://www.nabble.com/Field-Grouping-tp17199592p17201424.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Field Grouping

2008-05-12 Thread Yonik Seeley
On Mon, May 12, 2008 at 9:58 PM, oleg_gnatovskiy <[EMAIL PROTECTED]> wrote: > Hello. I was wondering if there is a way to get solr to return fields with > the same value for a particular field together. For example I might want to > have all the documents with exactly the same name field all ret

Field Grouping

2008-05-12 Thread oleg_gnatovskiy
context: http://www.nabble.com/Field-Grouping-tp17199592p17199592.html Sent from the Solr - User mailing list archive at Nabble.com.