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!
Cheers Charlie On 3 February 2016 at 18:45, Upayavira <u...@odoko.co.uk> wrote: > 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 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 handler respectively. > > They are on older solr versions but they should work with 5.x as well. > > I used these to get started when I was trying to write my first plugin. > > Once you get a hang of how it's to be done it's really not that > > difficult. > > > > On Wed, 3 Feb 2016, 21:59 Gian Maria Ricci - aka Alkampfer < > > alkamp...@nablasoft.com> wrote: > > > > > 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 better explanation than official page > > > http://wiki.apache.org/solr/SolrPlugins that is really old. > > > > > > > > > > > > Thanks in advance. > > > > > > > > > > > > -- > > > Gian Maria Ricci > > > Cell: +39 320 0136949 > > > > > > [image: > > > > https://ci5.googleusercontent.com/proxy/5oNMOYAeFXZ_LDKanNfoLRHC37mAZkVVhkPN7QxMdA0K5JW2m0bm8azJe7oWZMNt8fKHNX1bzrUTd-kIyE40CmwT2Mlf8OI=s0-d-e1-ft#http://www.codewrecks.com/files/signature/mvp.png > ] > > > <http://mvp.microsoft.com/en-us/mvp/Gian%20Maria%20Ricci-4025635> > [image: > > > > https://ci3.googleusercontent.com/proxy/f-unQbmk6NtkHFspO5Y6x4jlIf_xrmGLUT3fU9y_7VUHSFUjLs7aUIMdZQYTh3eWIA0sBnvNX3WGXCU59chKXLuAHi2ArWdAcBclKA=s0-d-e1-ft#http://www.codewrecks.com/files/signature/linkedin.jpg > ] > > > <http://www.linkedin.com/in/gianmariaricci> [image: > > > > https://ci3.googleusercontent.com/proxy/gjapMzu3KEakBQUstx_-cN7gHJ_GpcIZNEPjCzOYMrPl-r1DViPE378qNAQyEWbXMTj6mcduIAGaApe9qHG1KN_hyFxQAIkdNSVT=s0-d-e1-ft#http://www.codewrecks.com/files/signature/twitter.jpg > ] > > > <https://twitter.com/alkampfer> [image: > > > > https://ci5.googleusercontent.com/proxy/iuDOD2sdaxRDvTwS8MO7-CcXchpNJX96uaWuvagoVLcjpAPsJi88XeOonE4vHT6udVimo7yL9ZtdrYueEfH7jXnudmi_Vvw=s0-d-e1-ft#http://www.codewrecks.com/files/signature/rss.jpg > ] > > > <http://feeds.feedburner.com/AlkampferEng> [image: > > > > https://ci6.googleusercontent.com/proxy/EBJjfkBzcsSlAzlyR88y86YXcwaKfn3x7ydAObL1vtjJYclQr_l5TvrFx4PQ5qLNYW3yp7Ig66DJ-0tPJCDbDmYAFcamPQehwg=s0-d-e1-ft#http://www.codewrecks.com/files/signature/skype.jpg > ] > > > > > > > > > > > -- > > Regards, > > Binoy Dalal >