Re: Tutorial or Code Samples to explain how to Write Solr Plugins

2016-02-08 Thread Binoy Dalal
in to everyone. > > -- > Gian Maria Ricci > Cell: +39 320 0136949 > > > -Original Message- > From: Binoy Dalal [mailto:binoydala...@gmail.com] > Sent: giovedì 4 febbraio 2016 15:07 > To: solr-user@lucene.apache.org > Subject: Re: Tutorial or Code Samples

RE: Tutorial or Code Samples to explain how to Write Solr Plugins

2016-02-08 Thread Gian Maria Ricci - aka Alkampfer
ent: mercoledì 3 febbraio 2016 17:46 > To: solr-user@lucene.apache.org > Subject: Re: Tutorial or Code Samples to explain how to Write Solr > Plugins > > Here's a couple of links you can follow to get started: > > https://www.slideshare.net/mobile/search

Re: Tutorial or Code Samples to explain how to Write Solr Plugins

2016-02-04 Thread Binoy Dalal
mercoledì 3 febbraio 2016 17:46 > To: solr-user@lucene.apache.org > Subject: Re: Tutorial or Code Samples to explain how to Write Solr Plugins > > Here's a couple of links you can follow to get started: > > https://www.slideshare.net/mobile/searchbox-com/tutorial-on-developi

RE: Tutorial or Code Samples to explain how to Write Solr Plugins

2016-02-04 Thread Gian Maria Ricci - aka Alkampfer
edì 3 febbraio 2016 17:46 To: solr-user@lucene.apache.org Subject: Re: Tutorial or Code Samples to explain how to Write Solr Plugins Here's a couple of links you can follow to get started: https://www.slideshare.net/mobile/searchbox-com/tutorial-on-developin-a-solr-search-component-pl

RE: Tutorial or Code Samples to explain how to Write Solr Plugins

2016-02-04 Thread Gian Maria Ricci - aka Alkampfer
Rafalovitch [mailto:arafa...@gmail.com] Sent: mercoledì 3 febbraio 2016 23:43 To: solr-user Subject: Re: Tutorial or Code Samples to explain how to Write Solr Plugins There is a framework to help write them: https://github.com/leonardofoderaro/alba Also, some recent plugins were released at the

Re: Tutorial or Code Samples to explain how to Write Solr Plugins

2016-02-03 Thread Alexandre Rafalovitch
There is a framework to help write them: https://github.com/leonardofoderaro/alba Also, some recent plugins were released at the Revolution conference, maybe they have something useful: https://github.com/DiceTechJobs/SolrPlugins Regards, Alex. Newsletter and resources for Solr beginners

Re: Tutorial or Code Samples to explain how to Write Solr Plugins

2016-02-03 Thread Charlie Hull
Here's one we wrote recently for indexing ontologies with Solr as part of the BioSolr project: https://github.com/flaxsearch/BioSolr/tree/master/ontology/solr and a presentation on how it works (explained in the second half of the talk) https://www.youtube.com/watch?v=v1qKNX_axdI - hope this helps!

Re: Tutorial or Code Samples to explain how to Write Solr Plugins

2016-02-03 Thread Upayavira
Not a tutorial as such, but here's some simple infrastructure for building Solr components alongside Solr: https://github.com/upayavira/custom-solr-components I suspect you're past that stage already though. Upayavira On Wed, Feb 3, 2016, at 04:45 PM, Binoy Dalal wrote: > Here's a couple of lin

Re: Tutorial or Code Samples to explain how to Write Solr Plugins

2016-02-03 Thread Binoy Dalal
Here's a couple of links you can follow to get started: https://www.slideshare.net/mobile/searchbox-com/tutorial-on-developin-a-solr-search-component-plugin https://www.slideshare.net/mobile/searchbox-com/develop-a-solr-request-handler-plugin These are to write a search component and a request hand

Tutorial or Code Samples to explain how to Write Solr Plugins

2016-02-03 Thread Gian Maria Ricci - aka Alkampfer
Hi, I wonder if there is some code samples or tutorial (updated to work with version 5) to help users writing plugins. I've found lots of difficulties on the past to find such kind of information when I needed to write some plugins, and I wonder if I missed some site or link that does a be