Re: Writing Solr Custom Components

2016-10-14 Thread Ishan Chattopadhyaya
http://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/adding-custom-plugins-in-solrcloud-mode.html

On Tue, Oct 4, 2016 at 12:23 PM, John Bickerstaff 
wrote:

> All,
>
> I'm looking for information on writing custom Solr components.  A quick
> search showed nothing really recent and before I dig deeper, I thought I'd
> ask the community for anything you are aware of.
>
> Thanks
>


Re: Writing Solr Custom Components

2016-10-06 Thread John Bickerstaff
Thank you Otis!

On Thu, Oct 6, 2016 at 10:28 AM, Otis Gospodnetić <
otis.gospodne...@gmail.com> wrote:

> John, if it helps, here are a few examples of custom Solr SearchComponents:
>
> https://github.com/sematext/query-segmenter
> https://github.com/sematext/solr-researcher
> https://github.com/sematext/solr-autocomplete
>
> I hope this helps.
>
> Otis
> --
> Monitoring - Log Management - Alerting - Anomaly Detection
> Solr & Elasticsearch Consulting Support Training - http://sematext.com/
>
>
> On Wed, Oct 5, 2016 at 9:34 AM, John Bickerstaff  >
> wrote:
>
> > Thank you both!
> >
> > On Oct 5, 2016 2:32 AM, "Charlie Hull"  wrote:
> >
> > > On 04/10/2016 17:23, John Bickerstaff wrote:
> > >
> > >> All,
> > >>
> > >> I'm looking for information on writing custom Solr components.  A
> quick
> > >> search showed nothing really recent and before I dig deeper, I thought
> > I'd
> > >> ask the community for anything you are aware of.
> > >>
> > >> Thanks
> > >>
> > >> We wrote a few for the BioSolr project:
> https://github.com/flaxsearch/
> > > BioSolr - the ontology one might be useful
> > https://github.com/flaxsearch/
> > > BioSolr/tree/master/ontology Count yourself lucky, you could be doing
> it
> > > for Elasticsearch :) http://www.flax.co.uk/blog/201
> > > 6/01/27/fun-frustration-writing-plugin-elasticsearch-
> ontology-indexing/
> > >
> > > Charlie
> > >
> > > --
> > > Charlie Hull
> > > Flax - Open Source Enterprise Search
> > >
> > > tel/fax: +44 (0)8700 118334
> > > mobile:  +44 (0)7767 825828
> > > web: www.flax.co.uk
> > >
> >
>


Re: Writing Solr Custom Components

2016-10-06 Thread Otis Gospodnetić
John, if it helps, here are a few examples of custom Solr SearchComponents:

https://github.com/sematext/query-segmenter
https://github.com/sematext/solr-researcher
https://github.com/sematext/solr-autocomplete

I hope this helps.

Otis
--
Monitoring - Log Management - Alerting - Anomaly Detection
Solr & Elasticsearch Consulting Support Training - http://sematext.com/


On Wed, Oct 5, 2016 at 9:34 AM, John Bickerstaff 
wrote:

> Thank you both!
>
> On Oct 5, 2016 2:32 AM, "Charlie Hull"  wrote:
>
> > On 04/10/2016 17:23, John Bickerstaff wrote:
> >
> >> All,
> >>
> >> I'm looking for information on writing custom Solr components.  A quick
> >> search showed nothing really recent and before I dig deeper, I thought
> I'd
> >> ask the community for anything you are aware of.
> >>
> >> Thanks
> >>
> >> We wrote a few for the BioSolr project: https://github.com/flaxsearch/
> > BioSolr - the ontology one might be useful
> https://github.com/flaxsearch/
> > BioSolr/tree/master/ontology Count yourself lucky, you could be doing it
> > for Elasticsearch :) http://www.flax.co.uk/blog/201
> > 6/01/27/fun-frustration-writing-plugin-elasticsearch-ontology-indexing/
> >
> > Charlie
> >
> > --
> > Charlie Hull
> > Flax - Open Source Enterprise Search
> >
> > tel/fax: +44 (0)8700 118334
> > mobile:  +44 (0)7767 825828
> > web: www.flax.co.uk
> >
>


Re: Writing Solr Custom Components

2016-10-05 Thread John Bickerstaff
Thank you both!

On Oct 5, 2016 2:32 AM, "Charlie Hull"  wrote:

> On 04/10/2016 17:23, John Bickerstaff wrote:
>
>> All,
>>
>> I'm looking for information on writing custom Solr components.  A quick
>> search showed nothing really recent and before I dig deeper, I thought I'd
>> ask the community for anything you are aware of.
>>
>> Thanks
>>
>> We wrote a few for the BioSolr project: https://github.com/flaxsearch/
> BioSolr - the ontology one might be useful https://github.com/flaxsearch/
> BioSolr/tree/master/ontology Count yourself lucky, you could be doing it
> for Elasticsearch :) http://www.flax.co.uk/blog/201
> 6/01/27/fun-frustration-writing-plugin-elasticsearch-ontology-indexing/
>
> Charlie
>
> --
> Charlie Hull
> Flax - Open Source Enterprise Search
>
> tel/fax: +44 (0)8700 118334
> mobile:  +44 (0)7767 825828
> web: www.flax.co.uk
>


Re: Writing Solr Custom Components

2016-10-05 Thread Charlie Hull

On 04/10/2016 17:23, John Bickerstaff wrote:

All,

I'm looking for information on writing custom Solr components.  A quick
search showed nothing really recent and before I dig deeper, I thought I'd
ask the community for anything you are aware of.

Thanks

We wrote a few for the BioSolr project: 
https://github.com/flaxsearch/BioSolr - the ontology one might be useful 
https://github.com/flaxsearch/BioSolr/tree/master/ontology Count 
yourself lucky, you could be doing it for Elasticsearch :) 
http://www.flax.co.uk/blog/2016/01/27/fun-frustration-writing-plugin-elasticsearch-ontology-indexing/


Charlie

--
Charlie Hull
Flax - Open Source Enterprise Search

tel/fax: +44 (0)8700 118334
mobile:  +44 (0)7767 825828
web: www.flax.co.uk


Re: Writing Solr Custom Components

2016-10-04 Thread Leonardo Foderaro
Hi John,
if you're also interested in an experimental approach for a quick custom
component prototyping, please take a look at my project Alba:

https://github.com/leonardofoderaro/alba

It allows you to create a new component just by adding a few annotations to
a POJO. Please keep in mind it's still in its infancy and at the moment I
haven't enough time to develop it, however I'm planning to update it to the
latest Solr version.

thanks
Leonardo


On Tue, Oct 4, 2016 at 6:23 PM, John Bickerstaff 
wrote:

> All,
>
> I'm looking for information on writing custom Solr components.  A quick
> search showed nothing really recent and before I dig deeper, I thought I'd
> ask the community for anything you are aware of.
>
> Thanks
>