Re: Good Open Source Front End for Solr

2019-11-07 Thread A Adel
It depends on the use case. There are several front-ends that works with
Solr, each one has its own use cases and vary in how integrative it is.
Banana (https://github.com/lucidworks/banana) is a visualization frontend
that works only with Solr. It allows creating interactive, real-time
dashboards for data stored in Solr. It supports many textual and graphical
panels. It also supports dynamic filtration and slice and dice

Apache Zeppelin is another option that allows building notebooks for many
backends including Solr. In order to get it working, you have to install
zeppelin-solr interpreter.

On Thu, Nov 7, 2019 at 10:59 AM Erik Hatcher  wrote:

> Blacklight: http://projectblacklight.org/ 
>
> ;)
>
>
>
> > On Nov 6, 2019, at 11:16 PM, Java Developer 
> wrote:
> >
> > Hi,
> >
> > What is the best open source front-end for Solr
> >
> > Thanks
>
> --
Sent from my iPhone


Re: Good Open Source Front End for Solr

2019-11-07 Thread David Hastings
well thats pretty slick

On Thu, Nov 7, 2019 at 1:59 PM Erik Hatcher  wrote:

> Blacklight: http://projectblacklight.org/ 
>
> ;)
>
>
>
> > On Nov 6, 2019, at 11:16 PM, Java Developer 
> wrote:
> >
> > Hi,
> >
> > What is the best open source front-end for Solr
> >
> > Thanks
>
>


Re: Good Open Source Front End for Solr

2019-11-07 Thread Erik Hatcher
Blacklight: http://projectblacklight.org/ 

;)



> On Nov 6, 2019, at 11:16 PM, Java Developer  wrote:
> 
> Hi,
> 
> What is the best open source front-end for Solr
> 
> Thanks



Re: Good Open Source Front End for Solr

2019-11-06 Thread Alexandre Rafalovitch
For what purpose?

Because, for example, Solr is not designed to serve direct to the browser,
just like Mysql is not. So, usually, there is a custom middleware.

On the other hand, Solr can serve as JDBC engine so you could use JDBC
frontends to explore data. Or as an engine for visualisations. Etc.

And of course, it ships with Admin UI foe internal purposes.

What's your specific use case?

Regards,
Alex

On Thu, Nov 7, 2019, 3:17 PM Java Developer,  wrote:

> Hi,
>
> What is the best open source front-end for Solr
>
> Thanks
>


Good Open Source Front End for Solr

2019-11-06 Thread Java Developer
Hi,

What is the best open source front-end for Solr

Thanks