Implementing own LuceneQParserPlugin for Apache Solr

from blog Stories by Dmitry Kan on Medium, | ↗ original
This re-blog will be a hard one, but I find such topics fascinating and intellectually stimulating. Here it goes, originally published 31 March 2014 on Blogger.Whenever you need to implement a query parser in Solr, you start by sub-classing the LuceneQParserPlugin:public class MyGroundShakingQueryParser extends...