Hi,
Here is a blog post that shows how simple update processor is 
built/configured/deployed (you can ignore docValues part and why custom 
processor is done). You can follow that and see what you did wrong in your 
case: http://www.od-bits.com/2018/02/solr-docvalues-on-analysed-field.html 
<http://www.od-bits.com/2018/02/solr-docvalues-on-analysed-field.html>

HTH,
Emir
--
Monitoring - Log Management - Alerting - Anomaly Detection
Solr & Elasticsearch Consulting Support Training - http://sematext.com/



> On 17 Feb 2018, at 10:51, ~$alpha` <lavesh.ra...@gmail.com> wrote:
> 
> 
>> I have created a custom query parser for Solr
> public class CustomQParserPlugin extends QParserPlugin {
> }
> 
>> Then I have imported the jar into Solr lib directory. i.e placed in
> server/lib directory
> 
>> I restarted the Solr
> 
>> getting below error
> SolrException: Error Instantiating queryParser,
> com.site.s.CustomQParserPlugin failed to instantiate
> org.apache.solr.search.QParserPlugin
> 
> I am getting the above error which means I am able to include my jar but no
> idea why I am getting error
> 
> 
> 
> 
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to