Re: Need a group custom function(fieldcollapsing)

2016-03-15 Thread Binoy Dalal
What you need is a search component. I've written an example on how to use one. Check https://github.com/lttazz99/SolrPluginsExamples On Tue, 15 Mar 2016, 13:37 Abhishek Mishra, wrote: > Any update on this??? > > On Mon, Mar 14, 2016 at 4:06 PM, Abhishek Mishra

Re: Need a group custom function(fieldcollapsing)

2016-03-15 Thread Abhishek Mishra
Any update on this??? On Mon, Mar 14, 2016 at 4:06 PM, Abhishek Mishra wrote: > Hi all > We are running on solr5.2.1 . Now the requirement come that we need the > data on basis on some algo. The algorithm part we need to put on result > obtained from query. So best we can

Need a group custom function(fieldcollapsing)

2016-03-14 Thread Abhishek Mishra
Hi all We are running on solr5.2.1 . Now the requirement come that we need the data on basis on some algo. The algorithm part we need to put on result obtained from query. So best we can do is using group.field,group.main,group.func. In group.func we need to use custom function which will run the