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

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/s

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

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

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:

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 sti