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
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
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
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
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:
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