Re: Query for records that have more than N values in a multi-valued field

2012-07-24 Thread Chris Hostetter
: I have a multivalued field and I want to find records that have (for : example) at least 3 values in that list. Is there an easy way to do : it? Typically this is solved by adding another field that contains the count -- I thought i had already written an update processor in Solr 4.0.0-ALPHA

Re: Query for records that have more than N values in a multi-valued field

2012-07-23 Thread Mikhail Khludnev
Hello Alexandre, Some time ago I wanted to contribute it http://mail-archives.apache.org/mod_mbox/lucene-dev/201203.mbox/%3ccangii8dukawp7mt1xqrjb5axdqptm5r4z+yzplfc7ptywsq...@mail.gmail.com%3E On Mon, Jul 23, 2012 at 7:05 PM, Alexandre Rafalovitch wrote: > Hello, > > I have a multivalued field