Yeah, solr-jdbc does look interesting. Has an Apache license as well.

Joel Bernstein
Search Engineer at Heliosearch


On Thu, Jun 12, 2014 at 1:18 PM, Mikhail Khludnev <
mkhlud...@griddynamics.com> wrote:

> Hello,
>
> I've found https://github.com/kawasima/solr-jdbc recently. Haven't checked
> it so far, but the idea is fairly cool. I wonder if it can be relevant to
> your challenge.
>
>
> On Thu, Jun 12, 2014 at 9:38 AM, Vivekanand Ittigi <vi...@biginfolabs.com>
> wrote:
>
> > Hi,
> >
> > My requirements is to execute this query(hive) in solr:
> >
> > select SUM(Primary_cause_vaR),collect_set(skuType),RiskType,market,
> > collect_set(primary_cause) from bil_tos Where skuType='Product' group by
> > RiskType,market;
> >
> > I can implement sum and groupBy operations in solr using StatsComponent
> > concept but i've no idea to implement collect_set() in solr.
> >
> > Collect_set() is used in Hive queries.
> > Please provide me equivalent function for collect_set in solr or links or
> > how to achieve it. It'd be a great help.
> >
> >
> > Thanks,
> > Vivek
> >
>
>
>
> --
> Sincerely yours
> Mikhail Khludnev
> Principal Engineer,
> Grid Dynamics
>
> <http://www.griddynamics.com>
>  <mkhlud...@griddynamics.com>
>

Reply via email to