Re: custom function for multivalued fields

2015-07-29 Thread Gopal Jee
Thanks Chris. On Thu, Jul 30, 2015 at 5:36 AM, Chris Hostetter wrote: > > Thanks to the SortedSetDocValues this is in fact possible -- in fact i > just uploaded a patch for SOLR-2522 that you can take a look at to get an > idea of how to make it work (the main class you're probably going > to wa

Re: custom function for multivalued fields

2015-07-29 Thread Chris Hostetter
Thanks to the SortedSetDocValues this is in fact possible -- in fact i just uploaded a patch for SOLR-2522 that you can take a look at to get an idea of how to make it work (the main class you're probably going to want to look at is SortedSetSelector: you're going to want a similar "SortedDocV