Re: Writing Custom handlers for solr in java

2016-07-01 Thread Erick Erickson
What _kind_ of handler? A search component? An update handler? A query parser? Basically I'd do a google search, there are a lot of examples out there. Try to pick one that's relatively recent. On Fri, Jul 1, 2016 at 3:40 AM, star jlong wrote: > Hi, > > I'm a newbie on this fascinating technolog

Writing Custom handlers for solr in java

2016-07-01 Thread star jlong
Hi, I'm a newbie on this fascinating technology called solr. Well, I have been doing some configurations and run with solr. Now I want to custom handlers for solr with java. Please can somebody share with an example of a custom handler for solr 5.2.0, so that with this example will be able to w